Bug 11241: update the Italian MARC21 setup for 3.16
authorKoha SAB CINECA <kohasab@cineca.it>
Wed, 14 May 2014 15:57:50 +0000 (17:57 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 16 May 2014 02:52:22 +0000 (02:52 +0000)
To test:
- Apply this patch.
- Reset your DB (DROP DATABASE, CREATE DATABASE -- whatever method you
  prefer)
- Install it-IT templates on command line
- Run the webinstaller using it-IT
- Follow the steps and choose all under 'opzionali'
=> SUCCESS: no errors
=> Sign this
=> Extra: see the cataloguing frameworks and check if you like the
   translation

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
All files load ok, no errors.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Web installer loads all files without errors.
Verified 3 bibliographic frameworks and 5 authority types
appear to be translated correctly.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>

installer/data/mysql/it-IT/marcflavour/marc21/mandatory/authorities_normal_marc21.sql
installer/data/mysql/it-IT/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_fastadd_framework.sql
installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_holdings_coded_values.sql [new file with mode: 0644]
installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_holdings_coded_values.txt [new file with mode: 0644]
installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql

index 6d28c41..023cfea 100644 (file)
@@ -1,32 +1,9 @@
 -- *******************************************************
--- KOHA 3.0 MARC 21 STANDARD DEFAULT AUTHORITY FRAMEWORKS
+--   KOHA  MARC 21 STANDARD DEFAULT AUTHORITY FRAMEWORKS
 --
---                  PRETEST VERSION 0.0.10
---                       2007-10-12
---
---                         edited
---                   by thd for LibLime
---
---                       BASED UPON
---
---   KOHA MARC 21 STANDARD DEFAULT AUTHORITY FRAMEWORKS
---
---                  PRETEST VERSION 0.0.6
---                       2007-09-29
---
---  original default requiring greater user customisation
---               created by a few Koha Hands
---                 guided by Paul POULAIN
---
---       revised and greatly enlarged to completion,
---            well not quite complete yet today
---        but close enough for someone to have use,
---                   by thd for LibLime
+--        Revised to Update No. 17 (September 2013)
 -- *******************************************************
 
-
-
-
 -- ******************************************************
 -- KOHA DEFAULT MARC 21 AUTHORITY TYPE.
 -- ******************************************************
@@ -34,7 +11,7 @@
 -- This authority type includes all fields and subfieds used by any
 -- authority type.
 
-INSERT INTO `auth_types` (`authtypecode`, `authtypetext`, `auth_tag_to_report`, `summary`) VALUES
+INSERT INTO auth_types (authtypecode, authtypetext, auth_tag_to_report, summary) VALUES
                ('', 'Default', '', '');
 
 
@@ -46,15 +23,15 @@ INSERT INTO `auth_types` (`authtypecode`, `authtypetext`, `auth_tag_to_report`,
 -- fill authorised values in Koha MARC bibliographic editor.
 
 
-INSERT INTO `auth_types` (`authtypecode`, `authtypetext`, `auth_tag_to_report`, `summary`) VALUES
-               ('PERSO_NAME', 'Personal Name', '100', 'Personal Names'),
-               ('CORPO_NAME', 'Corporate Name', '110', 'Corporate Names'),
-               ('MEETI_NAME', 'Meeting Name', '111', 'Meeting Name'),
-               ('UNIF_TITLE', 'Uniform Title', '130', 'Uniform Title'),
-               ('CHRON_TERM', 'Chronological Term', '148', 'Chronological Term'),
-               ('TOPIC_TERM', 'Topical Term', '150', 'Topical Term'),
-               ('GEOGR_NAME', 'Geographic Name', '151', 'Geographic Name'),
-               ('GENRE/FORM', 'Genre/Form Term', '155', 'Genre/Form Term');
+INSERT INTO auth_types (authtypecode, authtypetext, auth_tag_to_report, summary) VALUES
+               ('PERSO_NAME', 'Nome di persona', '100', 'Nome di persona'),
+               ('CORPO_NAME', 'Nome di ente', '110', 'Nome di ente'),
+               ('MEETI_NAME', 'Nome di convegno', '111', 'Nome di convegno'),
+               ('UNIF_TITLE', 'Titolo uniforme', '130', 'Titolo uniforme'),
+               ('CHRON_TERM', 'Termine cronologico', '148', 'Termine cronologico'),
+               ('TOPIC_TERM', 'Termine topico', '150', 'Termine topico'),
+               ('GEOGR_NAME', 'Nome geografico', '151', 'Nome geografico'),
+               ('GENRE/FORM', 'Termine di genere/forma', '155', 'Termine di genere/forma');
 
 
 -- ******************************************************
@@ -73,10 +50,10 @@ INSERT INTO `auth_types` (`authtypecode`, `authtypetext`, `auth_tag_to_report`,
 
 
 -- INSERT INTO `auth_types` (`authtypecode`, `authtypetext`, `auth_tag_to_report`, `summary`) VALUES
---             ('TOPIC_SUBD', 'General Topical Term Subdivision', '180', 'General Topical Term Subdivision'),
---             ('GEOGR_SUBD', 'Geographic Subdivision', '181', 'Geographic Subdivision'),
---             ('CHRON_SUBD', 'Chronological Subdivision', '182', 'Chronological Subdivision'),
---             ('FORM_SUBDI', 'Form Subdivision', '185', 'Form Subdivision');
+--             ('TOPIC_SUBD', 'General Topical Term Subdivision', '180', 'General Topical Term Subdivision'),
+--             ('GEOGR_SUBD', 'Geographic Subdivision', '181', 'Geographic Subdivision'),
+--             ('CHRON_SUBD', 'Chronological Subdivision', '182', 'Chronological Subdivision'),
+--             ('FORM_SUBDI', 'Form Subdivision', '185', 'Form Subdivision');
 
 
 
@@ -119,43 +96,45 @@ INSERT INTO `auth_types` (`authtypecode`, `authtypetext`, `auth_tag_to_report`,
 
 INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`) VALUES
                ('', '000', 'LEADER', 'LEADER', 0, 1, NULL),
-               ('', '001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 1, NULL),
-               ('', '003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, NULL),
-               ('', '005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, NULL),
-               ('', '008', 'FIXED-LENGTH DATA ELEMENTS', 'FIXED-LENGTH DATA ELEMENTS', 0, 1, NULL),
-               ('', '010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, NULL),
-               ('', '014', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 1, 0, NULL),
-               ('', '016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, NULL),
-               ('', '020', 'INTERNATIONAL STANDARD BOOK NUMBER', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL),
-               ('', '022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL),
-               ('', '024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL),
-               ('', '031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, NULL),
-               ('', '034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL),
-               ('', '035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL),
-               ('', '040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL),
-               ('', '042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, NULL),
-               ('', '043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL),
-               ('', '045', 'TIME PERIOD OF HEADING', 'TIME PERIOD OF HEADING', 0, 0, NULL),
-               ('', '050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL),
-               ('', '052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL),
-               ('', '053', 'LC CLASSIFICATION NUMBER', 'LC CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('', '055', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 1, 0, NULL),
+               ('', '001', 'Numero di controllo', 'Numero di controllo', 0, 1, NULL),
+               ('', '003', 'Identificatore del numero di controllo', 'Identificatore del numero di controllo', 0, 1, NULL),
+               ('', '005', 'Data e orario dell\'ultima transazione', 'Data e orario dell\'ultima transazione', 0, 1, NULL),
+               ('', '008', 'Elementi a lunghezza fissa', 'Elementi a lunghezza fissa', 0, 1, NULL),
+               ('', '010', 'Numero di controllo della Library of Congress', 'Numero di controllo della Library of Congress', 0, 0, NULL),
+               ('', '014', 'Collegamento alla registrazione bibliografica di seriale o di item in più parti', 'Collegamento alla registrazione bibliografica di seriale o di item in più parti', 1, 0, NULL),
+               ('', '016', 'Numero di controllo dell\'agenzia bibliografica nazionale', 'Numero di controllo dell\'agenzia bibliografica nazionale', 1, 0, NULL),
+               ('', '020', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL),
+               ('', '022', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL),
+               ('', '024', 'Altri identificatori standard', 'Altri identificatori standard', 1, 0, NULL),
+               ('', '031', 'Informazione sugli incipit musicali', 'Informazione sugli incipit musicali', 1, 0, NULL),
+               ('', '034', 'Dati matematici codificati per il materiale cartografico', 'Dati matematici codificati per il materiale cartografico', 1, 0, NULL),
+               ('', '035', 'Numero di controllo del sistema', 'Numero di controllo del sistema', 1, 0, NULL),
+               ('', '040', 'Fonte della catalogazione', 'Fonte della catalogazione', 0, 1, NULL),
+               ('', '042', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, NULL),
+               ('', '043', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 0, 0, NULL),
+               ('', '045', 'Periodo di tempo del contenuto', 'Periodo di tempo del contenuto', 0, 0, NULL),
+               ('', '046', 'Codice delle date speciali', 'Codice delle date speciali', 1, 0, NULL),
+               ('', '050', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 1, 0, NULL),
+               ('', '052', 'Classificazione geografica', 'Classificazione geografica', 1, 0, NULL),
+               ('', '053', 'Numero di classificazione della LC', 'Numero di classificazione della LC', 1, 0, NULL),
+               ('', '055', 'Numero di chiamata (collocazione) della Library and Archives Canada', 'Numero di chiamata (collocazione) della Library and Archives Canada', 1, 0, NULL),
                ('', '058', 'LC CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]', 'LC CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]', 1, 0, NULL),
-               ('', '060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL),
+               ('', '060', 'Numero di chiamata (collocazione) della National Library of Medicine', 'Numero di chiamata (collocazione) della National Library of Medicine', 1, 0, NULL),
                ('', '063', 'NLM CLASSIFICATION NUMBER ASSIGNED BY NLM [OBSOLETE, CAN/MARC]', 'NLM CLASSIFICATION NUMBER ASSIGNED BY NLM [OBSOLETE, CAN/MARC]', 1, 0, NULL),
-               ('', '065', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('', '066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL),
+               ('', '065', 'Numero d’altra classificazione', 'Numero d’altra classificazione', 1, 0, NULL),
+               ('', '066', 'Set di caratteri presenti', 'Set di caratteri presenti', 0, 0, NULL),
                ('', '068', 'NLM CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]', 'NLM CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]', 1, 0, NULL),
-               ('', '070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL),
-               ('', '072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL),
-               ('', '073', 'SUBDIVISION USAGE', 'SUBDIVISION USAGE', 0, 0, NULL),
-               ('', '082', 'DEWEY DECIMAL CALL NUMBER', 'DEWEY DECIMAL CALL NUMBER', 1, 0, NULL),
-               ('', '083', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('', '084', 'CLASSIFICATION SCHEME AND EDITION [CLASSIFICATION FORMAT]', 'CLASSIFICATION SCHEME AND EDITION [CLASSIFICATION FORMAT]', 0, 0, NULL),
-               ('', '086', 'GOVERNMENT DOCUMENT CALL NUMBER', 'GOVERNMENT DOCUMENT CALL NUMBER', 1, 0, NULL),
-               ('', '087', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL),
+               ('', '070', 'Numero di chiamata (collocazione) della National Agricultural Library', 'Numero di chiamata (collocazione) della National Agricultural Library', 1, 0, NULL),
+               ('', '072', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 1, 0, NULL),
+               ('', '073', 'Impiego della suddivisione', 'Impiego della suddivisione', 0, 0, NULL),
+               ('', '080', 'Numero di classificazione decimale universale', 'Numero di classificazione decimale universale', 1, 0, NULL),
+               ('', '082', 'Numero di chiamata (collocazione) della decimale Dewey', 'Numero di chiamata (collocazione) della decimale Dewey', 1, 0, NULL),
+               ('', '083', 'Numero di classificazione Decimale Dewey', 'Numero di classificazione Decimale Dewey', 1, 0, NULL),
+               ('', '084', 'Schema di classificazione e edizione [Formato per classificazione]', 'Schema di classificazione e edizione [Formato per classificazione]', 0, 0, NULL),
+               ('', '086', 'Numero di chiamata (collocazione) di documento governativo', 'Numero di chiamata (collocazione) di documento governativo', 1, 0, NULL),
+               ('', '087', 'Numero di classificazione di documento governativo', 'Numero di classificazione di documento governativo', 1, 0, NULL),
                ('', '088', 'DOCUMENT SHELVING NUMBER (CODOC) [OBSOLETE, CAN/MARC]', 'DOCUMENT SHELVING NUMBER (CODOC) [OBSOLETE, CAN/MARC]', 1, 0, NULL),
-               ('', '090', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, NULL),
+               ('', '090', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 1, 0, NULL),
                ('', '091', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 0, 0, NULL),
                ('', '092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, NULL),
                ('', '093', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
@@ -163,307 +142,360 @@ INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `l
                ('', '097', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
                ('', '098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, NULL),
                ('', '099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('', '100', 'HEADING--PERSONAL NAME', 'HEADING--PERSONAL NAME', 0, 0, NULL),
-               ('', '110', 'HEADING--CORPORATE NAME', 'HEADING--CORPORATE NAME', 0, 0, NULL),
-               ('', '111', 'HEADING--MEETING NAME', 'HEADING--MEETING NAME', 0, 0, NULL),
-               ('', '130', 'HEADING--UNIFORM TITLE', 'HEADING--UNIFORM TITLE', 0, 0, NULL),
+               ('', '100', 'Intestazione-Nome di persona', 'Intestazione-Nome di persona', 0, 0, NULL),
+               ('', '110', 'Intestazione-Nome di ente', 'Intestazione-Nome di ente', 0, 0, NULL),
+               ('', '111', 'Intestazione-Nome di convegno', 'Intestazione-Nome di convegno', 0, 0, NULL),
+               ('', '130', 'Intestazione-Titolo uniforme', 'Intestazione-Titolo uniforme', 0, 0, NULL),
                ('', '140', 'UNIFORM TITLE [OBSOLETE, CAN/MARC]', 'UNIFORM TITLE [OBSOLETE, CAN/MARC]', 1, 0, NULL),
                ('', '143', 'COLLECTIVE TITLE [OBSOLETE, CAN/MARC]', 'COLLECTIVE TITLE [OBSOLETE, CAN/MARC]', 1, 0, NULL),
-               ('', '148', 'HEADING--CHRONOLOGICAL TERM', 'HEADING--CHRONOLOGICAL TERM', 0, 0, NULL),
-               ('', '150', 'HEADING--TOPICAL TERM', 'HEADING--TOPICAL TERM', 0, 0, NULL),
-               ('', '151', 'HEADING--GEOGRAPHIC NAME', 'HEADING--GEOGRAPHIC NAME', 0, 0, NULL),
-               ('', '153', 'CLASSIFICATION NUMBER [CLASSIFICATION FORMAT]', 'CLASSIFICATION NUMBER [CLASSIFICATION FORMAT]', 0, 0, NULL),
-               ('', '154', 'GENERAL EXPLANATORY INDEX TERM [CLASSIFICATION FORMAT]', 'GENERAL EXPLANATORY INDEX TERM [CLASSIFICATION FORMAT]', 0, 0, NULL),
-               ('', '155', 'HEADING--GENRE/FORM TERM', 'HEADING--GENRE/FORM TERM', 0, 0, NULL),
-               ('', '180', 'HEADING--GENERAL SUBDIVISION', 'HEADING--GENERAL SUBDIVISION', 0, 0, NULL),
-               ('', '181', 'HEADING--GEOGRAPHIC SUBDIVISION', 'HEADING--GEOGRAPHIC SUBDIVISION', 0, 0, NULL),
-               ('', '182', 'HEADING--CHRONOLOGICAL SUBDIVISION', 'HEADING--CHRONOLOGICAL SUBDIVISION', 0, 0, NULL),
-               ('', '185', 'HEADING--FORM SUBDIVISION', 'HEADING--FORM SUBDIVISION', 0, 0, NULL),
-               ('', '253', 'COMPLEX SEE REFERENCE [CLASSIFICATION FORMAT]', 'COMPLEX SEE REFERENCE [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '260', 'COMPLEX SEE REFERENCE--SUBJECT', 'COMPLEX SEE REFERENCE--SUBJECT', 1, 0, NULL),
-               ('', '353', 'COMPLEX SEE ALSO REFERENCE [CLASSIFICATION FORMAT]', 'COMPLEX SEE ALSO REFERENCE [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '360', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 1, 0, NULL),
-               ('', '400', 'SEE FROM TRACING--PERSONAL NAME', 'SEE FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('', '410', 'SEE FROM TRACING--CORPORATE NAME', 'SEE FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('', '411', 'SEE FROM TRACING--MEETING NAME', 'SEE FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('', '430', 'SEE FROM TRACING--UNIFORM TITLE', 'SEE FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('', '448', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('', '450', 'SEE FROM TRACING--TOPICAL TERM', 'SEE FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('', '451', 'SEE FROM TRACING--GEOGRAPHIC NAME', 'SEE FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('', '453', 'INVALID NUMBER TRACING [CLASSIFICATION FORMAT]', 'INVALID NUMBER TRACING [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '455', 'SEE FROM TRACING--GENRE/FORM TERM', 'SEE FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('', '480', 'SEE FROM TRACING--GENERAL SUBDIVISION', 'SEE FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('', '481', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('', '482', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('', '485', 'SEE FROM TRACING--FORM SUBDIVISION', 'SEE FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('', '500', 'SEE ALSO FROM TRACING--PERSONAL NAME', 'SEE ALSO FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('', '510', 'SEE ALSO FROM TRACING--CORPORATE NAME', 'SEE ALSO FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('', '511', 'SEE ALSO FROM TRACING--MEETING NAME', 'SEE ALSO FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('', '530', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('', '548', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('', '550', 'SEE ALSO FROM TRACING--TOPICAL TERM', 'SEE ALSO FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('', '551', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('', '553', 'VALID NUMBER TRACING [CLASSIFICATION FORMAT]', 'VALID NUMBER TRACING [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '555', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('', '580', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('', '581', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('', '582', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('', '585', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('', '640', 'SERIES DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'SERIES DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL),
-               ('', '641', 'SERIES NUMBERING PECULIARITIES', 'SERIES NUMBERING PECULIARITIES', 1, 0, NULL),
-               ('', '642', 'SERIES NUMBERING EXAMPLE', 'SERIES NUMBERING EXAMPLE', 1, 0, NULL),
-               ('', '643', 'SERIES PLACE AND PUBLISHER/ISSUING BODY', 'SERIES PLACE AND PUBLISHER/ISSUING BODY', 1, 0, NULL),
-               ('', '644', 'SERIES ANALYSIS PRACTICE', 'SERIES ANALYSIS PRACTICE', 1, 0, NULL),
-               ('', '645', 'SERIES TRACING PRACTICE', 'SERIES TRACING PRACTICE', 1, 0, NULL),
-               ('', '646', 'SERIES CLASSIFICATION PRACTICE', 'SERIES CLASSIFICATION PRACTICE', 1, 0, NULL),
-               ('', '663', 'COMPLEX SEE ALSO REFERENCE--NAME', 'COMPLEX SEE ALSO REFERENCE--NAME', 0, 0, NULL),
-               ('', '664', 'COMPLEX SEE REFERENCE--NAME', 'COMPLEX SEE REFERENCE--NAME', 0, 0, NULL),
-               ('', '665', 'HISTORY REFERENCE', 'HISTORY REFERENCE', 0, 0, NULL),
-               ('', '666', 'GENERAL EXPLANATORY REFERENCE--NAME', 'GENERAL EXPLANATORY REFERENCE--NAME', 0, 0, NULL),
-               ('', '667', 'NONPUBLIC GENERAL NOTE', 'NONPUBLIC GENERAL NOTE', 1, 0, NULL),
+               ('', '148', 'Intestazione-Termine cronologico', 'Intestazione-Termine cronologico', 0, 0, NULL),
+               ('', '150', 'Intestazione-Termine topico', 'Intestazione-Termine topico', 0, 0, NULL),
+               ('', '151', 'Intestazione – Nome geografico', 'Intestazione – Nome geografico', 0, 0, NULL),
+               ('', '153', 'Numero classificazione [Formato per classificazione]]', 'Numero classificazione [Formato per classificazione]]', 0, 0, NULL),
+               ('', '154', 'Termine d\'indice, spiegazione generale [Formato per classificazione]', 'Termine d\'indice, spiegazione generale [Formato per classificazione]', 0, 0, NULL),
+               ('', '155', 'Intestazione-Termine di genere/forma', 'Intestazione-Termine di genere/forma', 0, 0, NULL),
+               ('', '162', 'Intestazione – Termine del mezzo di esecuzione', 'Intestazione – Termine del mezzo di esecuzione', 0, 0, NULL),
+               ('', '180', 'Intestazione-Suddivisione generale', 'Intestazione-Suddivisione generale', 0, 0, NULL),
+               ('', '181', 'Intestazione-Suddivisione geografica', 'Intestazione-Suddivisione geografica', 0, 0, NULL),
+               ('', '182', 'Intestazione-Suddivisione cronologica', 'Intestazione-Suddivisione cronologica', 0, 0, NULL),
+               ('', '185', 'Intestazione-Suddivisione formale', 'Intestazione-Suddivisione formale', 0, 0, NULL),
+               ('', '253', 'Riferimento \'vedi\' complesso [Formato per classificazione]', 'Riferimento \'vedi\' complesso [Formato per classificazione]', 1, 0, NULL),
+               ('', '260', 'Rinvio complesso “Vedi”-Soggetto', 'Rinvio complesso “Vedi”-Soggetto', 1, 0, NULL),
+               ('', '336', 'Tipo contenuto', 'Tipo contenuto', 1, 0, NULL),
+               ('', '353', 'Riferimento \'vedi anche\' complesso [Formato per classificazione]', 'Riferimento \'vedi anche\' complesso [Formato per classificazione]', 1, 0, NULL),
+               ('', '360', 'Rinvio complesso “Vedi anche”- Soggetto', 'Rinvio complesso “Vedi anche”- Soggetto', 1, 0, NULL),
+               ('', '368', 'Altri attributi della persona o dell\'ente', 'Altri attributi della persona o dell\'ente', 1, 0, NULL),
+               ('', '370', 'Luogo associato', 'Luogo associato', 1, 0, NULL),
+               ('', '371', 'Indirizzo', 'Indirizzo', 1, 0, NULL),
+               ('', '372', 'Campo di attività', 'Campo di attività', 1, 0, NULL),
+               ('', '373', 'Affiliazione', 'Affiliazione', 1, 0, NULL),
+               ('', '374', 'Occupazione', 'Occupazione', 1, 0, NULL),
+               ('', '375', 'Sesso', 'Sesso', 1, 0, NULL),
+               ('', '376', 'Informazione sulla famiglia', 'Informazione sulla famiglia', 1, 0, NULL),
+               ('', '377', 'Lingua associata', 'Lingua associata', 1, 0, NULL),
+               ('', '378', 'Nome di persona - forma espansa', 'Nome di persona - forma espansa', 0, 0, NULL),
+               ('', '380', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, NULL),
+               ('', '381', 'Altre caratteristiche distintive dell\'emissione o espressione', 'Altre caratteristiche distintive dell\'emissione o espressione', 1, 0, NULL),
+               ('', '382', 'Modalità dell\'esecuzione', 'Modalità dell\'esecuzione', 1, 0, NULL),
+               ('', '383', 'Designazione numerica dell\'opera musicale', 'Designazione numerica dell\'opera musicale', 1, 0, NULL),
+               ('', '384', 'Chiave musicale', 'Chiave musicale', 0, 0, NULL),
+               ('', '385', 'Caratteristiche del pubblico', 'Caratteristiche del pubblico', 1, 0, NULL),
+               ('', '386', 'Caratteristiche del creatore/contributore', 'Caratteristiche del creatore/contributore', 1, 0, NULL),
+               ('', '400', 'Tracciato “Vedi”- Nome di persona', 'Tracciato “Vedi”- Nome di persona', 1, 0, NULL),
+               ('', '410', 'Tracciato “Vedi”-Nome di ente', 'Tracciato “Vedi”-Nome di ente', 1, 0, NULL),
+               ('', '411', 'Tracciato “Vedi”-Nome di convegno', 'Tracciato “Vedi”-Nome di convegno', 1, 0, NULL),
+               ('', '430', 'Tracciato “Vedi”-Titolo uniforme', 'Tracciato “Vedi”-Titolo uniforme', 1, 0, NULL),
+               ('', '448', 'Tracciato “Vedi”-Termine cronologico', 'Tracciato “Vedi”-Termine cronologico', 1, 0, NULL),
+               ('', '450', 'Tracciato “Vedi”-Termine topico', 'Tracciato “Vedi”-Termine topico', 1, 0, NULL),
+               ('', '451', 'Tracciato “Vedi”-Nome geografico', 'Tracciato “Vedi”-Nome geografico', 1, 0, NULL),
+               ('', '453', 'Tracciato di un numero invalido [Formato per classificazione]', 'Tracciato di un numero invalido [Formato per classificazione]', 1, 0, NULL),
+               ('', '455', 'Tracciato “Vedi”-Termine di genere/forma', 'Tracciato “Vedi”-Termine di genere/forma', 1, 0, NULL),
+               ('', '462', 'Tracciato “Vedi”- Termine del mezzo di esecuzione', 'Tracciato “Vedi”- Termine del mezzo di esecuzione', 1, 0, NULL),
+               ('', '480', 'Tracciato “Vedi”-Suddivisione generale', 'Tracciato “Vedi”-Suddivisione generale', 1, 0, NULL),
+               ('', '481', 'Tracciato “Vedi”-Suddivisione geografica', 'Tracciato “Vedi”-Suddivisione geografica', 1, 0, NULL),
+               ('', '482', 'Tracciato “Vedi”-Suddivisione cronologica', 'Tracciato “Vedi”-Suddivisione cronologica', 1, 0, NULL),
+               ('', '485', 'Tracciato “Vedi”-Suddivisione formale', 'Tracciato “Vedi”-Suddivisione formale', 1, 0, NULL),
+               ('', '500', 'Tracciato “Vedi anche”-Nome di persona', 'Tracciato “Vedi anche”-Nome di persona', 1, 0, NULL),
+               ('', '510', 'Tracciato “Vedi anche”-Nome di ente', 'Tracciato “Vedi anche”-Nome di ente', 1, 0, NULL),
+               ('', '511', 'Tracciato “Vedi anche”-Nome di convegno', 'Tracciato “Vedi anche”-Nome di convegno', 1, 0, NULL),
+               ('', '530', 'Tracciato “Vedi anche”-Titolo uniforme', 'Tracciato “Vedi anche”-Titolo uniforme', 1, 0, NULL),
+               ('', '548', 'Tracciato “Vedi anche”-Termine cronologico', 'Tracciato “Vedi anche”-Termine cronologico', 1, 0, NULL),
+               ('', '550', 'Tracciato “Vedi anche”-Termine topico', 'Tracciato “Vedi anche”-Termine topico', 1, 0, NULL),
+               ('', '551', 'Tracciato “Vedi anche”-Nome geografico', 'Tracciato “Vedi anche”-Nome geografico', 1, 0, NULL),
+               ('', '553', 'Tracciato di un numero valido [Formato per classificazione]', 'Tracciato di un numero valido [Formato per classificazione]', 1, 0, NULL),
+               ('', '555', 'Tracciato “Vedi anche”-Termine di genere/forma', 'Tracciato “Vedi anche”-Termine di genere/forma', 1, 0, NULL),
+               ('', '562', 'Tracciato “Vedi anche ”- Termine del mezzo di esecuzione', 'Tracciato “Vedi anche ”- Termine del mezzo di esecuzione', 1, 0, NULL),
+               ('', '580', 'Tracciato “Vedi anche”-Suddivisione generale', 'Tracciato “Vedi anche”-Suddivisione generale', 1, 0, NULL),
+               ('', '581', 'Tracciato “Vedi anche”-Suddivisione geografica', 'Tracciato “Vedi anche”-Suddivisione geografica', 1, 0, NULL),
+               ('', '582', 'Tracciato “Vedi anche”-Suddivisione cronologica', 'Tracciato “Vedi anche”-Suddivisione cronologica', 1, 0, NULL),
+               ('', '585', 'Tracciato “Vedi anche”-Suddivisione formale', 'Tracciato “Vedi anche”-Suddivisione formale', 1, 0, NULL),
+               ('', '640', 'Date di pubblicazione e/o designazione sequenziale della serie', 'Date di pubblicazione e/o designazione sequenziale della serie', 1, 0, NULL),
+               ('', '641', 'Particolarità della numerazione della serie', 'Particolarità della numerazione della serie', 1, 0, NULL),
+               ('', '642', 'Esempio di numerazione della serie', 'Esempio di numerazione della serie', 1, 0, NULL),
+               ('', '643', 'Luogo e editore/ente responsabile della serie', 'Luogo e editore/ente responsabile della serie', 1, 0, NULL),
+               ('', '644', 'Procedura di analisi della serie', 'Procedura di analisi della serie', 1, 0, NULL),
+               ('', '645', 'Procedura di tracciato della serie', 'Procedura di tracciato della serie', 1, 0, NULL),
+               ('', '646', 'Procedura di classificazione della serie', 'Procedura di classificazione della serie', 1, 0, NULL),
+               ('', '663', 'Rinvio complesso “Vedi anche”-Nome', 'Rinvio complesso “Vedi anche”-Nome', 0, 0, NULL),
+               ('', '664', 'Rinvio complesso “Vedi”-Nome', 'Rinvio complesso “Vedi”-Nome', 0, 0, NULL),
+               ('', '665', 'Rinvio storico', 'Rinvio storico', 0, 0, NULL),
+               ('', '666', 'Rinvio esplicativo generale-Nome', 'Rinvio esplicativo generale-Nome', 0, 0, NULL),
+               ('', '667', 'Nota generale non pubblica', 'Nota generale non pubblica', 1, 0, NULL),
                ('', '668', 'CHARACTERS IN NONROMAN ALPHABETS [OBSOLETE]', 'CHARACTERS IN NONROMAN ALPHABETS [OBSOLETE]', 1, 0, NULL),
-               ('', '670', 'SOURCE DATA FOUND', 'SOURCE DATA FOUND', 1, 0, NULL),
+               ('', '670', 'Fonte dei dati trovati', 'Fonte dei dati trovati', 1, 0, NULL),
                ('', '671', 'NOTE--WORK CATALOGUED [OBSOLETE, CAN/MARC ONLY]', 'NOTE--WORK CATALOGUED [OBSOLETE, CAN/MARC ONLY]', 1, 0, NULL),
-               ('', '675', 'SOURCE DATA NOT FOUND', 'SOURCE DATA NOT FOUND', 0, 0, NULL),
+               ('', '672', 'Titolo collegato all\'entità', 'Titolo collegato all\'entità', 1, 0, NULL),
+               ('', '673', 'Titolo non collegato all\'entità', 'Titolo non collegato all\'entità', 1, 0, NULL),
+               ('', '675', 'Fonte dei dati non trovati', 'Fonte dei dati non trovati', 0, 0, NULL),
                ('', '676', 'NOTE--CATALOGUING RULES (NAMES/TITLES) [OBSOLETE, CAN/MARC ONLY]', 'NOTE--CATALOGUING RULES (NAMES/TITLES) [OBSOLETE, CAN/MARC ONLY]', 0, 0, NULL),
-               ('', '678', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL),
-               ('', '680', 'PUBLIC GENERAL NOTE', 'PUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('', '681', 'SUBJECT EXAMPLE TRACING NOTE', 'SUBJECT EXAMPLE TRACING NOTE', 1, 0, NULL),
-               ('', '682', 'DELETED HEADING INFORMATION', 'DELETED HEADING INFORMATION', 0, 0, NULL),
-               ('', '683', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('', '684', 'AUXILIARY INSTRUCTION NOTE [CLASSIFICATION FORMAT]', 'AUXILIARY INSTRUCTION NOTE [CLASSIFICATION FORMAT]', 1, 0, NULL),
+               ('', '678', 'Dati biografici o storici', 'Dati biografici o storici', 1, 0, NULL),
+               ('', '680', 'Nota generale pubblica', 'Nota generale pubblica', 1, 0, NULL),
+               ('', '681', 'Nota di tracciato per esempio di soggetto', 'Nota di tracciato per esempio di soggetto', 1, 0, NULL),
+               ('', '682', 'Informazione sull\'intestazione cancellata', 'Informazione sull\'intestazione cancellata', 0, 0, NULL),
+               ('', '683', 'Nota sulla storia dell\'applicazione', 'Nota sulla storia dell\'applicazione', 1, 0, NULL),
+               ('', '684', 'Nota istruzione ausiliaria [Formato per classificazione]', 'Nota istruzione ausiliaria [Formato per classificazione]', 1, 0, NULL),
                ('', '685', 'NOTE--SOURCE DATA FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 'NOTE--SOURCE DATA FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 1, 0, NULL),
                ('', '686', 'NOTE--SOURCE DATA NOT FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 'NOTE--SOURCE DATA NOT FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 1, 0, NULL),
                ('', '687', 'NOTE--USAGE (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 'NOTE--USAGE (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 1, 0, NULL),
-               ('', '688', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('', '700', 'ESTABLISHED HEADING LINKING ENTRY--PERSONAL NAME', 'ESTABLISHED HEADING LINKING ENTRY--PERSONAL NAME', 1, 0, NULL),
-               ('', '710', 'ESTABLISHED HEADING LINKING ENTRY--CORPORATE NAME', 'ESTABLISHED HEADING LINKING ENTRY--CORPORATE NAME', 1, 0, NULL),
-               ('', '711', 'ESTABLISHED HEADING LINKING ENTRY--MEETING NAME', 'ESTABLISHED HEADING LINKING ENTRY--MEETING NAME', 1, 0, NULL),
-               ('', '730', 'ESTABLISHED HEADING LINKING ENTRY--UNIFORM TITLE', 'ESTABLISHED HEADING LINKING ENTRY--UNIFORM TITLE', 1, 0, NULL),
-               ('', '748', 'ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM', 'ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('', '750', 'ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM', 'ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM', 1, 0, NULL),
-               ('', '751', 'ESTABLISHED HEADING LINKING ENTRY--GEOGRAPHIC NAME', 'ESTABLISHED HEADING LINKING ENTRY--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('', '753', 'INDEX TERM--UNCONTROLLED [CLASSIFICATION FORMAT]', 'INDEX TERM--UNCONTROLLED [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '754', 'INDEX TERM--FACETED TOPICAL TERMS [CLASSIFICATION FORMAT]', 'INDEX TERM--FACETED TOPICAL TERMS [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '755', 'ESTABLISHED HEADING LINKING ENTRY--GENRE/FORM TERM', 'ESTABLISHED HEADING LINKING ENTRY--GENRE/FORM TERM', 1, 0, NULL),
-               ('', '761', 'ADD OR DIVIDE LIKE INSTRUCTIONS [CLASSIFICATION FORMAT]', 'ADD OR DIVIDE LIKE INSTRUCTIONS [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '762', 'TABLE IDENTIFICATION [CLASSIFICATION FORMAT]', 'TABLE IDENTIFICATION [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '763', 'INTERNAL SUBARRANGEMENT OR ADD TABLE ENTRY [CLASSIFICATION FORMAT]', 'INTERNAL SUBARRANGEMENT OR ADD TABLE ENTRY [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '764', 'RULE IDENTIFICATION [CLASSIFICATION FORMAT]', 'RULE IDENTIFICATION [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '765', 'SYNTHESIZED NUMBER COMPONENTS [CLASSIFICATION FORMAT]', 'SYNTHESIZED NUMBER COMPONENTS [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '766', 'SECONDARY TABLE INFORMATION [CLASSIFICATION FORMAT]', 'SECONDARY TABLE INFORMATION [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '768', 'CITATION AND PREFERENCE ORDER INSTRUCTIONS [CLASSIFICATION FORMAT]', 'CITATION AND PREFERENCE ORDER INSTRUCTIONS [CLASSIFICATION FORMAT]', 1, 0, NULL),
-               ('', '780', 'SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION', 'SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('', '781', 'SUBDIVISION LINKING ENTRY--GEOGRAPHIC SUBDIVISION', 'SUBDIVISION LINKING ENTRY--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('', '782', 'SUBDIVISION LINKING ENTRY--CHRONOLOGICAL SUBDIVISION', 'SUBDIVISION LINKING ENTRY--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('', '785', 'SUBDIVISION LINKING ENTRY--FORM SUBDIVISION', 'SUBDIVISION LINKING ENTRY--FORM SUBDIVISION', 1, 0, NULL),
-               ('', '788', 'COMPLEX LINKING ENTRY DATA', 'COMPLEX LINKING ENTRY DATA', 0, 0, NULL),
-               ('', '856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL),
-               ('', '880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL),
-        ('', '942', 'KOHA INTERNAL USE', 'KOHA INTERNAL USE', 0, 1, NULL);
+               ('', '688', 'Nota sulla storia dell\'applicazione', 'Nota sulla storia dell\'applicazione', 1, 0, NULL),
+               ('', '700', 'Collegamento di intestazione stabilita-Nome di persona', 'Collegamento di intestazione stabilita-Nome di persona', 1, 0, NULL),
+               ('', '710', 'Collegamento di intestazione stabilita-Nome di ente', 'Collegamento di intestazione stabilita-Nome di ente', 1, 0, NULL),
+               ('', '711', 'Collegamento di intestazione stabilita-Nome di convegno', 'Collegamento di intestazione stabilita-Nome di convegno', 1, 0, NULL),
+               ('', '730', 'Collegamento di intestazione stabilita-Titolo uniforme', 'Collegamento di intestazione stabilita-Titolo uniforme', 1, 0, NULL),
+               ('', '748', 'Collegamento di intestazione stabilita-Termine cronologico', 'Collegamento di intestazione stabilita-Termine cronologico', 1, 0, NULL),
+               ('', '750', 'Collegamento di intestazione stabilita-Termine topico (R)', 'Collegamento di intestazione stabilita-Termine topico (R)', 1, 0, NULL),
+               ('', '751', 'Collegamento di intestazione stabilita-Nome geografico', 'Collegamento di intestazione stabilita-Nome geografico', 1, 0, NULL),
+               ('', '753', 'Termine d\'indice non controllato [Formato per classificazione]', 'Termine d\'indice non controllato [Formato per classificazione]', 1, 0, NULL),
+               ('', '754', 'Termine d\'indice -- termini a faccette [Formato per classificazione]', 'Termine d\'indice -- termini a faccette [Formato per classificazione]', 1, 0, NULL),
+               ('', '755', 'Collegamento di intestazione stabilita-Termine di genere/forma', 'Collegamento di intestazione stabilita-Termine di genere/forma', 1, 0, NULL),
+               ('', '761', 'Instruzioni per aggiungere o dividere [Formato per classificazione]', 'Instruzioni per aggiungere o dividere [Formato per classificazione]', 1, 0, NULL),
+               ('', '762', 'Collegamento di intestazione stabilita-Termine del mezzo di esecuzione', 'Collegamento di intestazione stabilita-Termine del mezzo di esecuzione', 1, 0, NULL),
+               ('', '763', 'Codice in una sottosezione o tabella [Formato per classificazione]', 'Codice in una sottosezione o tabella [Formato per classificazione]', 1, 0, NULL),
+               ('', '764', 'Identificazione della regola [Formato per classificazione]', 'Identificazione della regola [Formato per classificazione]', 1, 0, NULL),
+               ('', '765', 'Componenti numero sintetizzato [Formato per classificazione]', 'Componenti numero sintetizzato [Formato per classificazione]', 1, 0, NULL),
+               ('', '766', 'Tabella di informazione secondaria [Formato per classificazione]', 'Tabella di informazione secondaria [Formato per classificazione]', 1, 0, NULL),
+               ('', '768', 'Istruzioni per citazione e ordine di preferenza [Formato per classificazione]', 'Istruzioni per citazione e ordine di preferenza [Formato per classificazione]', 1, 0, NULL),
+               ('', '780', 'Collegamento di suddivisione-Suddivisione generale', 'Collegamento di suddivisione-Suddivisione generale', 1, 0, NULL),
+               ('', '781', 'Collegamento di suddivisione-Suddivisione geografica', 'Collegamento di suddivisione-Suddivisione geografica', 1, 0, NULL),
+               ('', '782', 'Collegamento di suddivisione-Suddivisione cronologica', 'Collegamento di suddivisione-Suddivisione cronologica', 1, 0, NULL),
+               ('', '785', 'Collegamento di suddivisione-Suddivisione formale', 'Collegamento di suddivisione-Suddivisione formale', 1, 0, NULL),
+               ('', '788', 'Dati di collegamento complesso', 'Dati di collegamento complesso', 0, 0, NULL),
+               ('', '856', 'Localizzazione e accesso elettronico', 'Localizzazione e accesso elettronico', 1, 0, NULL),
+               ('', '880', 'Rappresentazione grafica alternativa', 'Rappresentazione grafica alternativa', 1, 0, NULL),
+               ('', '883', 'Provenienza dei metadati generati dalla macchina', 'Provenienza dei metadati generati dalla macchina', 1, 0, NULL),
+               ('', '942', 'Koha, uso interno', 'Koha, uso interno', 0, 1, NULL);
 
 
 
 INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`) VALUES
-               ('', '000', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_leader_authorities.pl', NULL, 0, 0, '', '', ''),
-               ('', '001', '@', 'control field', 'control field', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', 'auth_header.authid', ''),
-               ('', '003', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-               ('', '005', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_005.pl', NULL, 0, 0, '', '', ''),
-               ('', '008', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_field_008_authorities.pl', NULL, 0, 0, '', '', ''),
-               ('', '010', 'a', 'LC control number', 'LC control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '014', 'a', 'Control number of related bibliographic record', 'Control number of related bibliographic record', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '014', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '014', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '016', 'a', 'Record control number', 'Record control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '016', 'z', 'Canceled/invalid record control number', 'Canceled/invalid record control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '016', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '020', 'z', 'Canceled/invalid ISBN', 'Canceled/invalid ISBN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '020', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '022', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '024', '2', 'Source of number or code', 'Source of number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '024', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'a', 'Number of work', 'Number of work', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'b', 'Number of movement', 'Number of movement', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'e', 'Role', 'Role', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'g', 'Clef', 'Clef', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'n', 'Key signature', 'Key signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'o', 'Time signature', 'Time signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'p', 'Musical notation', 'Musical notation', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'q', 'General note', 'General note', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'r', 'Key or mode', 'Key or mode', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 's', 'Coded validity note', 'Coded validity note', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 't', 'Text incipit', 'Text incipit', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', '2', 'System code', 'System code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'p', 'Equinox', 'Equinox', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'r', 'Distance from earth', 'Distance from earth',  1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'x', 'Beginning date', 'Beginning date', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'y', 'Ending date', 'Ending date', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '000', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, 0, NULL, 'marc21_leader_authorities.pl', NULL, 0, 0, '', '', ''),
+               ('', '001', '@', 'campo di controllo', 'campo di controllo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', 'auth_header.authid', ''),
+               ('', '003', '@', 'campo di controllo', 'campo di controllo', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
+               ('', '005', '@', 'campo di controllo', 'campo di controllo', 0, 1, 0, NULL, 'marc21_field_005.pl', NULL, 0, 0, '', '', ''),
+               ('', '008', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, 0, NULL, 'marc21_field_008_authorities.pl', NULL, 0, 0, '', '', ''),
+               ('', '010', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '010', 'z', 'Numero di controllo della LC cancellato o errato', 'Numero di controllo della LC cancellato o errato', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '010', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '014', 'a', 'Nunero di controllo del record bibliografico collegato', 'Nunero di controllo del record bibliografico collegato', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '014', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '014', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '016', 'a', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '016', 'z', 'Numero di controllo della registrazione cancellato o errato', 'Numero di controllo della registrazione cancellato o errato', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '016', '2', 'Fonte', 'Fonte', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '016', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '020', 'a', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '020', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '020', 'q', 'Qualificazione', 'Qualificazione', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '020', 'z', 'ISBN cancellato o errato', 'ISBN cancellato o errato', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '020', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '020', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '022', 'a', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '022', 'l', 'ISSN-L', 'ISSN-L', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '022', 'm', 'ISSN-L cancellato', 'ISSN-L cancellato', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '022', 'y', 'ISSN errato', 'ISSN errato', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '022', 'z', 'ISSN cancellato', 'ISSN cancellato', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '022', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '022', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '024', 'a', 'Numero standard o codice', 'Numero standard o codice', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '024', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '024', 'd', 'Codici addizionali che seguono il numero standard o codice', 'Codici addizionali che seguono il numero standard o codice', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '024', 'q', 'Qualificazione', 'Qualificazione', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '024', 'z', 'Numero standard o codice, cancellato o errato', 'Numero standard o codice, cancellato o errato', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '024', '2', 'Fonte del numero o codice', 'Fonte del numero o codice', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '024', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '024', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'a', 'Numero di composizione', 'Numero di composizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'b', 'Numero di movimento', 'Numero di movimento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'c', 'Numero progressivo nel movimento', 'Numero progressivo nel movimento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'd', 'Titolo o intitolazione', 'Titolo o intitolazione', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'e', 'Personaggio', 'Personaggio', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'g', 'Chiave', 'Chiave', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'm', 'Voce/strumento', 'Voce/strumento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'n', 'Alterazioni', 'Alterazioni', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'o', 'Misura', 'Misura', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'p', 'Contesto musicale', 'Contesto musicale', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'q', 'Nota generale', 'Nota generale', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'r', 'Tonalità o modo', 'Tonalità o modo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 's', 'Nota codificata di validità', 'Nota codificata di validità', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 't', 'Incipit testuale', 'Incipit testuale', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', '2', 'Codice di sistema', 'Codice di sistema', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '031', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'd', 'Coordinate--longitudine limite Ovest', 'Coordinate--longitudine limite Ovest', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'e', 'Coordinate--longitudine limite Est', 'Coordinate--longitudine limite Est', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'f', 'Coordinate--latitudine limite Nord', 'Coordinate--latitudine limite Nord', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'g', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'j', 'Declinazione--limite Nord', 'Declinazione--limite Nord', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'k', 'Declinazione--limite Sud', 'Declinazione--limite Sud', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'm', 'Ascensione retta--limite Est', 'Ascensione retta--limite Est', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'n', 'Ascensione retta--limite Ovest', 'Ascensione retta--limite Ovest', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'p', 'Equinozio', 'Equinozio', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'r', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 's', 'Latitudine del perimetro', 'Latitudine del perimetro', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 't', 'Longitudine del perimetro', 'Longitudine del perimetro', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'x', 'Data d\'inizio', 'Data d\'inizio', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'y', 'Data di fine', 'Data di fine', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', 'z', 'Nome dell\'oggetto extraterrestre', 'Nome dell\'oggetto extraterrestre', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', '2', 'Fonte', 'Fonte', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '034', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '035', 'a', 'System control number', 'System control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '035', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-               ('', '040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '040', 'e', 'Description conventions', 'Description conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '040', 'f', 'Subject heading or thesaurus conventions', 'Subject heading or thesaurus conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '040', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '042', 'a', 'Authentication code', 'Authentication code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '043', 'c', 'ISO code', 'ISO code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '043', '2', 'Source of local code', 'Source of local code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '043', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '045', 'a', 'Time period code', 'Time period code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '045', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '050', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '050', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '050', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '050', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '050', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '052', 'd', 'Populated place name', 'Populated place name', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '052', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '052', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '053', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '053', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '053', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '053', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '053', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '053', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '055', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '055', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '055', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '055', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '055', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '058', 'a', 'LC classification number--Single number or beginning number of a range', 'LC classification number--Single number or beginning number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '035', 'z', 'Numero di controllo del sistema cancellato o errato', 'Numero di controllo del sistema cancellato o errato', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '035', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '035', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '040', 'a', 'Agenzia catalografica originale', 'Agenzia catalografica originale', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
+               ('', '040', 'b', 'Lingua della catalogazione', 'Lingua della catalogazione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '040', 'c', 'Agenzia che fa la trascrizione', 'Agenzia che fa la trascrizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '040', 'd', 'Agenzia che fa la modifica', 'Agenzia che fa la modifica', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '040', 'e', 'Regole di descrizione', 'Regole di descrizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '040', 'f', 'Convenzioni per le intestazioni di soggetto o tesauro', 'Convenzioni per le intestazioni di soggetto o tesauro', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '040', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '040', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '042', 'a', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '043', 'a', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '043', 'b', 'Codice locale GAC (codice dell\'area geografica)', 'Codice locale GAC (codice dell\'area geografica)', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '043', 'c', 'Codice ISO', 'Codice ISO', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '043', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '043', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '043', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '043', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '045', 'a', 'Codice di periodo di tempo', 'Codice di periodo di tempo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '045', 'b', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '045', 'c', 'Periodo di tempo formattato anteriore al 9999 a.C.', 'Periodo di tempo formattato anteriore al 9999 a.C.', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '045', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '045', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', 'f', 'Data di nascita', 'Data di nascita', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', 'g', 'Data di morte', 'Data di morte', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', 'k', 'Data iniziale di creazione o data semplice', 'Data iniziale di creazione o data semplice', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', 'l', 'Data finale di creazione', 'Data finale di creazione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', 'o', 'Data singola o data iniziale per il contenuto aggregato', 'Data singola o data iniziale per il contenuto aggregato', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', 'p', 'Data finale per il contenuto aggregato', 'Data finale per il contenuto aggregato', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', 's', 'Inizio del periodo', 'Inizio del periodo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', 't', 'Fine del periodo', 'Fine del periodo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', 'v', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', '2', 'Fonte della data', 'Fonte della data', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '046', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '050', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '050', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '050', 'd', 'Volumi/date a cui si applica il numero di chiamata', 'Volumi/date a cui si applica il numero di chiamata', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '050', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '050', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '050', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '052', 'a', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '052', 'b', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '052', 'd', 'Nome di luogo abitato', 'Nome di luogo abitato', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '052', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '052', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '052', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '053', 'a', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '053', 'b', 'Elemento del numero di classificazione-numero finale dell\'espansione', 'Elemento del numero di classificazione-numero finale dell\'espansione', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '053', 'c', 'Termine esplicativo', 'Termine esplicativo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '053', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '053', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '053', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '055', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '055', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '055', 'd', 'Volumi/date a cui si applica il numero di chiamata', 'Volumi/date a cui si applica il numero di chiamata', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '055', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '055', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '055', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '058', 'a', 'Numero di classificazione LC -- Numero unico o numero d\'inizio del range', 'Numero di classificazione LC -- Numero unico o numero d\'inizio del range', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '058', 'b', 'LC classification number--End number of a range', 'LC classification number--End number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '058', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '058', 'c', 'Termine esplicativo', 'Termine esplicativo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '058', '5', 'Library to which class number applies', 'Library to which class number applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '058', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '060', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '060', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '060', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '060', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '060', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '058', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '060', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '060', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '060', 'd', 'Volumi/date a cui si applica il numero di chiamata', 'Volumi/date a cui si applica il numero di chiamata', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '060', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '060', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '060', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '063', 'a', 'NLM classification number--Single number or beginning number of a range', 'NLM classification number--Single number or beginning number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '063', 'b', 'NLM classification number--End number of a range', 'NLM classification number--End number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '063', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '065', 'a', 'Classification number element--single number or beginning of span', 'Classification number element--single number or beginning of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '065', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '065', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '065', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '065', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '065', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '065', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '063', 'c', 'Termine esplicativo', 'Termine esplicativo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '065', 'a', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '065', 'b', 'Elemento del numero di classificazione-numero finale dell\'espansione', 'Elemento del numero di classificazione-numero finale dell\'espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '065', 'c', 'Termine esplicativo', 'Termine esplicativo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '065', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '065', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '065', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '065', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '066', 'a', 'Set di caratteri primario G0', 'Set di caratteri primario G0', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '066', 'b', 'Set di caratteri primario G1', 'Set di caratteri primario G1', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '066', 'c', 'Set di caratteri alternativo G0 o G1', 'Set di caratteri alternativo G0 o G1', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '068', 'a', 'NLM classification number--Single number or beginning number of a range', 'NLM classification number--Single number or beginning number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '068', 'b', 'NLM classification number--End number of a range', 'NLM classification number--End number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '068', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '068', 'c', 'Termine esplicativo', 'Termine esplicativo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '068', '5', 'Library to which class number applies', 'Library to which class number applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '070', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '070', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '070', 'd', 'Volume/dates to which call number applies', 'Volume/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '070', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '072', 'a', 'Subject category code', 'Subject category code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '072', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '072', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '073', 'a', 'Subdivision usage', 'Subdivision usage', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '073', 'z', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '073', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '073', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '082', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '082', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '082', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '082', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '082', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '082', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '083', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '083', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '083', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '083', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '083', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '083', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '083', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '083', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '084', 'a', 'Classification scheme code', 'Classification scheme code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '084', 'b', 'Edition title', 'Edition title', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '084', 'c', 'Edition identifier', 'Edition identifier', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '084', 'd', 'Source edition identifier', 'Source edition identifier', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '084', 'e', 'Language code', 'Language code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '084', 'f', 'Authorization', 'Authorization', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '084', 'n', 'Variations', 'Variations', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '084', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '086', 'a', 'Call number', 'Call number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '086', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '086', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '086', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '086', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '086', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '087', 'a', 'Classification number element--Single number or beginning number of span', 'Classification number element--Single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '087', 'b', 'Classification number element--Ending number of span', 'Classification number element--Ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '087', 'c', 'Explanatory information', 'Explanatory information', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '087', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '087', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '087', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '088', 'a', 'Document shelving number (CODOC)', 'Document shelving number (CODOC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '070', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '070', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '070', 'd', 'Volumi/date a cui si applica il numero di chiamata', 'Volumi/date a cui si applica il numero di chiamata', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '070', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '070', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '072', 'a', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '072', 'x', 'Suddivisione del codice di categoria di soggetto', 'Suddivisione del codice di categoria di soggetto', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '072', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '072', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '072', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '073', 'a', 'Impiego della suddivisione', 'Impiego della suddivisione', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '073', 'z', 'Fonte del codice', 'Fonte del codice', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '073', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '073', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '080', 'a', 'Numero di Classificazione decimale universale', 'Numero di Classificazione decimale universale', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '080', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '080', 'x', 'Suddivisione ausiliare comune', 'Suddivisione ausiliare comune', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '080', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '080', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '080', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '083', 'y', 'Numero sequenza tavola per aggiunta o ordinamento interno', 'Numero sequenza tavola per aggiunta o ordinamento interno', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '082', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '082', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '082', 'd', 'Volumi/date a cui si applica il numero di chiamata', 'Volumi/date a cui si applica il numero di chiamata', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '082', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '082', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '082', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '082', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '083', 'a', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '083', 'b', 'Elemento del numero di classificazione-numero finale dell\'espansione', 'Elemento del numero di classificazione-numero finale dell\'espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '083', 'c', 'Termine esplicativo', 'Termine esplicativo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '083', 'z', 'Identificazione tavola', 'Identificazione tavola', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '083', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '083', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '083', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '083', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '084', 'a', 'Codice dello schema di classificazione', 'Codice dello schema di classificazione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '084', 'b', 'Titolo edizione', 'Titolo edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '084', 'c', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '084', 'd', 'Fonte codice di edizione', 'Fonte codice di edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '084', 'e', 'Codice lingua', 'Codice lingua', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '084', 'f', 'Autorizzazione', 'Autorizzazione', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '084', 'n', 'Variazioni', 'Variazioni', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '084', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '084', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '086', 'a', 'Numero di chiamata', 'Numero di chiamata', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '086', 'd', 'Volumi/date a cui si applica il numero di chiamata', 'Volumi/date a cui si applica il numero di chiamata', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '086', 'z', 'Numero di chiamata cancellato/errato', 'Numero di chiamata cancellato/errato', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '086', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '086', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '086', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '086', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '087', 'a', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '087', 'b', 'Elemento del numero di classificazione-numero finale dell\'espansione', 'Elemento del numero di classificazione-numero finale dell\'espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '087', 'c', 'Informazione esplicativa', 'Informazione esplicativa', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '087', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '087', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '087', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '088', 'a', 'Numero di collocazione del documento (CODOC) [OBSOLETO]', 'Numero di collocazione del documento (CODOC) [OBSOLETO]', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '090', 'a', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '090', 'b', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '090', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '090', 'd', 'Volumi/date a cui si applica il numero di chiamata', 'Volumi/date a cui si applica il numero di chiamata', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '090', 'f', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '090', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
@@ -474,1115 +506,1355 @@ INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`
                ('', '090', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '090', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '090', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '090', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '090', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '090', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '090', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '091', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '091', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '091', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '091', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '091', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '091', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '091', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '091', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '092', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '092', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '092', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '090', 'z', 'Numero di chiamata cancellato/errato', 'Numero di chiamata cancellato/errato', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '090', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '090', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '090', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '090', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '091', 'a', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '091', 'b', 'Elemento del numero di classificazione-numero finale dell\'espansione', 'Elemento del numero di classificazione-numero finale dell\'espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '091', 'c', 'Termine esplicativo', 'Termine esplicativo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '091', 'z', 'Identificazione tavola -- numero tavola', 'Identificazione tavola -- numero tavola', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '091', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '091', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '091', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '091', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '092', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '092', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '092', 'd', 'Volumi/date a cui si applica il numero di chiamata', 'Volumi/date a cui si applica il numero di chiamata', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '092', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '092', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '092', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '092', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '092', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '093', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '093', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '093', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '093', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '093', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '093', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '093', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '093', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '096', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '096', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '096', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '092', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '092', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '092', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '092', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '093', 'a', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '093', 'b', 'Elemento del numero di classificazione-numero finale dell\'espansione', 'Elemento del numero di classificazione-numero finale dell\'espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '093', 'c', 'Termine esplicativo', 'Termine esplicativo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '093', 'z', 'Identificazione tavola -- numero tavola', 'Identificazione tavola -- numero tavola', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '093', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '093', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '093', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '093', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '096', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '096', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '096', 'd', 'Volumi/date a cui si applica il numero di chiamata', 'Volumi/date a cui si applica il numero di chiamata', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '096', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '096', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '096', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '096', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '096', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '097', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '097', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '097', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '097', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '097', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '097', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '097', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '097', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '096', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '096', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '096', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '096', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '097', 'a', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 'Elemento del numero di classificazione-numero unico o numero di inizio dell’espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '097', 'b', 'Elemento del numero di classificazione-numero finale dell\'espansione', 'Elemento del numero di classificazione-numero finale dell\'espansione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '097', 'c', 'Termine esplicativo', 'Termine esplicativo', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '097', 'z', 'Identificazione tavola -- numero tavola', 'Identificazione tavola -- numero tavola', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '097', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '097', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '097', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '097', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '098', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '098', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '098', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '098', 'd', 'Volumi/date a cui si applica il numero di chiamata', 'Volumi/date a cui si applica il numero di chiamata', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '098', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '098', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '098', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '098', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '098', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '099', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '099', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '099', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '098', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '098', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '098', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '098', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '099', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '099', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '099', 'd', 'Volumi/date a cui si applica il numero di chiamata', 'Volumi/date a cui si applica il numero di chiamata', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '099', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '099', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '099', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '099', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '099', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'a', 'Personal name', 'Personal name', 0, 0, 1, NULL, NULL, '''100b'',''100c'',''100q'',''100d'',''100t'',''100o'',''100m'',''100r'',''100s'',''100k'',''100n'',''100p'',''100g'',''100l'',''100f'',''100h'',''100x'',''100z'',''100y'',''100v''', 0, 0, '', '', ''),
-               ('', '100', 'b', 'Numeration', 'Numeration', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'e', 'Relator term', 'Relator term', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 's', 'Version', 'Version', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 1, NULL, NULL, '''110b'',''110c'',''110d'',''110t'',''110o'',''110m'',''110r'',''110s'',''110k'',''110n'',''110p'',''110g'',''110l'',''110f'',''110h'',''110x'',''110z'',''110y'',''110v''', 0, 0, '', '', ''),
-               ('', '110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'e', 'Relator term', 'Relator term', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 's', 'Version', 'Version', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 1, NULL, NULL, '''111e'',''111c'',''111d'',''111t'',''111s'',''111k'',''111n'',''111p'',''111g'',''111l'',''111f'',''111h'',''111x'',''111z'',''111y'',''111v''', 0, 0, '', '', ''),
+               ('', '099', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '099', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '099', '6', 'Collegamento', 'Collegamento', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '099', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 1, NULL, NULL, '''100b'',''100c'',''100q'',''100d'',''100t'',''100o'',''100m'',''100r'',''100s'',''100k'',''100n'',''100p'',''100g'',''100l'',''100f'',''100h'',''100x'',''100z'',''100y'',''100v''', 0, 0, '', '', ''),
+               ('', '100', 'b', 'Numerazione', 'Numerazione', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'h', 'Supporto', 'Supporto', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 's', 'Versione', 'Versione', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '100', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, 1, NULL, NULL, '''110b'',''110c'',''110d'',''110t'',''110o'',''110m'',''110r'',''110s'',''110k'',''110n'',''110p'',''110g'',''110l'',''110f'',''110h'',''110x'',''110z'',''110y'',''110v''', 0, 0, '', '', ''),
+               ('', '110', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'h', 'Supporto', 'Supporto', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 's', 'Versione', 'Versione', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '110', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, 1, NULL, NULL, '''111e'',''111c'',''111d'',''111t'',''111s'',''111k'',''111n'',''111p'',''111g'',''111l'',''111f'',''111h'',''111x'',''111z'',''111y'',''111v''', 0, 0, '', '', ''),
                ('', '111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'j', 'Relator term', 'Relator term', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 's', 'Version', 'Version', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'a', 'Uniform title', 'Uniform title', 0, 0, 1, NULL, NULL, '''130o'',''130m'',''130r'',''130s'',''130d'',''130k'',''130n'',''130p'',''130g'',''130l'',''130f'',''130h'',''130t'',''130x'',''130z'',''130y'',''130v''', 0, 0, '', '', ''),
-               ('', '130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 's', 'Version', 'Version', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'a', 'Uniform title', 'Uniform title', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'd', 'Date of treaty', 'Date of treaty', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'h', 'General material designation', 'General material designation', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'l', 'Language', 'Language', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'n', 'Number of part or section/serial, thematic, or opus number', 'Number of part or section/serial, thematic, or opus number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'o', 'Arranged or arr. for music', 'Arranged or arr. for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'p', 'Part or section', 'Part or section', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'x', 'General subject subdivision', 'General subject subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'y', 'Period subject subdivision', 'Period subject subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '140', 'z', 'Place subject subdivision', 'Place subject subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 'a', 'Collective title', 'Collective title', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 'd', 'Date of treaty', 'Date of treaty', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 'h', 'General material designation', 'General material designation', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 'l', 'Language', 'Language', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 'n', 'Number of part or section/serial, thematic, or opus number', 'Number of part or section/serial, thematic, or opus number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 'o', 'Arranged or arr. for music', 'Arranged or arr. for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 'p', 'Part or section', 'Part or section', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '143', 's', 'Version', 'Version', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '148', 'a', 'Chronological term', 'Chronological term', 0, 0, 1, NULL, NULL, '''148y'',''148x'',''148z'',''148v''', 0, 0, '', '', ''),
-               ('', '148', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '148', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '148', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '148', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '148', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '148', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '150', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 1, NULL, NULL, '''150x'',''150z'',''150y'',''150v''', 0, 0, '', '', ''),
-               ('', '150', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '150', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '150', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '150', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '150', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '150', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '150', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '151', 'a', 'Geographic name', 'Geographic name', 0, 0, 1, NULL, NULL, '''151z'',''151x'',''151y'',''151v''', 0, 0, '', '', ''),
+               ('', '111', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'd', 'Data del convegno', 'Data del convegno', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'h', 'Supporto', 'Supporto', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'j', 'Termine di ruolo', 'Termine di ruolo', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 's', 'Versione', 'Versione', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '111', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 1, NULL, NULL, '''130o'',''130m'',''130r'',''130s'',''130d'',''130k'',''130n'',''130p'',''130g'',''130l'',''130f'',''130h'',''130t'',''130x'',''130z'',''130y'',''130v''', 0, 0, '', '', ''),
+               ('', '130', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'h', 'Supporto', 'Supporto', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 's', 'Versione', 'Versione', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '130', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'd', 'Data del trattato [OBSOLETO]', 'Data del trattato [OBSOLETO]', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'h', 'Designazione generale del materiale [OBSOLETO] ', 'Designazione generale del materiale [OBSOLETO] ', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'l', 'Lingua [OBSOLETO] ', 'Lingua [OBSOLETO] ', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'n', 'Numero di parte o sezione/ordine, tematica, o numero dell’opus  [OBSOLETO] ', 'Numero di parte o sezione/ordine, tematica, o numero dell’opus  [OBSOLETO] ', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'o', 'Arrangiato o arr. per la musica  [OBSOLETO] ', 'Arrangiato o arr. per la musica  [OBSOLETO] ', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'p', 'Parte o sezione [OBSOLETO] ', 'Parte o sezione [OBSOLETO] ', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'x', 'Suddivisione generale di soggetto  [OBSOLETO] ', 'Suddivisione generale di soggetto  [OBSOLETO] ', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'y', 'Suddivisione di tempo di soggetto [OBSOLETO]', 'Suddivisione di tempo di soggetto [OBSOLETO]', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '140', 'z', 'Suddivisione di luogo di soggetto [OBSOLETO] ', 'Suddivisione di luogo di soggetto [OBSOLETO] ', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 'a', 'Titolo collettivo  [OBSOLETO]', 'Titolo collettivo  [OBSOLETO]', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 'd', 'Data del trattato [OBSOLETO]', 'Data del trattato [OBSOLETO]', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 'h', 'Designazione generale del materiale [OBSOLETO] ', 'Designazione generale del materiale [OBSOLETO] ', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 'l', 'Lingua [OBSOLETO] ', 'Lingua [OBSOLETO] ', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 'n', 'Numero di parte o sezione/ordine, tematica, o numero dell’opus  [OBSOLETO] ', 'Numero di parte o sezione/ordine, tematica, o numero dell’opus  [OBSOLETO] ', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 'o', 'Arrangiato o arr. per la musica  [OBSOLETO] ', 'Arrangiato o arr. per la musica  [OBSOLETO] ', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 'p', 'Parte o sezione [OBSOLETO] ', 'Parte o sezione [OBSOLETO] ', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '143', 's', 'Versione', 'Versione', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '148', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, 1, NULL, NULL, '''148y'',''148x'',''148z'',''148v''', 0, 0, '', '', ''),
+               ('', '148', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '148', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '148', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '148', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '148', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '148', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '150', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 1, NULL, NULL, '''150x'',''150z'',''150y'',''150v''', 0, 0, '', '', ''),
+               ('', '150', 'b', 'Termine topico che segue il nome geografico come accesso', 'Termine topico che segue il nome geografico come accesso', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '150', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '150', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '150', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '150', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '150', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '150', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '151', 'a', 'Nome geografico', 'Nome geografico', 0, 0, 1, NULL, NULL, '''151z'',''151x'',''151y'',''151v''', 0, 0, '', '', ''),
                ('', '151', 'b', 'Name following place as an entry element {OBSOLETE]', 'Name following place as an entry element {OBSOLETE]', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '151', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '151', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '151', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '151', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '151', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '151', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '151', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '151', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '151', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '151', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '151', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '151', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '153', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '153', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '153', 'c', 'Numero di classificazione – fine intervallo', 'Numero di classificazione – fine intervallo', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '153', 'h', 'Caption hierarchy', 'Caption hierarchy', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '153', 'j', 'Caption', 'Caption', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '153', 'k', 'Summary number span caption hierarchy', 'Summary number span caption hierarchy', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '153', 'z', 'Table identification', 'Table identification', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '153', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '153', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '153', 'z', 'Identificazione tavola', 'Identificazione tavola', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '153', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '153', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '154', 'a', 'General explanatory index term', 'General explanatory index term', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '154', 'b', 'General explanatory index term--Succeeding level', 'General explanatory index term--Succeeding level', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '154', 'f', 'Schedule identification', 'Schedule identification', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '154', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '154', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '155', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 1, NULL, NULL, '''155v'',''155x'',''155z'',''155y''', 0, 0, '', '', ''),
-               ('', '155', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '155', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '155', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '155', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '155', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '155', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '180', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '180', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '180', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '180', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '180', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '180', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '181', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '181', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '181', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '181', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '181', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '181', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '182', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '182', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '182', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '182', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '182', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '182', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '185', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '185', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '185', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '185', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '185', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '185', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '154', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '154', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '155', 'a', 'Termine di genere/forma', 'Termine di genere/forma', 0, 0, 1, NULL, NULL, '''155v'',''155x'',''155z'',''155y''', 0, 0, '', '', ''),
+               ('', '155', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '155', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '155', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '155', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '155', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '155', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '162', 'a', 'Termine del mezzo di esecuzione', 'Termine del mezzo di esecuzione', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '162', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '162', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '180', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '180', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '180', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '180', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '180', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '180', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '181', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '181', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '181', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '181', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '181', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '181', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '182', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '182', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '182', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '182', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '182', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '182', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '185', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '185', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '185', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '185', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '185', '6', 'Collegamento', 'Collegamento', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '185', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '253', 'a', 'Classification number referred to--Single number or beginning number of span', 'Classification number referred to--Single number or beginning number of span', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '253', 'c', 'Classification number referred to--Ending number of span', 'Classification number referred to--Ending number of span', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '253', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '253', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '253', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '253', 'z', 'Table identification', 'Table identification', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '253', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '253', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '260', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '260', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '260', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '253', 'z', 'Identificazione tavola', 'Identificazione tavola', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '253', '6', 'Collegamento', 'Collegamento', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '253', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '260', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '260', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '260', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '260', '6', 'Collegamento', 'Collegamento', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '260', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '336', 'a', 'Termine del tipo di contenuto', 'Termine del tipo di contenuto', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '336', 'b', 'Codice del tipo di contenuto', 'Codice del tipo di contenuto', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '336', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '336', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '336', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '336', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '353', 'a', 'Classification number referred to--Single number or beginning number of span', 'Classification number referred to--Single number or beginning number of span', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '353', 'c', 'Classification number referred to--Ending number of span', 'Classification number referred to--Ending number of span', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '353', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '353', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '353', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '353', 'z', 'Table identification', 'Table identification', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '353', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '353', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '360', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '360', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '360', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '360', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'a', 'Personal name', 'Personal name', 0, 0, 4, NULL, NULL, '''400b'',''400c'',''400q'',''400d'',''400t'',''400o'',''400m'',''400r'',''400s'',''400k'',''400n'',''400p'',''400g'',''400l'',''400f'',''400h'',''400x'',''400z'',''400y'',''400v''', 0, 0, '', '', ''),
-               ('', '400', 'b', 'Numeration', 'Numeration', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''410b'',''410c'',''410d'',''410t'',''410o'',''410m'',''410r'',''410s'',''410k'',''410n'',''410p'',''410g'',''410l'',''410f'',''410h'',''410x'',''410z'',''410y'',''410v''', 0, 0, '', '', ''),
-               ('', '410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''411e'',''411c'',''411d'',''411t'',''411s'',''411k'',''411n'',''411p'',''411g'',''411l'',''411f'',''411h'',''411x'',''411z'',''411y'',''411v''', 0, 0, '', '', ''),
+               ('', '353', 'z', 'Identificazione tavola', 'Identificazione tavola', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '353', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '353', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '360', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '360', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '360', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '360', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '360', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '368', 'a', 'Tipo dell\'ente', 'Tipo dell\'ente', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '368', 'b', 'Tipo di giurisdizione', 'Tipo di giurisdizione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '368', 'c', 'Altra designazione', 'Altra designazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '368', 'd', 'Titolo della persona', 'Titolo della persona', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '368', 's', 'Inizio del periodo', 'Inizio del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '368', 't', 'Fine del periodo', 'Fine del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '368', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '368', 'v', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '368', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '368', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '368', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '368', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', 'a', 'Luogo di nascita', 'Luogo di nascita', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', 'b', 'Luogo di morte', 'Luogo di morte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', 'c', 'Paese associato', 'Paese associato', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', 'e', 'Luogo di residenza/sede', 'Luogo di residenza/sede', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', 'f', 'Altro luogo associato', 'Altro luogo associato', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', 'g', 'Luogo di origine di un’opera', 'Luogo di origine di un’opera', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', 's', 'Inizio del periodo', 'Inizio del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', 't', 'Fine del periodo', 'Fine del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', 'v', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '370', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', 'a', 'Indirizzo', 'Indirizzo', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', 'b', 'Città', 'Città', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', 'c', 'Ente territoriale intermedio', 'Ente territoriale intermedio', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', 'd', 'Paese', 'Paese', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', 'e', 'Codice postale', 'Codice postale', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', 'm', 'Indirizzo e-mail', 'Indirizzo e-mail', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', 's', 'Inizio del periodo', 'Inizio del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', 't', 'Fine del periodo', 'Fine del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', 'v', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '371', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '372', 'a', 'Campo di attività', 'Campo di attività', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '372', 's', 'Inizio del periodo', 'Inizio del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '372', 't', 'Fine del periodo', 'Fine del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '372', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '372', 'v', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '372', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '372', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '372', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '372', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '373', 'a', 'Affiliazione', 'Affiliazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '373', 's', 'Inizio del periodo', 'Inizio del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '373', 't', 'Fine del periodo', 'Fine del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '373', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '373', 'v', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '373', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '373', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '373', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '373', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '374', 'a', 'Occupazione', 'Occupazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '374', 's', 'Inizio del periodo', 'Inizio del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '374', 't', 'Fine del periodo', 'Fine del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '374', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '374', 'v', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '374', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '374', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '374', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '374', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '375', 'a', 'Sesso', 'Sesso', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '375', 's', 'Inizio del periodo', 'Inizio del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '375', 't', 'Fine del periodo', 'Fine del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '375', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '375', 'v', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '375', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '375', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '375', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '376', 'a', 'Tipo di famiglia', 'Tipo di famiglia', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '376', 'b', 'Nome del membro prominente', 'Nome del membro prominente', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '376', 'c', 'Titolo ereditario', 'Titolo ereditario', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '376', 's', 'Inizio del periodo', 'Inizio del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '376', 't', 'Fine del periodo', 'Fine del periodo', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '376', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '376', 'v', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '376', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '376', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '376', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '376', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '377', 'a', 'Codice lingua', 'Codice lingua', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '377', 'l', 'Lingua per esteso', 'Lingua per esteso', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '377', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '377', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '377', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '378', 'q', 'Nome di persona - forma espansa', 'Nome di persona - forma espansa', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '378', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '378', 'v', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '378', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '378', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '380', 'a', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '380', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '380', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '380', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '380', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '381', 'a', 'Altre caratteristiche distintive', 'Altre caratteristiche distintive', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '381', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '381', 'v', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '381', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '381', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '381', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '381', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '382', 'a', 'Modalità dell\'esecuzione', 'Modalità dell\'esecuzione', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '382', 'b', 'Solista', 'Solista', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '382', 'd', 'Secondo strumento', 'Secondo strumento', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '382', 'n', 'Numero di esecutori con stesso strumento', 'Numero di esecutori con stesso strumento', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '382', 'p', 'Strumento alternativo', 'Strumento alternativo', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '382', 's', 'Numero totale di esecutori', 'Numero totale di esecutori', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '382', 'v', 'Nota', 'Nota', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '382', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '382', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '382', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '382', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '383', 'a', 'Numero seriale', 'Numero seriale', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '383', 'b', 'Numero nell\'opus', 'Numero nell\'opus', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '383', 'c', 'Numero indice tematico', 'Numero indice tematico', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '383', 'd', 'Codice indice tematico', 'Codice indice tematico', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '383', 'e', 'Editore associato a numero nell\'opus', 'Editore associato a numero nell\'opus', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '383', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '383', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '383', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '384', 'a', 'Chiave musicale', 'Chiave musicale', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '384', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '384', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '385', 'a', 'Pubblico', 'Pubblico', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '385', 'b', 'Pubblico (codice)', 'Pubblico (codice)', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '385', 'm', 'Gruppo demografico', 'Gruppo demografico', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '385', 'n', 'Gruppo demografico (codice)', 'Gruppo demografico (codice)', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '385', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '385', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '385', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '385', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '385', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '386', 'a', 'Creatore /contributore', 'Creatore /contributore', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '386', 'b', 'Creatore/contributore (codice)', 'Creatore/contributore (codice)', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '386', 'm', 'Gruppo demografico', 'Gruppo demografico', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '386', 'n', 'Gruppo demografico (codice)', 'Gruppo demografico (codice)', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '386', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '386', '2', 'Fonte', 'Fonte', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '386', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '386', '6', 'Collegamento', 'Collegamento', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '386', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 4, NULL, NULL, '''400b'',''400c'',''400q'',''400d'',''400t'',''400o'',''400m'',''400r'',''400s'',''400k'',''400n'',''400p'',''400g'',''400l'',''400f'',''400h'',''400x'',''400z'',''400y'',''400v''', 0, 0, '', '', 'PERSO_NAME'),
+               ('', '400', 'b', 'Numerazione', 'Numerazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'h', 'Supporto', 'Supporto', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 's', 'Versione', 'Versione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '410', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, 4, NULL, NULL, '''410b'',''410c'',''410d'',''410t'',''410o'',''410m'',''410r'',''410s'',''410k'',''410n'',''410p'',''410g'',''410l'',''410f'',''410h'',''410x'',''410z'',''410y'',''410v''', 0, 0, '', '', 'CORPO_NAME'),
+               ('', '410', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'h', 'Supporto', 'Supporto', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 's', 'Versione', 'Versione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '411', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, 4, NULL, NULL, '''411e'',''411c'',''411d'',''411t'',''411s'',''411k'',''411n'',''411p'',''411g'',''411l'',''411f'',''411h'',''411x'',''411z'',''411y'',''411v''', 0, 0, '', '', 'MEETI_NAME'),
                ('', '411', 'b', 'Number {OBSOLETE]', 'Number {OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'a', 'Uniform title', 'Uniform title', 0, 0, 4, NULL, NULL, '''430o'',''430m'',''430r'',''430s'',''430d'',''430k'',''430n'',''430p'',''430g'',''430l'',''430f'',''430h'',''430t'',''430x'',''430z'',''430y'',''430v''', 0, 0, '', '', ''),
-               ('', '430', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '430', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '448', 'a', 'Chronological term', 'Chronological term', 0, 0, 4, NULL, NULL, '''448y'',''448x'',''448z'',''448v''', 0, 0, '', '', ''),
-               ('', '448', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '448', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '448', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '448', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '448', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '448', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '448', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '448', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '448', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '450', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 4, NULL, NULL, '''450x'',''450z'',''450y'',''450v''', 0, 0, '', '', ''),
-               ('', '450', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '450', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '450', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '450', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '450', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '450', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '450', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '450', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '450', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '450', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL, NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, '', '', ''),
-               ('', '451', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '451', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '451', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '451', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '451', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '451', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '451', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '451', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '451', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'd', 'Data del convegno', 'Data del convegno', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'h', 'Supporto', 'Supporto', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 's', 'Versione', 'Versione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '430', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 4, NULL, NULL, '''430o'',''430m'',''430r'',''430s'',''430d'',''430k'',''430n'',''430p'',''430g'',''430l'',''430f'',''430h'',''430t'',''430x'',''430z'',''430y'',''430v''', 0, 0, '', '', 'UNIF_TITLE'),
+               ('', '430', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'h', 'Supporto', 'Supporto', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 's', 'Versione', 'Versione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '430', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '448', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, 4, NULL, NULL, '''448y'',''448x'',''448z'',''448v''', 0, 0, '', '', 'CHRON_TERM'),
+               ('', '448', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '448', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '448', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '448', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '448', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '448', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '448', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '448', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '448', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '448', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '448', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '450', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 4, NULL, NULL, '''450x'',''450z'',''450y'',''450v''', 0, 0, '', '', 'TOPIC_TERM'),
+               ('', '450', 'b', 'Termine topico che segue il nome geografico come accesso', 'Termine topico che segue il nome geografico come accesso', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '450', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '450', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '450', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '450', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '450', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '450', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '450', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '450', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '450', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '450', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '450', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '451', 'a', 'Nome geografico', 'Nome geografico', 0, 0, 4, NULL, NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, '', '', 'GEOGR_NAME'),
+               ('', '451', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '451', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '451', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '451', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '451', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '451', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '451', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '451', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '451', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '451', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '451', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, '', '', ''),
                ('', '453', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '453', 'c', 'Classification element--Ending number of span', 'Classification element--Ending number of span', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '453', 'c', 'Classification element-Ending number of span', 'Classification element-Ending number of span', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '453', 'h', 'Caption hierarchy', 'Caption hierarchy', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '453', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '453', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '453', 'j', 'Caption', 'Caption', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '453', 'k', 'Summary number span caption hierarchy', 'Summary number span caption hierarchy', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '453', 't', 'Topic', 'Topic', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '453', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '453', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '453', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '453', 'z', 'Table identification', 'Table identification', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '453', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '453', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL, NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, '', '', ''),
-               ('', '455', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '455', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '455', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '455', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '455', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '455', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '455', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '455', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '455', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '480', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '480', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '480', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '480', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '480', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '480', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '480', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '480', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '480', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '481', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '481', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '481', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '481', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '481', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '481', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '481', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '481', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '481', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '482', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '482', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '482', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '482', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '482', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '482', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '482', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '482', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '482', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '485', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '485', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '485', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '485', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '485', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '485', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '485', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '485', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '485', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'a', 'Personal name', 'Personal name', 0, 0, 5, NULL, NULL, '''500b'',''500c'',''500q'',''500d'',''500t'',''500o'',''500m'',''500r'',''500s'',''500k'',''500n'',''500p'',''500g'',''500l'',''500f'',''500h'',''500x'',''500z'',''500y'',''500v''', 0, 0, '', '', ''),
-               ('', '500', 'b', 'Numeration', 'Numeration', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''510b'',''510c'',''510d'',''510t'',''510o'',''510m'',''510r'',''510s'',''510k'',''510n'',''510p'',''510g'',''510l'',''510f'',''510h'',''510x'',''510z'',''510y'',''510v''', 0, 0, '', '', ''),
-               ('', '510', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''511e'',''511c'',''511d'',''511t'',''511s'',''511k'',''511n'',''511p'',''511g'',''511l'',''511f'',''511h'',''511x'',''511z'',''511y'',''511v''', 0, 0, '', '', ''),
-               ('', '511', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'a', 'Uniform title', 'Uniform title', 0, 0, 5, NULL, NULL, '''530o'',''530m'',''530r'',''530s'',''530d'',''530k'',''530n'',''530p'',''530g'',''530l'',''530f'',''530h'',''530t'',''530x'',''530z'',''530y'',''530v''', 0, 0, '', '', ''),
-               ('', '530', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5, NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, '', '', ''),
-               ('', '548', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '548', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '548', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '548', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '548', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '548', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '548', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '548', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '548', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '548', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '550', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 5, NULL, NULL, '''550x'',''550z'',''550y'',''550v''', 0, 0, '', '', ''),
-               ('', '550', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '550', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '550', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '550', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '550', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '550', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '550', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '550', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '550', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '550', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '551', 'a', 'Geographic name', 'Geographic name', 0, 0, 5, NULL, NULL, '''551z'',''551x'',''551y'',''551v''', 0, 0, '', '', ''),
-               ('', '551', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '551', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '551', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '551', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '551', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '551', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '551', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '551', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '551', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '551', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '453', 'z', 'Identificazione tavola', 'Identificazione tavola', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '453', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '453', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '453', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '455', 'a', 'Termine di genere/forma', 'Termine di genere/forma', 0, 0, 4, NULL, NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, '', '', 'GENRE/FORM'),
+               ('', '455', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '455', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '455', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '455', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '455', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '455', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '455', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '455', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '455', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '455', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '455', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '462', 'a', 'Termine del mezzo di esecuzione', 'Termine del mezzo di esecuzione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '462', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '462', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '462', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '462', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '462', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '462', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '480', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '480', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '480', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '480', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '480', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '480', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '480', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '480', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '480', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '480', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '481', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '481', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '481', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '481', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '481', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '481', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '481', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '481', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '481', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '481', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '482', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '482', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '482', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '482', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '482', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '482', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '482', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '482', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '482', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '482', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '485', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '485', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '485', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '485', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '485', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '485', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '485', '4', 'Codice relazione', 'Codice relazione', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '485', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '485', '6', 'Collegamento', 'Collegamento', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '485', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 5, NULL, NULL, '''500b'',''500c'',''500q'',''500d'',''500t'',''500o'',''500m'',''500r'',''500s'',''500k'',''500n'',''500p'',''500g'',''500l'',''500f'',''500h'',''500x'',''500z'',''500y'',''500v''', 0, 0, '', '', 'PERSO_NAME'),
+               ('', '500', 'b', 'Numerazione', 'Numerazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'h', 'Supporto', 'Supporto', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 's', 'Versione', 'Versione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '500', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '510', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, 5, NULL, NULL, '''510b'',''510c'',''510d'',''510t'',''510o'',''510m'',''510r'',''510s'',''510k'',''510n'',''510p'',''510g'',''510l'',''510f'',''510h'',''510x'',''510z'',''510y'',''510v''', 0, 0, '', '', 'CORPO_NAME'),
+               ('', '510', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'h', 'Supporto', 'Supporto', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 's', 'Versione', 'Versione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '510', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '511', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, 5, NULL, NULL, '''511e'',''511c'',''511d'',''511t'',''511s'',''511k'',''511n'',''511p'',''511g'',''511l'',''511f'',''511h'',''511x'',''511z'',''511y'',''511v''', 0, 0, '', '', 'MEETI_NAME'),
+               ('', '511', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'd', 'Data del convegno', 'Data del convegno', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'h', 'Supporto', 'Supporto', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 's', 'Versione', 'Versione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '511', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '530', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 5, NULL, NULL, '''530o'',''530m'',''530r'',''530s'',''530d'',''530k'',''530n'',''530p'',''530g'',''530l'',''530f'',''530h'',''530t'',''530x'',''530z'',''530y'',''530v''', 0, 0, '', '', 'UNIF_TITLE'),
+               ('', '530', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'h', 'Supporto', 'Supporto', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 's', 'Versione', 'Versione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '530', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '548', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, 5, NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, '', '', 'CHRON_TERM'),
+               ('', '548', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '548', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '548', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '548', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '548', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '548', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '548', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '548', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '548', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '548', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '548', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '548', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '550', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 5, NULL, NULL, '''550x'',''550z'',''550y'',''550v''', 0, 0, '', '', 'TOPIC_TERM'),
+               ('', '550', 'b', 'Termine topico che segue il nome geografico come accesso', 'Termine topico che segue il nome geografico come accesso', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '550', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '550', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '550', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '550', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '550', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '550', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '550', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '550', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '550', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '550', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '550', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '550', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '551', 'a', 'Nome geografico', 'Nome geografico', 0, 0, 5, NULL, NULL, '''551z'',''551x'',''551y'',''551v''', 0, 0, '', '', 'GEOGR_NAME'),
+               ('', '551', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '551', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '551', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '551', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '551', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '551', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '551', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '551', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '551', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '551', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '551', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '551', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, '', '', ''),
                ('', '553', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '553', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '553', 'c', 'Numero di classificazione – fine intervallo', 'Numero di classificazione – fine intervallo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '553', 'h', 'Caption hierarchy', 'Caption hierarchy', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '553', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '553', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '553', 'j', 'Caption', 'Caption', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '553', 'k', 'Summary number span caption hierarchy', 'Summary number span caption hierarchy', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '553', 't', 'Topic', 'Topic', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '553', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '553', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '553', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '553', 'z', 'Table identification', 'Table identification', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '553', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '553', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '555', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 5, NULL, NULL, '''555v'',''555x'',''555z'',''555y''', 0, 0, '', '', ''),
-               ('', '555', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '555', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '555', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '555', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '555', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '555', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '555', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '555', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '555', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '580', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '580', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '580', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '580', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '580', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '580', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '580', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '580', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '580', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '581', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '581', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '581', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '581', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '581', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '581', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '581', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '581', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '581', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '582', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '582', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '582', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '582', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '582', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '582', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '582', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '582', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '582', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '582', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '585', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '585', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '585', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '585', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '585', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '585', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '585', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '585', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '585', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '640', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '640', 'z', 'Source of information', 'Source of information', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '640', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '640', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '641', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '641', 'z', 'Source of information', 'Source of information', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '641', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '641', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '642', 'a', 'Series numbering example', 'Series numbering example', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '642', 'd', 'Volumes/dates to which series numbering example applies', 'Volumes/dates to which series numbering example applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '642', '5', 'Institution/copy to which field applies', 'Institution/copy to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '642', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '642', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '643', 'a', 'Place', 'Place', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '643', 'b', 'Publisher/issuing body', 'Publisher/issuing body', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '643', 'd', 'Volumes/dates to which place and publisher/issuing body apply', 'Volumes/dates to which place and publisher/issuing body apply', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '643', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '643', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '644', 'a', 'Series analysis practice', 'Series analysis practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '644', 'b', 'Exceptions to analysis practice', 'Exceptions to analysis practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '644', 'd', 'Volumes/dates to which analysis practice applies', 'Volumes/dates to which analysis practice applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '644', '5', 'Institution/copy to which field applies', 'Institution/copy to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '644', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '644', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '645', 'a', 'Series tracing practice', 'Series tracing practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '645', 'd', 'Volumes/dates to which tracing practice applies', 'Volumes/dates to which tracing practice applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '645', '5', 'Institution/copy to which field applies', 'Institution/copy to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '645', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '645', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '646', 'a', 'Series classification practice', 'Series classification practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '646', 'd', 'Volumes/dates to which classification practice applies', 'Volumes/dates to which classification practice applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '646', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '646', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '646', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '663', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '663', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '663', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '663', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '663', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '664', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '664', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '664', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '664', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '664', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '665', 'a', 'History reference', 'History reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '665', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '665', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '666', 'a', 'General explanatory reference', 'General explanatory reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '666', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '666', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '667', 'a', 'Nonpublic general note', 'Nonpublic general note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '667', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '667', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '667', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '553', 'z', 'Identificazione tavola', 'Identificazione tavola', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '553', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '553', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '553', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '555', 'a', 'Termine di genere/forma', 'Termine di genere/forma', 0, 0, 5, NULL, NULL, '''555v'',''555x'',''555z'',''555y''', 0, 0, '', '', 'GENRE/FORM'),
+               ('', '555', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '555', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '555', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '555', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '555', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '555', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '555', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '555', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '555', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '555', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '555', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '555', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, '', '', ''),
+               ('', '562', 'a', 'Termine del mezzo di esecuzione', 'Termine del mezzo di esecuzione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '562', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '562', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '562', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '562', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '562', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '562', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '562', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '580', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '580', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '580', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '580', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '580', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '580', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '580', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '580', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '580', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '580', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '580', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '581', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '581', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '581', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '581', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '581', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '581', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '581', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '581', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '581', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '581', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '581', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '582', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '582', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '582', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '582', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '582', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '582', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '582', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '582', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '582', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '582', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '582', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '585', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '585', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '585', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '585', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '585', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '585', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '585', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '585', '4', 'Codice relazione', 'Codice relazione', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '585', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '585', '6', 'Collegamento', 'Collegamento', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '585', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '640', 'a', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '640', 'z', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '640', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '640', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '641', 'a', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '641', 'z', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '641', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '641', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '642', 'a', 'Esempio di numerazione della serie', 'Esempio di numerazione della serie', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '642', 'd', 'Volumi/date a cui si applica l\'esempio di numerazione della serie', 'Volumi/date a cui si applica l\'esempio di numerazione della serie', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '642', '5', 'Istituzione/copia a cui si applica il campo', 'Istituzione/copia a cui si applica il campo', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '642', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '642', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '643', 'a', 'Luogo', 'Luogo', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '643', 'b', 'Editore/ente responsabile', 'Editore/ente responsabile', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '643', 'd', 'Volumi/date a cui si applica l\'esempio di numerazione della serie', 'Volumi/date a cui si applica l\'esempio di numerazione della serie', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '643', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '643', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '644', 'a', 'Procedura di analisi della serie', 'Procedura di analisi della serie', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '644', 'b', 'Eccezioni alla procedura di analisi', 'Eccezioni alla procedura di analisi', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '644', 'd', 'Volumi/date a cui si applica la procedura di analisi', 'Volumi/date a cui si applica la procedura di analisi', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '644', '5', 'Istituzione/copia a cui si applica il campo', 'Istituzione/copia a cui si applica il campo', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '644', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '644', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '645', 'a', 'Procedura di tracciato della serie', 'Procedura di tracciato della serie', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '645', 'd', 'Volumi/date a cui si applica la procedura di tracciato', 'Volumi/date a cui si applica la procedura di tracciato', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '645', '5', 'Istituzione/copia a cui si applica il campo', 'Istituzione/copia a cui si applica il campo', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '645', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '645', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '646', 'a', 'Procedura di classificazione della serie', 'Procedura di classificazione della serie', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '646', 'd', 'Volumi/date a cui si applica la procedura di classificazione', 'Volumi/date a cui si applica la procedura di classificazione', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '646', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '646', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '646', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '663', 'a', 'Spiegazione', 'Spiegazione', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '663', 'b', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '663', 't', 'Titolo a cui si rinvia', 'Titolo a cui si rinvia', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '663', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '663', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '664', 'a', 'Spiegazione', 'Spiegazione', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '664', 'b', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '664', 't', 'Titolo a cui si rinvia', 'Titolo a cui si rinvia', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '664', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '664', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '665', 'a', 'Rinvio storico', 'Rinvio storico', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '665', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '665', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '666', 'a', 'Rinvio esplicativo generale', 'Rinvio esplicativo generale', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '666', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '666', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '667', 'a', 'Nota generale non pubblica', 'Nota generale non pubblica', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '667', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '667', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '667', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '668', 'a', 'Characters in nonroman alphabet', 'Characters in nonroman alphabet', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '670', 'a', 'Source citation', 'Source citation', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '670', 'b', 'Information found', 'Information found', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '670', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '670', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '670', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '671', 'a', 'Citation', 'Citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '671', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '675', 'a', 'Source citation', 'Source citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '675', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '675', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '676', 'a', 'Rule number(s) and additional information', 'Rule number(s) and additional information', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '676', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '678', 'a', 'Biographical or historical data', 'Biographical or historical data', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '678', 'b', 'Expansion', 'Expansion', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '678', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '678', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '678', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '680', 'a', 'Heading or subdivision term', 'Heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '680', 'c', 'Classification number--Ending number of span [CLASSIFICATION FORMAT]', 'Classification number--Ending number of span [CLASSIFICATION FORMAT]', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '680', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '680', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '680', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '680', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '680', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '681', 'a', 'Subject heading or subdivision term', 'Subject heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '681', 'c', 'Classification number--Ending number of span [CLASSIFICATION FORMAT]', 'Classification number--Ending number of span [CLASSIFICATION FORMAT]', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '681', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '681', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '681', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '681', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '682', 'a', 'Replacement heading', 'Replacement heading', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '682', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '682', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '682', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '670', 'a', 'Citazione della fonte', 'Citazione della fonte', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '670', 'b', 'Informazione trovata', 'Informazione trovata', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '670', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '670', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '670', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '671', 'a', 'Citazione', 'Citazione', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '671', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '672', 'a', 'Titolo', 'Titolo', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '672', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '672', 'f', 'Data', 'Data', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '672', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '672', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '672', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '672', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '673', 'a', 'Titolo', 'Titolo', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '673', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '673', 'f', 'Data', 'Data', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '673', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '673', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '673', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '673', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '675', 'a', 'Citazione della fonte', 'Citazione della fonte', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '675', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '675', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '676', 'a', 'Regola della numerazione e ulteriori informazioni', 'Regola della numerazione e ulteriori informazioni', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '676', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '678', 'a', 'Nota biografica o storica', 'Nota biografica o storica', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '678', 'b', 'Ampliamento', 'Ampliamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '678', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '678', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '678', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '680', 'a', 'Intestazione o termine di suddivisione', 'Intestazione o termine di suddivisione', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '680', 'c', 'Numero di classificazione--Numero finale di un intervallo [Formato per classificazione]', 'Numero di classificazione--Numero finale di un intervallo [Formato per classificazione]', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '680', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '680', 'z', 'Identificazione tavola', 'Identificazione tavola', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '680', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '680', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '680', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '681', 'a', 'Intestazione di soggetto o termine di suddivisione', 'Intestazione di soggetto o termine di suddivisione', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '681', 'c', 'Numero di classificazione--Numero finale di un intervallo [Formato per classificazione]', 'Numero di classificazione--Numero finale di un intervallo [Formato per classificazione]', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '681', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '681', 'z', 'Identificazione tavola', 'Identificazione tavola', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '681', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '681', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '682', 'a', 'Intestazione di sostituzione', 'Intestazione di sostituzione', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '682', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '682', '0', 'Numero di controllo della registrazione di autorità di sostituzione', 'Numero di controllo della registrazione di autorità di sostituzione', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '682', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '682', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '683', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '683', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '683', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '683', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '683', 'c', 'Numero di classificazione – fine intervallo', 'Numero di classificazione – fine intervallo', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '683', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '683', 'p', 'Campo classificazione corrispondente', 'Campo classificazione corrispondente', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '683', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '683', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '683', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '683', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '683', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '683', 'z', 'Identificazione tavola', 'Identificazione tavola', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '683', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '683', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '683', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '684', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '684', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '684', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '684', 'c', 'Numero di classificazione – fine intervallo', 'Numero di classificazione – fine intervallo', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '684', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '684', 'j', 'Caption', 'Caption', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '684', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '684', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '684', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '684', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '684', 'z', 'Identificazione tavola', 'Identificazione tavola', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '684', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '684', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '684', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '685', 'a', 'Source consulted and information found', 'Source consulted and information found', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '685', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '685', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '686', 'a', 'Source consulted and information found', 'Source consulted and information found', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '686', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '686', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '687', 'a', 'Source consulted and information found', 'Source consulted and information found', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '687', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '688', 'a', 'Application history note', 'Application history note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '688', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '688', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '688', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'a', 'Personal name', 'Personal name', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'b', 'Numeration', 'Numeration', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'e', 'Relator term', 'Relator term', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'k', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'r', 'Key for music', 'Key for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 's', 'Version', 'Version', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', '4', 'Relator code', 'Relator code', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'e', 'Relator term', 'Relator term', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'r', 'Key for music', 'Key for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 's', 'Version', 'Version', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', '4', 'Relator code', 'Relator code', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', '5', 'Institution to which field applies [CLASSIFICATION FORMAT]', 'Institution to which field applies [CLASSIFICATION FORMAT]', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '710', '8', 'Field link and field number', 'Field link and field number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'd', 'Date of meeting or treating signing', 'Date of meeting or treating signing', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 's', 'Version', 'Version', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', '3', 'Materials specified', 'Materials specified', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', '4', 'Relator code', 'Relator code', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', '5', 'Institution to which field applies [CLASSIFICATION FORMAT]', 'Institution to which field applies [CLASSIFICATION FORMAT]', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'a', 'Uniform title', 'Uniform title', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'o', 'Arranged statement for music', 'Arranged statement for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'r', 'Key for music', 'Key for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 's', 'Version', 'Version', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '748', 'a', 'Chronological term', 'Chronological term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '748', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '748', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '748', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '748', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '748', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '748', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '748', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '748', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '748', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '748', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '748', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', 'c', 'Location of event', 'Location of event', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', 'd', 'Active date', 'Active date', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', 'i', 'Explanatory text [CLASSIFICATION FORMAT]', 'Explanatory text [CLASSIFICATION FORMAT]', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '750', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', 'a', 'Geographic name', 'Geographic name', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '751', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '687', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '688', 'a', 'Nota sulla storia dell’applicazione', 'Nota sulla storia dell’applicazione', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '688', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '688', '6', 'Collegamento', 'Collegamento', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '688', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'b', 'Numerazione', 'Numerazione', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'h', 'Supporto', 'Supporto', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 's', 'Versione', 'Versione', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', '3', 'Materiale specificato [Formato per classificazione]', 'Materiale specificato [Formato per classificazione]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '700', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'h', 'Supporto', 'Supporto', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 's', 'Versione', 'Versione', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', '3', 'Materiale specificato [Formato per classificazione]', 'Materiale specificato [Formato per classificazione]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '710', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'd', 'Data del convegno', 'Data del convegno', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'h', 'Supporto', 'Supporto', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 's', 'Versione', 'Versione', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '711', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'h', 'Supporto', 'Supporto', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 's', 'Versione', 'Versione', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', '3', 'Materiale specificato [Formato per classificazione]', 'Materiale specificato [Formato per classificazione]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '730', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '748', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '748', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '748', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '748', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '748', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '748', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '748', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '748', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '748', '3', 'Materiale specificato [Formato per classificazione]', 'Materiale specificato [Formato per classificazione]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '748', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '748', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '748', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', 'b', 'Termine topico che segue il nome geografico come accesso', 'Termine topico che segue il nome geografico come accesso', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', 'd', 'Data d\'attività', 'Data d\'attività', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', 'i', 'Testo di spiegazione [Formato per classificazione]', 'Testo di spiegazione [Formato per classificazione]', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', '3', 'Materiale specificato [Formato per classificazione]', 'Materiale specificato [Formato per classificazione]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '750', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', 'a', 'Nome geografico', 'Nome geografico', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', '3', 'Materiale specificato [Formato per classificazione]', 'Materiale specificato [Formato per classificazione]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '751', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '753', 'a', 'Index term', 'Index term', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '753', 'b', 'Index term--Succeeding level', 'Index term--Succeeding level', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '753', 'd', 'Index term referred from', 'Index term referred from', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '753', 'e', 'Example class number', 'Example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '753', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '753', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '753', 's', 'See also reference term', 'See also reference term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '753', 't', 'See also reference term--Succeeding level', 'See also reference term--Succeeding level', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '753', 'u', 'Use reference term', 'Use reference term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '753', 'v', 'Use reference term--Succeeding level', 'Use reference term--Succeeding level', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '753', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '754', 'a', 'Focus term', 'Focus term', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '754', 'b', 'Non-focus term', 'Non-focus term', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '754', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '754', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '754', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '754', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '754', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '754', '3', 'Material specified', 'Material specified', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '754', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '755', 'a', 'Genre/form term as entry element', 'Genre/form term as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '755', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '755', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '755', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '755', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '755', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '755', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '755', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '761', 'a', 'Number where instructions are found--Single number or beginnning number of span', 'Number where instructions are found--Single number or beginnning number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '761', 'b', 'Base number', 'Base number', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '761', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '761', 'd', 'Divided like number', 'Divided like number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '753', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '753', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '754', 'a', 'Termine principale', 'Termine principale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '754', 'b', 'Termine non principale', 'Termine non principale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '754', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '754', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '754', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '754', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '754', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '754', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '754', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '754', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '755', 'a', 'Termine di genere/forma come accesso', 'Termine di genere/forma come accesso', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '755', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '755', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '755', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '755', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '755', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '755', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '755', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '755', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '755', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '755', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '761', 'a', 'Numero dove ci sono le istruzioni -- Numero singolo o inizio di un intervallo', 'Numero dove ci sono le istruzioni -- Numero singolo o inizio di un intervallo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '761', 'b', 'Numero di base', 'Numero di base', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '761', 'c', 'Numero di classificazione – fine intervallo', 'Numero di classificazione – fine intervallo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '761', 'd', 'Diviso come un numero', 'Diviso come un numero', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '761', 'e', 'Example class number', 'Example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '761', 'f', 'Facet designator', 'Facet designator', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '761', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '761', 'n', 'Negative example class number', 'Negative example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '761', 'r', 'Root number', 'Root number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '761', 'x', 'Other classification number', 'Other classification number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '761', 'z', 'Table identification', 'Table identification', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '761', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '761', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '762', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '762', 'z', 'Table number', 'Table number', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '762', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '761', 'f', 'Designatore faccetta', 'Designatore faccetta', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '761', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '761', 'n', 'Esempio di numero di classificazione negativo', 'Esempio di numero di classificazione negativo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '761', 'r', 'Numero radice', 'Numero radice', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '761', 'x', 'Numero di altro sistema di classificazione', 'Numero di altro sistema di classificazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '761', 'z', 'Identificazione tavola', 'Identificazione tavola', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '761', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '761', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '762', 'a', 'Termine del mezzo di esecuzione come accesso', 'Termine del mezzo di esecuzione come accesso', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '762', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '762', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '762', 'z', 'Tavola dei numeri', 'Tavola dei numeri', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '762', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '762', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '762', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '762', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '762', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '763', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', 'b', 'Base number', 'Base number', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', 'd', 'Divided like number', 'Divided like number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', 'b', 'Numero di base', 'Numero di base', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', 'c', 'Numero di classificazione – fine intervallo', 'Numero di classificazione – fine intervallo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', 'd', 'Diviso come un numero', 'Diviso come un numero', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '763', 'e', 'Example class number', 'Example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '763', 'h', 'Caption hierarchy', 'Caption hierarchy', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '763', 'j', 'Caption', 'Caption', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '763', 'k', 'Summary number span caption hierarchy', 'Summary number span caption hierarchy', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', 'm', 'Manual note', 'Manual note', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', 'n', 'Number where instructions are found', 'Number where instructions are found', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', 'r', 'Root number', 'Root number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', 's', 'See reference', 'See reference', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', 'x', 'Other classification number', 'Other classification number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', 'z', 'Table identification', 'Table identification', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '763', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '764', 'a', 'Rule number', 'Rule number', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '764', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '764', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '764', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', 'm', 'Nota al manuale', 'Nota al manuale', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', 'n', 'Numero dove sono le istruzioni', 'Numero dove sono le istruzioni', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', 'p', 'Campo classificazione corrispondente', 'Campo classificazione corrispondente', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', 'r', 'Numero radice', 'Numero radice', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', 's', 'Vedi riinvio', 'Vedi riinvio', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', 'x', 'Numero di altro sistema di classificazione', 'Numero di altro sistema di classificazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', 'z', 'Identificazione tavola', 'Identificazione tavola', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '763', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '764', 'a', 'Numero regola', 'Numero regola', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '764', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '764', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '764', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '765', 'a', 'Number where instructions are found--Single number or beginning number of span', 'Number where instructions are found--Single number or beginning number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '765', 'b', 'Base number', 'Base number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '765', 'b', 'Numero di base', 'Numero di base', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '765', 'c', 'Number where instructions are found--Ending number of span', 'Number where instructions are found--Ending number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '765', 'f', 'Facet designator', 'Facet designator', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '765', 'r', 'Root number', 'Root number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '765', 's', 'Digits added from classification number in schedule or external table', 'Digits added from classification number in schedule or external table', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '765', 't', 'Digits added from internal subarrangement or add table', 'Digits added from internal subarrangement or add table', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '765', 'u', 'Number being analyzed', 'Number being analyzed', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '765', 'v', 'Number in internal subarrangement or add table where instructions are found', 'Number in internal subarrangement or add table where instructions are found', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '765', 'f', 'Designatore faccetta', 'Designatore faccetta', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '765', 'r', 'Numero radice', 'Numero radice', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '765', 's', 'Numeri aggiunti per costruire la stringa', 'Numeri aggiunti per costruire la stringa', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '765', 't', 'Numeri aggiunti da partizione interna o tavola aggiunta', 'Numeri aggiunti da partizione interna o tavola aggiunta', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '765', 'u', 'Numero da analizzare', 'Numero da analizzare', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '765', 'v', 'Numeri aggiunti da partizione interna o tavola aggiunta dove trovate le istruzioni', 'Numeri aggiunti da partizione interna o tavola aggiunta dove trovate le istruzioni', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '765', 'w', 'Table identification--Internal subarrangement or add table', 'Table identification--Internal subarrangement or add table', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '765', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '765', 'z', 'Table identification', 'Table identification', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '765', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '765', 'z', 'Identificazione tavola', 'Identificazione tavola', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '765', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '765', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '766', 'a', 'Secondary table of applicability', 'Secondary table of applicability', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '766', 'y', 'Type of division', 'Type of division', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '766', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '766', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '766', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '766', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '768', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '768', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '768', 'c', 'Numero di classificazione – fine intervallo', 'Numero di classificazione – fine intervallo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '768', 'e', 'Example class number', 'Example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '768', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '768', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '768', 'j', 'Caption', 'Caption', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '768', 'n', 'Negative example class number', 'Negative example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '768', 't', 'Topic used as example of citation and preference order instruction', 'Topic used as example of citation and preference order instruction', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '768', 'x', 'Exception to table of preference', 'Exception to table of preference', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '768', 'z', 'Table identification--Table number', 'Table identification--Table number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '768', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '768', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '780', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '780', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '780', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '780', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '780', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '780', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '780', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '780', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '780', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '781', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '781', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '781', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '781', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '781', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '781', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '781', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '781', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '781', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '781', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '782', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '782', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '782', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '782', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '782', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '782', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '782', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '782', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '782', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '782', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '785', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '785', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '785', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '785', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '785', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '785', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '785', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '785', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '785', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '788', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '788', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '788', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '788', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '788', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '788', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '788', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'a', 'Host name', 'Host name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'b', 'Access number', 'Access number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'c', 'Compression information', 'Compression information', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'd', 'Path', 'Path', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'f', 'Electronic name', 'Electronic name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'h', 'Processor of request', 'Processor of request', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'i', 'Instruction', 'Instruction', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'j', 'Bits per second', 'Bits per second', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '768', 'n', 'Esempio di numero di classificazione negativo', 'Esempio di numero di classificazione negativo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '768', 't', 'Argomento usato come esempio di istruzione per cit. e ordine di pref.', 'Argomento usato come esempio di istruzione per cit. e ordine di pref.', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '768', 'x', 'Eccezione alla tavola di preferenza', 'Eccezione alla tavola di preferenza', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '768', 'z', 'Tavola identificativa -- tavola dei numeri', 'Tavola identificativa -- tavola dei numeri', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '768', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '768', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '780', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '780', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '780', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '780', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '780', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '780', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '780', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '780', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '780', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '780', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '781', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '781', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '781', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '781', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '781', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '781', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '781', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '781', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '781', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '781', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '782', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '782', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '782', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '782', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '782', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '782', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '782', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '782', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '782', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '782', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '785', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '785', 'w', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '785', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '785', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '785', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '785', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '785', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '785', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '785', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '785', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '788', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '788', 'i', 'Spiegazione', 'Spiegazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '788', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '788', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '788', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '788', '6', 'Collegamento', 'Collegamento', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '788', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'i', 'Istruzioni', 'Istruzioni', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '856', 'k', 'Password', 'Password', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '856', 'l', 'Logon', 'Logon', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'n', 'Name of location of host', 'Name of location of host', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'o', 'Operating system', 'Operating system', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'p', 'Port', 'Port', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'r', 'Settings', 'Settings', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 's', 'File size', 'File size', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'y', 'Link text', 'Link text', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', '2', 'Access method', 'Access method', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', '3', 'Materials specified', 'Materials specified', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'n', 'Nome della localizzazione dell\'host', 'Nome della localizzazione dell\'host', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'p', 'Porta', 'Porta', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'r', 'Parametri', 'Parametri', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 's', 'Dimensione file', 'Dimensione file', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', '6', 'Collegamento', 'Collegamento', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '856', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '880', 'a', 'a', 'a', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '880', 'b', 'b', 'b', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '880', 'c', 'c', 'c', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
@@ -1615,7186 +1887,290 @@ INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`
                ('', '880', '3', '3', '3', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '880', '4', '4', '4', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '880', '5', '5', '5', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '880', '6', '6', '6', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '880', '6', 'Collegamento', 'Collegamento', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '880', '7', '7', '7', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '880', '8', '8', '8', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
                ('', '880', '9', '9', '9', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('', '942', 'a', 'Koha auth type', 'Koha auth type', 0, 1, 9, NULL, NULL, NULL, 0, 8, '', 'auth_header.authtypecode', '');
+               ('', '883', 'a', 'Processo di generazione', 'Processo di generazione', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '883', 'c', 'Attendibilità dei metadati (valore)', 'Attendibilità dei metadati (valore)', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '883', 'd', 'Data di generazione', 'Data di generazione', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '883', 'q', 'Agenzia di generazione', 'Agenzia di generazione', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '883', 'x', 'Fine data validità', 'Fine data validità', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '883', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '883', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '883', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '883', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
+               ('', '942', 'a', 'Tipo di authority', 'Tipo di authority', 0, 1, 9, NULL, NULL, NULL, 0, 8, '', 'auth_header.authtypecode', '');
 
 
 -- ******************************************************
 
-
-
 -- *******************************************************************
--- PERSONAL NAME AUTHORITY FIELDS/SUBFIELDS.
+-- PERSONAL NAME AUTHORITY FIELDS/SUBFIELDS. XX0
 -- *******************************************************************
 
--- These ought to be adjusted for different less conflicting and more
--- rationally chosen fields and subfields but I had left that for last.
-
--- ADJUST ME
--- Use values from your dump of auth_tag_structure and auth_subfield_structure
--- to provide support for your Koha database.
-
-
-INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`) VALUES
-               ('PERSO_NAME', '000', 'LEADER', 'LEADER', 0, 1, NULL),
-               ('PERSO_NAME', '001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 1, NULL),
-               ('PERSO_NAME', '003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, NULL),
-               ('PERSO_NAME', '005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, NULL),
-               ('PERSO_NAME', '008', 'FIXED-LENGTH DATA ELEMENTS', 'FIXED-LENGTH DATA ELEMENTS', 0, 1, NULL),
-               ('PERSO_NAME', '010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, NULL),
-               ('PERSO_NAME', '014', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 1, 0, NULL),
-               ('PERSO_NAME', '016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '020', 'INTERNATIONAL STANDARD BOOK NUMBER', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL),
-               ('PERSO_NAME', '031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, NULL),
-               ('PERSO_NAME', '035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL),
-               ('PERSO_NAME', '042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, NULL),
-               ('PERSO_NAME', '043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL),
-               ('PERSO_NAME', '045', 'TIME PERIOD OF HEADING', 'TIME PERIOD OF HEADING', 0, 0, NULL),
-               ('PERSO_NAME', '050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL),
-               ('PERSO_NAME', '053', 'LC CLASSIFICATION NUMBER', 'LC CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '055', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '065', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL),
-               ('PERSO_NAME', '070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL),
-               ('PERSO_NAME', '073', 'SUBDIVISION USAGE', 'SUBDIVISION USAGE', 0, 0, NULL),
-               ('PERSO_NAME', '082', 'DEWEY DECIMAL CALL NUMBER', 'DEWEY DECIMAL CALL NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '083', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '086', 'GOVERNMENT DOCUMENT CALL NUMBER', 'GOVERNMENT DOCUMENT CALL NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '087', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('PERSO_NAME', '090', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('PERSO_NAME', '091', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 0, 0, NULL),
-               ('PERSO_NAME', '092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('PERSO_NAME', '093', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('PERSO_NAME', '096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('PERSO_NAME', '097', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('PERSO_NAME', '098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, NULL),
-               ('PERSO_NAME', '099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('PERSO_NAME', '100', 'HEADING--PERSONAL NAME', 'HEADING--PERSONAL NAME', 0, 0, NULL),
-               ('PERSO_NAME', '260', 'COMPLEX SEE REFERENCE--SUBJECT', 'COMPLEX SEE REFERENCE--SUBJECT', 1, 0, NULL),
-               ('PERSO_NAME', '360', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 1, 0, NULL),
-               ('PERSO_NAME', '400', 'SEE FROM TRACING--PERSONAL NAME', 'SEE FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('PERSO_NAME', '410', 'SEE FROM TRACING--CORPORATE NAME', 'SEE FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('PERSO_NAME', '411', 'SEE FROM TRACING--MEETING NAME', 'SEE FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('PERSO_NAME', '430', 'SEE FROM TRACING--UNIFORM TITLE', 'SEE FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('PERSO_NAME', '448', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('PERSO_NAME', '450', 'SEE FROM TRACING--TOPICAL TERM', 'SEE FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('PERSO_NAME', '451', 'SEE FROM TRACING--GEOGRAPHIC NAME', 'SEE FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('PERSO_NAME', '455', 'SEE FROM TRACING--GENRE/FORM TERM', 'SEE FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('PERSO_NAME', '480', 'SEE FROM TRACING--GENERAL SUBDIVISION', 'SEE FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('PERSO_NAME', '481', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('PERSO_NAME', '482', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('PERSO_NAME', '485', 'SEE FROM TRACING--FORM SUBDIVISION', 'SEE FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('PERSO_NAME', '500', 'SEE ALSO FROM TRACING--PERSONAL NAME', 'SEE ALSO FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('PERSO_NAME', '510', 'SEE ALSO FROM TRACING--CORPORATE NAME', 'SEE ALSO FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('PERSO_NAME', '511', 'SEE ALSO FROM TRACING--MEETING NAME', 'SEE ALSO FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('PERSO_NAME', '530', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('PERSO_NAME', '548', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('PERSO_NAME', '550', 'SEE ALSO FROM TRACING--TOPICAL TERM', 'SEE ALSO FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('PERSO_NAME', '551', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('PERSO_NAME', '555', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('PERSO_NAME', '580', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('PERSO_NAME', '581', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('PERSO_NAME', '582', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('PERSO_NAME', '585', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('PERSO_NAME', '663', 'COMPLEX SEE ALSO REFERENCE--NAME', 'COMPLEX SEE ALSO REFERENCE--NAME', 0, 0, NULL),
-               ('PERSO_NAME', '664', 'COMPLEX SEE REFERENCE--NAME', 'COMPLEX SEE REFERENCE--NAME', 0, 0, NULL),
-               ('PERSO_NAME', '665', 'HISTORY REFERENCE', 'HISTORY REFERENCE', 0, 0, NULL),
-               ('PERSO_NAME', '666', 'GENERAL EXPLANATORY REFERENCE--NAME', 'GENERAL EXPLANATORY REFERENCE--NAME', 0, 0, NULL),
-               ('PERSO_NAME', '667', 'NONPUBLIC GENERAL NOTE', 'NONPUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('PERSO_NAME', '670', 'SOURCE DATA FOUND', 'SOURCE DATA FOUND', 1, 0, NULL),
-               ('PERSO_NAME', '675', 'SOURCE DATA NOT FOUND', 'SOURCE DATA NOT FOUND', 0, 0, NULL),
-               ('PERSO_NAME', '678', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL),
-               ('PERSO_NAME', '680', 'PUBLIC GENERAL NOTE', 'PUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('PERSO_NAME', '681', 'SUBJECT EXAMPLE TRACING NOTE', 'SUBJECT EXAMPLE TRACING NOTE', 1, 0, NULL),
-               ('PERSO_NAME', '682', 'DELETED HEADING INFORMATION', 'DELETED HEADING INFORMATION', 0, 0, NULL),
-               ('PERSO_NAME', '683', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('PERSO_NAME', '688', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('PERSO_NAME', '700', 'ESTABLISHED HEADING LINKING ENTRY--PERSONAL NAME', 'ESTABLISHED HEADING LINKING ENTRY--PERSONAL NAME', 1, 0, NULL),
-               ('PERSO_NAME', '788', 'COMPLEX LINKING ENTRY DATA', 'COMPLEX LINKING ENTRY DATA', 0, 0, NULL),
-               ('PERSO_NAME', '856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL),
-               ('PERSO_NAME', '880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL),
-        ('PERSO_NAME', '942', 'KOHA INTERNAL USE', 'KOHA INTERNAL USE', 0, 1, NULL);
-
-
-INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`) VALUES
-               ('PERSO_NAME', '000', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_leader_authorities.pl', NULL, 0, 0, '', '', ''),
-                ('PERSO_NAME', '001', '@', 'control field', 'control field', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', 'auth_header.authid', ''),
-                ('PERSO_NAME', '003', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-                ('PERSO_NAME', '005', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_005.pl', NULL, 0, 0, '', '', ''),
-                ('PERSO_NAME', '008', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_field_008_authorities.pl', NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '010', 'a', 'LC control number', 'LC control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '014', 'a', 'Control number of related bibliographic record', 'Control number of related bibliographic record', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '014', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '014', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '016', 'a', 'Record control number', 'Record control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '016', 'z', 'Canceled/invalid record control number', 'Canceled/invalid record control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '016', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '020', 'z', 'Canceled/invalid ISBN', 'Canceled/invalid ISBN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '020', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '022', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '024', '2', 'Source of number or code', 'Source of number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '024', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'a', 'Number of work', 'Number of work', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'b', 'Number of movement', 'Number of movement', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'e', 'Role', 'Role', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'g', 'Clef', 'Clef', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'n', 'Key signature', 'Key signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'o', 'Time signature', 'Time signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'p', 'Musical notation', 'Musical notation', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'q', 'General note', 'General note', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'r', 'Key or mode', 'Key or mode', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 's', 'Coded validity note', 'Coded validity note', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 't', 'Text incipit', 'Text incipit', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', '2', 'System code', 'System code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '035', 'a', 'System control number', 'System control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '035', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '040', 'e', 'Description conventions', 'Description conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '040', 'f', 'Subject heading or thesaurus conventions', 'Subject heading or thesaurus conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '040', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '042', 'a', 'Authentication code', 'Authentication code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '043', 'c', 'ISO code', 'ISO code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '043', '2', 'Source of local code', 'Source of local code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '043', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '045', 'a', 'Time period code', 'Time period code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '045', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '050', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '050', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '050', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '050', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '050', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '052', 'd', 'Populated place name', 'Populated place name', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '052', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '052', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '053', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '053', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '053', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '053', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '053', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '053', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '055', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '055', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '055', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '055', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '055', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '060', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '060', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '060', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '060', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '060', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '065', 'a', 'Classification number element--single number or beginning of span', 'Classification number element--single number or beginning of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '065', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '065', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '065', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '065', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '065', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '065', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '070', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '070', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '070', 'd', 'Volume/dates to which call number applies', 'Volume/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '070', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '072', 'a', 'Subject category code', 'Subject category code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '072', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '072', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '073', 'a', 'Subdivision usage', 'Subdivision usage', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '073', 'z', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '073', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '073', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '082', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '082', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '082', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '082', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '082', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '082', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '083', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '083', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '083', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '083', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '083', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '083', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '083', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '083', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '086', 'a', 'Call number', 'Call number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '086', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '086', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '086', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '086', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '086', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '087', 'a', 'Classification number element--Single number or beginning number of span', 'Classification number element--Single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '087', 'b', 'Classification number element--Ending number of span', 'Classification number element--Ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '087', 'c', 'Explanatory information', 'Explanatory information', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '087', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '087', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '087', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'a', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'b', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'f', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '090', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '091', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '091', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '091', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '091', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '091', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '091', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '091', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '091', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '092', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '092', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '092', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '092', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '092', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '092', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '092', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '092', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '093', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '093', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '093', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '093', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '093', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '093', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '093', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '093', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '096', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '096', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '096', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '096', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '096', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '096', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '096', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '096', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '097', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '097', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '097', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '097', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '097', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '097', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '097', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '097', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '098', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '098', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '098', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '098', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '098', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '098', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '098', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '099', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '099', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '099', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '099', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '099', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '099', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '099', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '099', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'a', 'Personal name', 'Personal name', 0, 0, 1, NULL, NULL, '''100b'',''100c'',''100q'',''100d'',''100t'',''100o'',''100m'',''100r'',''100s'',''100k'',''100n'',''100p'',''100g'',''100l'',''100f'',''100h'',''100x'',''100z'',''100y'',''100v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'b', 'Numeration', 'Numeration', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'e', 'Relator term', 'Relator term', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 's', 'Version', 'Version', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '260', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '260', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '260', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '360', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '360', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '360', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '360', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'a', 'Personal name', 'Personal name', 0, 0, 4, NULL, NULL, '''400b'',''400c'',''400q'',''400d'',''400t'',''400o'',''400m'',''400r'',''400s'',''400k'',''400n'',''400p'',''400g'',''400l'',''400f'',''400h'',''400x'',''400z'',''400y'',''400v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'b', 'Numeration', 'Numeration', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''410b'',''410c'',''410d'',''410t'',''410o'',''410m'',''410r'',''410s'',''410k'',''410n'',''410p'',''410g'',''410l'',''410f'',''410h'',''410x'',''410z'',''410y'',''410v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''411e'',''411c'',''411d'',''411t'',''411s'',''411k'',''411n'',''411p'',''411g'',''411l'',''411f'',''411h'',''411x'',''411z'',''411y'',''411v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'b', 'Number {OBSOLETE]', 'Number {OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'a', 'Uniform title', 'Uniform title', 0, 0, 4, NULL, NULL, '''430o'',''430m'',''430r'',''430s'',''430d'',''430k'',''430n'',''430p'',''430g'',''430l'',''430f'',''430h'',''430t'',''430x'',''430z'',''430y'',''430v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '430', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '448', 'a', 'Chronological term', 'Chronological term', 0, 0, 4, NULL, NULL, '''448y'',''448x'',''448z'',''448v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '448', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '448', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '448', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '448', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '448', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '448', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '448', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '448', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '448', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '450', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 4, NULL, NULL, '''450x'',''450z'',''450y'',''450v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '450', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '450', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '450', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '450', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '450', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '450', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '450', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '450', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '450', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '450', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL, NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '451', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '451', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '451', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '451', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '451', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '451', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '451', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '451', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '451', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL, NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '455', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '455', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '455', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '455', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '455', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '455', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '455', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '455', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '455', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '480', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '480', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '480', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '480', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '480', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '480', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '480', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '480', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '480', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '481', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '481', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '481', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '481', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '481', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '481', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '481', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '481', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '481', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '482', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '482', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '482', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '482', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '482', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '482', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '482', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '482', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '482', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '485', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '485', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '485', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '485', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '485', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '485', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '485', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '485', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '485', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'a', 'Personal name', 'Personal name', 0, 0, 5, NULL, NULL, '''500b'',''500c'',''500q'',''500d'',''500t'',''500o'',''500m'',''500r'',''500s'',''500k'',''500n'',''500p'',''500g'',''500l'',''500f'',''500h'',''500x'',''500z'',''500y'',''500v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'b', 'Numeration', 'Numeration', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''510b'',''510c'',''510d'',''510t'',''510o'',''510m'',''510r'',''510s'',''510k'',''510n'',''510p'',''510g'',''510l'',''510f'',''510h'',''510x'',''510z'',''510y'',''510v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''511e'',''511c'',''511d'',''511t'',''511s'',''511k'',''511n'',''511p'',''511g'',''511l'',''511f'',''511h'',''511x'',''511z'',''511y'',''511v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'a', 'Uniform title', 'Uniform title', 0, 0, 5, NULL, NULL, '''530o'',''530m'',''530r'',''530s'',''530d'',''530k'',''530n'',''530p'',''530g'',''530l'',''530f'',''530h'',''530t'',''530x'',''530z'',''530y'',''530v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5, NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '548', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '548', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '548', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '548', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '548', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '548', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '548', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '548', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '548', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '548', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '550', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 5, NULL, NULL, '''550x'',''550z'',''550y'',''550v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '550', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '550', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '550', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '550', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '550', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '550', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '550', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '550', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '550', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '550', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '551', 'a', 'Geographic name', 'Geographic name', 0, 0, 5, NULL, NULL, '''551z'',''551x'',''551y'',''551v''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '551', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '551', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '551', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '551', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '551', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '551', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '551', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '551', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '551', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '551', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '555', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 5, NULL, NULL, '''555v'',''555x'',''555z'',''555y''', 0, 0, '', '', ''),
-               ('PERSO_NAME', '555', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '555', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '555', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '555', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '555', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '555', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '555', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '555', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '555', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '580', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '580', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '580', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '580', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '580', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '580', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '580', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '580', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '580', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '581', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '581', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '581', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '581', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '581', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '581', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '581', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '581', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '581', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '582', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '582', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '582', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '582', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '582', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '582', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '582', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '582', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '582', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '582', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '585', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '585', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '585', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '585', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '585', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '585', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '585', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '585', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '585', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '663', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '663', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '663', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '663', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '663', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '664', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '664', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '664', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '664', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '664', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '665', 'a', 'History reference', 'History reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '665', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '665', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '666', 'a', 'General explanatory reference', 'General explanatory reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '666', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '666', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '667', 'a', 'Nonpublic general note', 'Nonpublic general note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '667', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '667', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '667', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '670', 'a', 'Source citation', 'Source citation', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '670', 'b', 'Information found', 'Information found', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '670', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '670', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '670', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '675', 'a', 'Source citation', 'Source citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '675', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '675', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '678', 'a', 'Biographical or historical data', 'Biographical or historical data', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '678', 'b', 'Expansion', 'Expansion', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '678', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '678', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '678', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '680', 'a', 'Heading or subdivision term', 'Heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '680', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '680', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '680', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '680', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '680', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '681', 'a', 'Subject heading or subdivision term', 'Subject heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '681', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '681', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '681', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '681', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '682', 'a', 'Replacement heading', 'Replacement heading', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '682', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '682', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '682', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '683', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '683', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '683', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '683', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '683', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '683', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '683', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '683', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '683', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '688', 'a', 'Application history note', 'Application history note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '688', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '688', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '688', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'a', 'Personal name', 'Personal name', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'b', 'Numeration', 'Numeration', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'e', 'Relator term', 'Relator term', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'k', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'r', 'Key for music', 'Key for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 's', 'Version', 'Version', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', '4', 'Relator code', 'Relator code', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '780', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '780', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '780', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '780', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '780', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '780', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '780', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '780', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '780', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '788', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '788', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '788', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '788', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '788', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '788', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '788', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'a', 'Host name', 'Host name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'b', 'Access number', 'Access number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'c', 'Compression information', 'Compression information', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'd', 'Path', 'Path', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'f', 'Electronic name', 'Electronic name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'h', 'Processor of request', 'Processor of request', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'i', 'Instruction', 'Instruction', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'j', 'Bits per second', 'Bits per second', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'k', 'Password', 'Password', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'l', 'Logon', 'Logon', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'n', 'Name of location of host', 'Name of location of host', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'o', 'Operating system', 'Operating system', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'p', 'Port', 'Port', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'r', 'Settings', 'Settings', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 's', 'File size', 'File size', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'y', 'Link text', 'Link text', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', '2', 'Access method', 'Access method', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', '3', 'Materials specified', 'Materials specified', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'a', 'a', 'a', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'b', 'b', 'b', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'c', 'c', 'c', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'd', 'd', 'd', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'e', 'e', 'e', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'f', 'f', 'f', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'g', 'g', 'g', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'h', 'h', 'h', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'i', 'i', 'i', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'j', 'j', 'j', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'k', 'k', 'k', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'l', 'l', 'l', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'm', 'm', 'm', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'n', 'n', 'n', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'o', 'o', 'o', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'p', 'p', 'p', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'q', 'q', 'q', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'r', 'r', 'r', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 's', 's', 's', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 't', 't', 't', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'u', 'u', 'u', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'v', 'v', 'v', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'w', 'w', 'w', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'x', 'x', 'x', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'y', 'y', 'y', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', 'z', 'z', 'z', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', '0', '0', '0', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', '1', '1', '1', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', '2', '2', '2', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', '3', '3', '3', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', '4', '4', '4', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', '5', '5', '5', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', '6', '6', '6', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', '7', '7', '7', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', '8', '8', '8', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '880', '9', '9', '9', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('PERSO_NAME', '942', 'a', 'Koha auth type', 'Koha auth type', 0, 1, 9, NULL, NULL, NULL, 0, 8, '', 'auth_header.authtypecode', '');
-
+-- copy from default auth framework except obsoleted tags
+
+INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+    SELECT 'PERSO_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+    FROM auth_tag_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ('110','111','130','148','150','151','155','162',
+                     '180','181','182','185','034','640','641','642',
+                     '643','644','645','646');
+
+INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+    SELECT 'PERSO_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+    FROM auth_subfield_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ('110','111','130','148','150','151','155','162',
+                     '180','181','182','185','034','640','641','642',
+                     '643','644','645','646');
 
 -- ******************************************************
 
-
-
 -- *******************************************************************
--- CORPORATE NAME AUTHORITY FIELDS/SUBFIELDS.
+-- CORPORATE NAME AUTHORITY FIELDS/SUBFIELDS. X10
 -- *******************************************************************
 
--- These ought to be adjusted for different less conflicting and more
--- rationally chosen fields and subfields but I had left that for last.
-
--- ADJUST ME
--- Use values from your dump of auth_tag_structure and auth_subfield_structure
--- to provide support for your Koha database.
-
-
-INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`) VALUES
-               ('CORPO_NAME', '000', 'LEADER', 'LEADER', 0, 1, NULL),
-               ('CORPO_NAME', '001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 1, NULL),
-               ('CORPO_NAME', '003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, NULL),
-               ('CORPO_NAME', '005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, NULL),
-               ('CORPO_NAME', '008', 'FIXED-LENGTH DATA ELEMENTS', 'FIXED-LENGTH DATA ELEMENTS', 0, 1, NULL),
-               ('CORPO_NAME', '010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, NULL),
-               ('CORPO_NAME', '014', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 1, 0, NULL),
-               ('CORPO_NAME', '016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '020', 'INTERNATIONAL STANDARD BOOK NUMBER', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL),
-               ('CORPO_NAME', '031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, NULL),
-               ('CORPO_NAME', '035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL),
-               ('CORPO_NAME', '042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, NULL),
-               ('CORPO_NAME', '043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL),
-               ('CORPO_NAME', '045', 'TIME PERIOD OF HEADING', 'TIME PERIOD OF HEADING', 0, 0, NULL),
-               ('CORPO_NAME', '050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL),
-               ('CORPO_NAME', '053', 'LC CLASSIFICATION NUMBER', 'LC CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '055', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '065', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL),
-               ('CORPO_NAME', '070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL),
-               ('CORPO_NAME', '073', 'SUBDIVISION USAGE', 'SUBDIVISION USAGE', 0, 0, NULL),
-               ('CORPO_NAME', '082', 'DEWEY DECIMAL CALL NUMBER', 'DEWEY DECIMAL CALL NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '083', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '086', 'GOVERNMENT DOCUMENT CALL NUMBER', 'GOVERNMENT DOCUMENT CALL NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '087', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('CORPO_NAME', '090', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('CORPO_NAME', '091', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 0, 0, NULL),
-               ('CORPO_NAME', '092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('CORPO_NAME', '093', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('CORPO_NAME', '096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('CORPO_NAME', '097', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('CORPO_NAME', '098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, NULL),
-               ('CORPO_NAME', '099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('CORPO_NAME', '110', 'HEADING--CORPORATE NAME', 'HEADING--CORPORATE NAME', 0, 0, NULL),
-               ('CORPO_NAME', '260', 'COMPLEX SEE REFERENCE--SUBJECT', 'COMPLEX SEE REFERENCE--SUBJECT', 1, 0, NULL),
-               ('CORPO_NAME', '360', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 1, 0, NULL),
-               ('CORPO_NAME', '400', 'SEE FROM TRACING--PERSONAL NAME', 'SEE FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('CORPO_NAME', '410', 'SEE FROM TRACING--CORPORATE NAME', 'SEE FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('CORPO_NAME', '411', 'SEE FROM TRACING--MEETING NAME', 'SEE FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('CORPO_NAME', '430', 'SEE FROM TRACING--UNIFORM TITLE', 'SEE FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('CORPO_NAME', '448', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('CORPO_NAME', '450', 'SEE FROM TRACING--TOPICAL TERM', 'SEE FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('CORPO_NAME', '451', 'SEE FROM TRACING--GEOGRAPHIC NAME', 'SEE FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('CORPO_NAME', '455', 'SEE FROM TRACING--GENRE/FORM TERM', 'SEE FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('CORPO_NAME', '480', 'SEE FROM TRACING--GENERAL SUBDIVISION', 'SEE FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('CORPO_NAME', '481', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('CORPO_NAME', '482', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('CORPO_NAME', '485', 'SEE FROM TRACING--FORM SUBDIVISION', 'SEE FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('CORPO_NAME', '500', 'SEE ALSO FROM TRACING--PERSONAL NAME', 'SEE ALSO FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('CORPO_NAME', '510', 'SEE ALSO FROM TRACING--CORPORATE NAME', 'SEE ALSO FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('CORPO_NAME', '511', 'SEE ALSO FROM TRACING--MEETING NAME', 'SEE ALSO FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('CORPO_NAME', '530', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('CORPO_NAME', '548', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('CORPO_NAME', '550', 'SEE ALSO FROM TRACING--TOPICAL TERM', 'SEE ALSO FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('CORPO_NAME', '551', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('CORPO_NAME', '555', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('CORPO_NAME', '580', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('CORPO_NAME', '581', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('CORPO_NAME', '582', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('CORPO_NAME', '585', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('CORPO_NAME', '663', 'COMPLEX SEE ALSO REFERENCE--NAME', 'COMPLEX SEE ALSO REFERENCE--NAME', 0, 0, NULL),
-               ('CORPO_NAME', '664', 'COMPLEX SEE REFERENCE--NAME', 'COMPLEX SEE REFERENCE--NAME', 0, 0, NULL),
-               ('CORPO_NAME', '665', 'HISTORY REFERENCE', 'HISTORY REFERENCE', 0, 0, NULL),
-               ('CORPO_NAME', '666', 'GENERAL EXPLANATORY REFERENCE--NAME', 'GENERAL EXPLANATORY REFERENCE--NAME', 0, 0, NULL),
-               ('CORPO_NAME', '667', 'NONPUBLIC GENERAL NOTE', 'NONPUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('CORPO_NAME', '670', 'SOURCE DATA FOUND', 'SOURCE DATA FOUND', 1, 0, NULL),
-               ('CORPO_NAME', '675', 'SOURCE DATA NOT FOUND', 'SOURCE DATA NOT FOUND', 0, 0, NULL),
-               ('CORPO_NAME', '678', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL),
-               ('CORPO_NAME', '680', 'PUBLIC GENERAL NOTE', 'PUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('CORPO_NAME', '681', 'SUBJECT EXAMPLE TRACING NOTE', 'SUBJECT EXAMPLE TRACING NOTE', 1, 0, NULL),
-               ('CORPO_NAME', '682', 'DELETED HEADING INFORMATION', 'DELETED HEADING INFORMATION', 0, 0, NULL),
-               ('CORPO_NAME', '683', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('CORPO_NAME', '688', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('CORPO_NAME', '700', 'ESTABLISHED HEADING LINKING ENTRY--PERSONAL NAME', 'ESTABLISHED HEADING LINKING ENTRY--PERSONAL NAME', 1, 0, NULL),
-               ('CORPO_NAME', '710', 'ESTABLISHED HEADING LINKING ENTRY--CORPORATE NAME', 'ESTABLISHED HEADING LINKING ENTRY--CORPORATE NAME', 1, 0, NULL),
-               ('CORPO_NAME', '711', 'ESTABLISHED HEADING LINKING ENTRY--MEETING NAME', 'ESTABLISHED HEADING LINKING ENTRY--MEETING NAME', 1, 0, NULL),
-               ('CORPO_NAME', '730', 'ESTABLISHED HEADING LINKING ENTRY--UNIFORM TITLE', 'ESTABLISHED HEADING LINKING ENTRY--UNIFORM TITLE', 1, 0, NULL),
-               ('CORPO_NAME', '748', 'ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM', 'ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('CORPO_NAME', '750', 'ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM', 'ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM', 1, 0, NULL),
-               ('CORPO_NAME', '751', 'ESTABLISHED HEADING LINKING ENTRY--GEOGRAPHIC NAME', 'ESTABLISHED HEADING LINKING ENTRY--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('CORPO_NAME', '755', 'ESTABLISHED HEADING LINKING ENTRY--GENRE/FORM TERM', 'ESTABLISHED HEADING LINKING ENTRY--GENRE/FORM TERM', 1, 0, NULL),
-               ('CORPO_NAME', '780', 'SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION', 'SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('CORPO_NAME', '781', 'SUBDIVISION LINKING ENTRY--GEOGRAPHIC SUBDIVISION', 'SUBDIVISION LINKING ENTRY--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('CORPO_NAME', '782', 'SUBDIVISION LINKING ENTRY--CHRONOLOGICAL SUBDIVISION', 'SUBDIVISION LINKING ENTRY--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('CORPO_NAME', '785', 'SUBDIVISION LINKING ENTRY--FORM SUBDIVISION', 'SUBDIVISION LINKING ENTRY--FORM SUBDIVISION', 1, 0, NULL),
-               ('CORPO_NAME', '788', 'COMPLEX LINKING ENTRY DATA', 'COMPLEX LINKING ENTRY DATA', 0, 0, NULL),
-               ('CORPO_NAME', '856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL),
-               ('CORPO_NAME', '880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL),
-        ('CORPO_NAME', '942', 'KOHA INTERNAL USE', 'KOHA INTERNAL USE', 0, 1, NULL);
-
-
-INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`) VALUES
-               ('CORPO_NAME', '000', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_leader_authorities.pl', NULL, 0, 0, '', '', ''),
-                ('CORPO_NAME', '001', '@', 'control field', 'control field', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', 'auth_header.authid', ''),
-                ('CORPO_NAME', '003', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-                ('CORPO_NAME', '005', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_005.pl', NULL, 0, 0, '', '', ''),
-                ('CORPO_NAME', '008', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_field_008_authorities.pl', NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '010', 'a', 'LC control number', 'LC control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '014', 'a', 'Control number of related bibliographic record', 'Control number of related bibliographic record', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '014', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '014', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '016', 'a', 'Record control number', 'Record control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '016', 'z', 'Canceled/invalid record control number', 'Canceled/invalid record control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '016', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '020', 'z', 'Canceled/invalid ISBN', 'Canceled/invalid ISBN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '020', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '022', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '024', '2', 'Source of number or code', 'Source of number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '024', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'a', 'Number of work', 'Number of work', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'b', 'Number of movement', 'Number of movement', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'e', 'Role', 'Role', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'g', 'Clef', 'Clef', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'n', 'Key signature', 'Key signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'o', 'Time signature', 'Time signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'p', 'Musical notation', 'Musical notation', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'q', 'General note', 'General note', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'r', 'Key or mode', 'Key or mode', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 's', 'Coded validity note', 'Coded validity note', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 't', 'Text incipit', 'Text incipit', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', '2', 'System code', 'System code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '035', 'a', 'System control number', 'System control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '035', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '040', 'e', 'Description conventions', 'Description conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '040', 'f', 'Subject heading or thesaurus conventions', 'Subject heading or thesaurus conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '040', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '042', 'a', 'Authentication code', 'Authentication code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '043', 'c', 'ISO code', 'ISO code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '043', '2', 'Source of local code', 'Source of local code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '043', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '045', 'a', 'Time period code', 'Time period code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '045', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '050', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '050', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '050', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '050', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '050', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '052', 'd', 'Populated place name', 'Populated place name', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '052', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '052', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '053', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '053', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '053', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '053', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '053', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '053', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '055', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '055', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '055', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '055', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '055', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '060', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '060', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '060', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '060', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '060', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '065', 'a', 'Classification number element--single number or beginning of span', 'Classification number element--single number or beginning of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '065', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '065', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '065', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '065', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '065', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '065', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '070', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '070', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '070', 'd', 'Volume/dates to which call number applies', 'Volume/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '070', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '072', 'a', 'Subject category code', 'Subject category code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '072', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '072', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '073', 'a', 'Subdivision usage', 'Subdivision usage', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '073', 'z', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '073', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '073', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '082', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '082', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '082', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '082', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '082', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '082', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '083', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '083', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '083', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '083', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '083', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '083', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '083', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '083', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '086', 'a', 'Call number', 'Call number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '086', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '086', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '086', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '086', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '086', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '087', 'a', 'Classification number element--Single number or beginning number of span', 'Classification number element--Single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '087', 'b', 'Classification number element--Ending number of span', 'Classification number element--Ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '087', 'c', 'Explanatory information', 'Explanatory information', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '087', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '087', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '087', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'a', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'b', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'f', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '090', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '091', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '091', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '091', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '091', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '091', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '091', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '091', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '091', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '092', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '092', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '092', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '092', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '092', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '092', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '092', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '092', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '093', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '093', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '093', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '093', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '093', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '093', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '093', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '093', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '096', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '096', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '096', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '096', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '096', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '096', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '096', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '096', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '097', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '097', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '097', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '097', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '097', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '097', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '097', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '097', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '098', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '098', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '098', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '098', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '098', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '098', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '098', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '099', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '099', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '099', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '099', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '099', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '099', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '099', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '099', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 1, NULL, NULL, '''110b'',''110c'',''110d'',''110t'',''110o'',''110m'',''110r'',''110s'',''110k'',''110n'',''110p'',''110g'',''110l'',''110f'',''110h'',''110x'',''110z'',''110y'',''110v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'e', 'Relator term', 'Relator term', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 's', 'Version', 'Version', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '260', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '260', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '260', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '360', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '360', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '360', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '360', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'a', 'Personal name', 'Personal name', 0, 0, 4, NULL, NULL, '''400b'',''400c'',''400q'',''400d'',''400t'',''400o'',''400m'',''400r'',''400s'',''400k'',''400n'',''400p'',''400g'',''400l'',''400f'',''400h'',''400x'',''400z'',''400y'',''400v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'b', 'Numeration', 'Numeration', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''410b'',''410c'',''410d'',''410t'',''410o'',''410m'',''410r'',''410s'',''410k'',''410n'',''410p'',''410g'',''410l'',''410f'',''410h'',''410x'',''410z'',''410y'',''410v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''411e'',''411c'',''411d'',''411t'',''411s'',''411k'',''411n'',''411p'',''411g'',''411l'',''411f'',''411h'',''411x'',''411z'',''411y'',''411v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'b', 'Number {OBSOLETE]', 'Number {OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'a', 'Uniform title', 'Uniform title', 0, 0, 4, NULL, NULL, '''430o'',''430m'',''430r'',''430s'',''430d'',''430k'',''430n'',''430p'',''430g'',''430l'',''430f'',''430h'',''430t'',''430x'',''430z'',''430y'',''430v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '430', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '448', 'a', 'Chronological term', 'Chronological term', 0, 0, 4, NULL, NULL, '''448y'',''448x'',''448z'',''448v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '448', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '448', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '448', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '448', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '448', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '448', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '448', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '448', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '448', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '450', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 4, NULL, NULL, '''450x'',''450z'',''450y'',''450v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '450', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '450', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '450', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '450', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '450', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '450', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '450', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '450', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '450', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '450', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL, NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '451', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '451', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '451', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '451', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '451', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '451', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '451', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '451', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '451', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL, NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '455', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '455', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '455', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '455', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '455', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '455', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '455', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '455', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '455', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '480', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '480', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '480', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '480', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '480', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '480', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '480', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '480', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '480', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '481', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '481', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '481', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '481', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '481', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '481', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '481', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '481', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '481', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '482', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '482', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '482', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '482', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '482', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '482', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '482', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '482', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '482', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '485', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '485', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '485', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '485', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '485', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '485', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '485', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '485', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '485', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'a', 'Personal name', 'Personal name', 0, 0, 5, NULL, NULL, '''500b'',''500c'',''500q'',''500d'',''500t'',''500o'',''500m'',''500r'',''500s'',''500k'',''500n'',''500p'',''500g'',''500l'',''500f'',''500h'',''500x'',''500z'',''500y'',''500v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'b', 'Numeration', 'Numeration', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''510b'',''510c'',''510d'',''510t'',''510o'',''510m'',''510r'',''510s'',''510k'',''510n'',''510p'',''510g'',''510l'',''510f'',''510h'',''510x'',''510z'',''510y'',''510v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''511e'',''511c'',''511d'',''511t'',''511s'',''511k'',''511n'',''511p'',''511g'',''511l'',''511f'',''511h'',''511x'',''511z'',''511y'',''511v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'a', 'Uniform title', 'Uniform title', 0, 0, 5, NULL, NULL, '''530o'',''530m'',''530r'',''530s'',''530d'',''530k'',''530n'',''530p'',''530g'',''530l'',''530f'',''530h'',''530t'',''530x'',''530z'',''530y'',''530v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5, NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '548', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '548', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '548', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '548', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '548', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '548', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '548', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '548', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '548', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '548', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '550', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 5, NULL, NULL, '''550x'',''550z'',''550y'',''550v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '550', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '550', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '550', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '550', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '550', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '550', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '550', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '550', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '550', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '550', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '551', 'a', 'Geographic name', 'Geographic name', 0, 0, 5, NULL, NULL, '''551z'',''551x'',''551y'',''551v''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '551', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '551', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '551', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '551', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '551', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '551', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '551', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '551', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '551', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '551', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '555', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 5, NULL, NULL, '''555v'',''555x'',''555z'',''555y''', 0, 0, '', '', ''),
-               ('CORPO_NAME', '555', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '555', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '555', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '555', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '555', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '555', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '555', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '555', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '555', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '580', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '580', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '580', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '580', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '580', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '580', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '580', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '580', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '580', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '581', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '581', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '581', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '581', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '581', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '581', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '581', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '581', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '581', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '582', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '582', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '582', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '582', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '582', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '582', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '582', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '582', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '582', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '582', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '585', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '585', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '585', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '585', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '585', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '585', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '585', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '585', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '585', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '663', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '663', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '663', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '663', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '663', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '664', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '664', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '664', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '664', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '664', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '665', 'a', 'History reference', 'History reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '665', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '665', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '666', 'a', 'General explanatory reference', 'General explanatory reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '666', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '666', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '667', 'a', 'Nonpublic general note', 'Nonpublic general note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '667', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '667', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '667', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '670', 'a', 'Source citation', 'Source citation', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '670', 'b', 'Information found', 'Information found', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '670', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '670', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '670', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '675', 'a', 'Source citation', 'Source citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '675', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '675', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '678', 'a', 'Biographical or historical data', 'Biographical or historical data', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '678', 'b', 'Expansion', 'Expansion', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '678', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '678', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '678', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '680', 'a', 'Heading or subdivision term', 'Heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '680', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '680', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '680', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '680', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '680', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '681', 'a', 'Subject heading or subdivision term', 'Subject heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '681', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '681', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '681', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '681', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '682', 'a', 'Replacement heading', 'Replacement heading', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '682', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '682', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '682', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '683', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '683', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '683', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '683', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '683', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '683', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '683', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '683', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '683', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '688', 'a', 'Application history note', 'Application history note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '688', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '688', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '688', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'e', 'Relator term', 'Relator term', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'r', 'Key for music', 'Key for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 's', 'Version', 'Version', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', '4', 'Relator code', 'Relator code', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '710', '8', 'Field link and field number', 'Field link and field number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '788', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '788', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '788', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '788', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '788', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '788', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '788', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'a', 'Host name', 'Host name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'b', 'Access number', 'Access number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'c', 'Compression information', 'Compression information', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'd', 'Path', 'Path', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'f', 'Electronic name', 'Electronic name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'h', 'Processor of request', 'Processor of request', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'i', 'Instruction', 'Instruction', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'j', 'Bits per second', 'Bits per second', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'k', 'Password', 'Password', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'l', 'Logon', 'Logon', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'n', 'Name of location of host', 'Name of location of host', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'o', 'Operating system', 'Operating system', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'p', 'Port', 'Port', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'r', 'Settings', 'Settings', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 's', 'File size', 'File size', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'y', 'Link text', 'Link text', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', '2', 'Access method', 'Access method', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', '3', 'Materials specified', 'Materials specified', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'a', 'a', 'a', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'b', 'b', 'b', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'c', 'c', 'c', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'd', 'd', 'd', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'e', 'e', 'e', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'f', 'f', 'f', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'g', 'g', 'g', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'h', 'h', 'h', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'i', 'i', 'i', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'j', 'j', 'j', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'k', 'k', 'k', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'l', 'l', 'l', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'm', 'm', 'm', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'n', 'n', 'n', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'o', 'o', 'o', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'p', 'p', 'p', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'q', 'q', 'q', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'r', 'r', 'r', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 's', 's', 's', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 't', 't', 't', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'u', 'u', 'u', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'v', 'v', 'v', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'w', 'w', 'w', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'x', 'x', 'x', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'y', 'y', 'y', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', 'z', 'z', 'z', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', '0', '0', '0', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', '1', '1', '1', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', '2', '2', '2', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', '3', '3', '3', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', '4', '4', '4', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', '5', '5', '5', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', '6', '6', '6', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', '7', '7', '7', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', '8', '8', '8', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '880', '9', '9', '9', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CORPO_NAME', '942', 'a', 'Koha auth type', 'Koha auth type', 0, 1, 9, NULL, NULL, NULL, 0, 8, '', 'auth_header.authtypecode', '');
-
+-- copy from default auth framework except obsoleted tags
+
+INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+    SELECT 'CORPO_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+    FROM auth_tag_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','111','130','148','150','151','155','162',
+                      '180','181','182','185','034','640','641','642',
+                      '643','644','645','646');
+
+INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+    SELECT 'CORPO_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+    FROM auth_subfield_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','111','130','148','150','151','155','162',
+                      '180','181','182','185','034','640','641','642',
+                      '643','644','645','646');
 
 -- ******************************************************
 
-
-
 -- *******************************************************************
--- MEETING NAME AUTHORITY FIELDS/SUBFIELDS.
+-- MEETING NAME AUTHORITY FIELDS/SUBFIELDS. X11
 -- *******************************************************************
 
--- These ought to be adjusted for different less conflicting and more
--- rationally chosen fields and subfields but I had left that for last.
-
--- ADJUST ME
--- Use values from your dump of auth_tag_structure and auth_subfield_structure
--- to provide support for your Koha database.
-
-
-INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`) VALUES
-               ('MEETI_NAME', '000', 'LEADER', 'LEADER', 0, 1, NULL),
-               ('MEETI_NAME', '001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 1, NULL),
-               ('MEETI_NAME', '003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, NULL),
-               ('MEETI_NAME', '005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, NULL),
-               ('MEETI_NAME', '008', 'FIXED-LENGTH DATA ELEMENTS', 'FIXED-LENGTH DATA ELEMENTS', 0, 1, NULL),
-               ('MEETI_NAME', '010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, NULL),
-               ('MEETI_NAME', '014', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 1, 0, NULL),
-               ('MEETI_NAME', '016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '020', 'INTERNATIONAL STANDARD BOOK NUMBER', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL),
-               ('MEETI_NAME', '031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, NULL),
-               ('MEETI_NAME', '034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL),
-               ('MEETI_NAME', '035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL),
-               ('MEETI_NAME', '042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, NULL),
-               ('MEETI_NAME', '043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL),
-               ('MEETI_NAME', '045', 'TIME PERIOD OF HEADING', 'TIME PERIOD OF HEADING', 0, 0, NULL),
-               ('MEETI_NAME', '050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL),
-               ('MEETI_NAME', '053', 'LC CLASSIFICATION NUMBER', 'LC CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '055', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '065', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL),
-               ('MEETI_NAME', '070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL),
-               ('MEETI_NAME', '073', 'SUBDIVISION USAGE', 'SUBDIVISION USAGE', 0, 0, NULL),
-               ('MEETI_NAME', '082', 'DEWEY DECIMAL CALL NUMBER', 'DEWEY DECIMAL CALL NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '083', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '086', 'GOVERNMENT DOCUMENT CALL NUMBER', 'GOVERNMENT DOCUMENT CALL NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '087', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('MEETI_NAME', '090', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('MEETI_NAME', '091', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 0, 0, NULL),
-               ('MEETI_NAME', '092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('MEETI_NAME', '093', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('MEETI_NAME', '096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('MEETI_NAME', '097', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('MEETI_NAME', '098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, NULL),
-               ('MEETI_NAME', '099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('MEETI_NAME', '111', 'HEADING--MEETING NAME', 'HEADING--MEETING NAME', 0, 0, NULL),
-               ('MEETI_NAME', '260', 'COMPLEX SEE REFERENCE--SUBJECT', 'COMPLEX SEE REFERENCE--SUBJECT', 1, 0, NULL),
-               ('MEETI_NAME', '360', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 1, 0, NULL),
-               ('MEETI_NAME', '400', 'SEE FROM TRACING--PERSONAL NAME', 'SEE FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('MEETI_NAME', '410', 'SEE FROM TRACING--CORPORATE NAME', 'SEE FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('MEETI_NAME', '411', 'SEE FROM TRACING--MEETING NAME', 'SEE FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('MEETI_NAME', '430', 'SEE FROM TRACING--UNIFORM TITLE', 'SEE FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('MEETI_NAME', '448', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('MEETI_NAME', '450', 'SEE FROM TRACING--TOPICAL TERM', 'SEE FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('MEETI_NAME', '451', 'SEE FROM TRACING--GEOGRAPHIC NAME', 'SEE FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('MEETI_NAME', '455', 'SEE FROM TRACING--GENRE/FORM TERM', 'SEE FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('MEETI_NAME', '480', 'SEE FROM TRACING--GENERAL SUBDIVISION', 'SEE FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('MEETI_NAME', '481', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('MEETI_NAME', '482', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('MEETI_NAME', '485', 'SEE FROM TRACING--FORM SUBDIVISION', 'SEE FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('MEETI_NAME', '500', 'SEE ALSO FROM TRACING--PERSONAL NAME', 'SEE ALSO FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('MEETI_NAME', '510', 'SEE ALSO FROM TRACING--CORPORATE NAME', 'SEE ALSO FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('MEETI_NAME', '511', 'SEE ALSO FROM TRACING--MEETING NAME', 'SEE ALSO FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('MEETI_NAME', '530', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('MEETI_NAME', '548', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('MEETI_NAME', '550', 'SEE ALSO FROM TRACING--TOPICAL TERM', 'SEE ALSO FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('MEETI_NAME', '551', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('MEETI_NAME', '555', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('MEETI_NAME', '580', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('MEETI_NAME', '581', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('MEETI_NAME', '582', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('MEETI_NAME', '585', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('MEETI_NAME', '663', 'COMPLEX SEE ALSO REFERENCE--NAME', 'COMPLEX SEE ALSO REFERENCE--NAME', 0, 0, NULL),
-               ('MEETI_NAME', '664', 'COMPLEX SEE REFERENCE--NAME', 'COMPLEX SEE REFERENCE--NAME', 0, 0, NULL),
-               ('MEETI_NAME', '665', 'HISTORY REFERENCE', 'HISTORY REFERENCE', 0, 0, NULL),
-               ('MEETI_NAME', '666', 'GENERAL EXPLANATORY REFERENCE--NAME', 'GENERAL EXPLANATORY REFERENCE--NAME', 0, 0, NULL),
-               ('MEETI_NAME', '667', 'NONPUBLIC GENERAL NOTE', 'NONPUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('MEETI_NAME', '670', 'SOURCE DATA FOUND', 'SOURCE DATA FOUND', 1, 0, NULL),
-               ('MEETI_NAME', '675', 'SOURCE DATA NOT FOUND', 'SOURCE DATA NOT FOUND', 0, 0, NULL),
-               ('MEETI_NAME', '678', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL),
-               ('MEETI_NAME', '680', 'PUBLIC GENERAL NOTE', 'PUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('MEETI_NAME', '681', 'SUBJECT EXAMPLE TRACING NOTE', 'SUBJECT EXAMPLE TRACING NOTE', 1, 0, NULL),
-               ('MEETI_NAME', '682', 'DELETED HEADING INFORMATION', 'DELETED HEADING INFORMATION', 0, 0, NULL),
-               ('MEETI_NAME', '683', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('MEETI_NAME', '688', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('MEETI_NAME', '711', 'ESTABLISHED HEADING LINKING ENTRY--MEETING NAME', 'ESTABLISHED HEADING LINKING ENTRY--MEETING NAME', 1, 0, NULL),
-               ('MEETI_NAME', '788', 'COMPLEX LINKING ENTRY DATA', 'COMPLEX LINKING ENTRY DATA', 0, 0, NULL),
-               ('MEETI_NAME', '856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL),
-               ('MEETI_NAME', '880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL),
-        ('MEETI_NAME', '942', 'KOHA INTERNAL USE', 'KOHA INTERNAL USE', 0, 1, NULL);
-
-
-INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`) VALUES
-               ('MEETI_NAME', '000', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_leader_authorities.pl', NULL, 0, 0, '', '', ''),
-                ('MEETI_NAME', '001', '@', 'control field', 'control field', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', 'auth_header.authid', ''),
-                ('MEETI_NAME', '003', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-                ('MEETI_NAME', '005', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_005.pl', NULL, 0, 0, '', '', ''),
-                ('MEETI_NAME', '008', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_field_008_authorities.pl', NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '010', 'a', 'LC control number', 'LC control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '014', 'a', 'Control number of related bibliographic record', 'Control number of related bibliographic record', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '014', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '014', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '016', 'a', 'Record control number', 'Record control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '016', 'z', 'Canceled/invalid record control number', 'Canceled/invalid record control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '016', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '020', 'z', 'Canceled/invalid ISBN', 'Canceled/invalid ISBN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '020', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '022', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '024', '2', 'Source of number or code', 'Source of number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '024', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'a', 'Number of work', 'Number of work', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'b', 'Number of movement', 'Number of movement', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'e', 'Role', 'Role', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'g', 'Clef', 'Clef', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'n', 'Key signature', 'Key signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'o', 'Time signature', 'Time signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'p', 'Musical notation', 'Musical notation', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'q', 'General note', 'General note', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'r', 'Key or mode', 'Key or mode', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 's', 'Coded validity note', 'Coded validity note', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 't', 'Text incipit', 'Text incipit', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', '2', 'System code', 'System code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'p', 'Equinox', 'Equinox', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'r', 'Distance from earth', 'Distance from earth', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'x', 'Beginning date', 'Beginning date', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'y', 'Ending date', 'Ending date', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '035', 'a', 'System control number', 'System control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '035', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '040', 'e', 'Description conventions', 'Description conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '040', 'f', 'Subject heading or thesaurus conventions', 'Subject heading or thesaurus conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '040', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '042', 'a', 'Authentication code', 'Authentication code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '043', 'c', 'ISO code', 'ISO code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '043', '2', 'Source of local code', 'Source of local code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '043', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '045', 'a', 'Time period code', 'Time period code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '045', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '050', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '050', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '050', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '050', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '050', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '052', 'd', 'Populated place name', 'Populated place name', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '052', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '052', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '053', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '053', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '053', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '053', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '053', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '053', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '055', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '055', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '055', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '055', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '055', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '060', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '060', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '060', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '060', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '060', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '065', 'a', 'Classification number element--single number or beginning of span', 'Classification number element--single number or beginning of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '065', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '065', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '065', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '065', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '065', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '065', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '070', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '070', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '070', 'd', 'Volume/dates to which call number applies', 'Volume/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '070', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '072', 'a', 'Subject category code', 'Subject category code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '072', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '072', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '073', 'a', 'Subdivision usage', 'Subdivision usage', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '073', 'z', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '073', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '073', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '082', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '082', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '082', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '082', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '082', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '082', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '083', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '083', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '083', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '083', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '083', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '083', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '083', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '083', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '086', 'a', 'Call number', 'Call number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '086', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '086', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '086', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '086', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '086', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '087', 'a', 'Classification number element--Single number or beginning number of span', 'Classification number element--Single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '087', 'b', 'Classification number element--Ending number of span', 'Classification number element--Ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '087', 'c', 'Explanatory information', 'Explanatory information', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '087', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '087', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '087', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'a', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'b', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'f', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '090', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '091', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '091', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '091', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '091', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '091', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '091', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '091', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '091', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '092', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '092', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '092', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '092', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '092', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '092', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '092', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '092', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '093', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '093', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '093', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '093', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '093', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '093', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '093', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '093', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '096', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '096', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '096', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '096', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '096', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '096', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '096', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '096', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '097', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '097', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '097', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '097', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '097', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '097', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '097', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '097', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '098', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '098', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '098', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '098', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '098', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '098', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '098', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '099', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '099', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '099', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '099', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '099', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '099', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '099', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '099', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 1, NULL, NULL, '''111e'',''111c'',''111d'',''111t'',''111s'',''111k'',''111n'',''111p'',''111g'',''111l'',''111f'',''111h'',''111x'',''111z'',''111y'',''111v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'j', 'Relator term', 'Relator term', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 's', 'Version', 'Version', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '260', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '260', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '260', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '360', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '360', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '360', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '360', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'a', 'Personal name', 'Personal name', 0, 0, 4, NULL, NULL, '''400b'',''400c'',''400q'',''400d'',''400t'',''400o'',''400m'',''400r'',''400s'',''400k'',''400n'',''400p'',''400g'',''400l'',''400f'',''400h'',''400x'',''400z'',''400y'',''400v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'b', 'Numeration', 'Numeration', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''410b'',''410c'',''410d'',''410t'',''410o'',''410m'',''410r'',''410s'',''410k'',''410n'',''410p'',''410g'',''410l'',''410f'',''410h'',''410x'',''410z'',''410y'',''410v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''411e'',''411c'',''411d'',''411t'',''411s'',''411k'',''411n'',''411p'',''411g'',''411l'',''411f'',''411h'',''411x'',''411z'',''411y'',''411v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'b', 'Number {OBSOLETE]', 'Number {OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'a', 'Uniform title', 'Uniform title', 0, 0, 4, NULL, NULL, '''430o'',''430m'',''430r'',''430s'',''430d'',''430k'',''430n'',''430p'',''430g'',''430l'',''430f'',''430h'',''430t'',''430x'',''430z'',''430y'',''430v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '430', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '448', 'a', 'Chronological term', 'Chronological term', 0, 0, 4, NULL, NULL, '''448y'',''448x'',''448z'',''448v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '448', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '448', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '448', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '448', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '448', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '448', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '448', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '448', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '448', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '450', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 4, NULL, NULL, '''450x'',''450z'',''450y'',''450v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '450', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '450', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '450', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '450', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '450', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '450', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '450', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '450', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '450', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '450', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL, NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '451', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '451', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '451', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '451', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '451', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '451', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '451', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '451', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '451', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL, NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '455', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '455', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '455', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '455', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '455', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '455', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '455', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '455', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '455', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '480', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '480', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '480', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '480', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '480', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '480', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '480', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '480', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '480', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '481', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '481', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '481', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '481', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '481', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '481', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '481', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '481', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '481', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '482', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '482', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '482', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '482', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '482', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '482', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '482', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '482', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '482', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '485', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '485', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '485', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '485', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '485', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '485', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '485', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '485', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '485', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'a', 'Personal name', 'Personal name', 0, 0, 5, NULL, NULL, '''500b'',''500c'',''500q'',''500d'',''500t'',''500o'',''500m'',''500r'',''500s'',''500k'',''500n'',''500p'',''500g'',''500l'',''500f'',''500h'',''500x'',''500z'',''500y'',''500v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'b', 'Numeration', 'Numeration', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''510b'',''510c'',''510d'',''510t'',''510o'',''510m'',''510r'',''510s'',''510k'',''510n'',''510p'',''510g'',''510l'',''510f'',''510h'',''510x'',''510z'',''510y'',''510v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''511e'',''511c'',''511d'',''511t'',''511s'',''511k'',''511n'',''511p'',''511g'',''511l'',''511f'',''511h'',''511x'',''511z'',''511y'',''511v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'a', 'Uniform title', 'Uniform title', 0, 0, 5, NULL, NULL, '''530o'',''530m'',''530r'',''530s'',''530d'',''530k'',''530n'',''530p'',''530g'',''530l'',''530f'',''530h'',''530t'',''530x'',''530z'',''530y'',''530v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5, NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '548', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '548', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '548', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '548', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '548', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '548', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '548', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '548', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '548', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '548', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '550', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 5, NULL, NULL, '''550x'',''550z'',''550y'',''550v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '550', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '550', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '550', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '550', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '550', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '550', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '550', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '550', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '550', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '550', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '551', 'a', 'Geographic name', 'Geographic name', 0, 0, 5, NULL, NULL, '''551z'',''551x'',''551y'',''551v''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '551', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '551', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '551', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '551', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '551', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '551', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '551', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '551', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '551', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '551', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '555', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 5, NULL, NULL, '''555v'',''555x'',''555z'',''555y''', 0, 0, '', '', ''),
-               ('MEETI_NAME', '555', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '555', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '555', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '555', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '555', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '555', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '555', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '555', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '555', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '580', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '580', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '580', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '580', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '580', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '580', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '580', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '580', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '580', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '581', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '581', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '581', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '581', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '581', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '581', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '581', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '581', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '581', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '582', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '582', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '582', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '582', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '582', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '582', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '582', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '582', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '582', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '582', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '585', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '585', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '585', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '585', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '585', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '585', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '585', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '585', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '585', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '663', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '663', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '663', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '663', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '663', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '664', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '664', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '664', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '664', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '664', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '665', 'a', 'History reference', 'History reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '665', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '665', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '666', 'a', 'General explanatory reference', 'General explanatory reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '666', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '666', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '667', 'a', 'Nonpublic general note', 'Nonpublic general note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '667', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '667', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '667', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '670', 'a', 'Source citation', 'Source citation', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '670', 'b', 'Information found', 'Information found', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '670', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '670', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '670', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '675', 'a', 'Source citation', 'Source citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '675', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '675', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '678', 'a', 'Biographical or historical data', 'Biographical or historical data', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '678', 'b', 'Expansion', 'Expansion', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '678', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '678', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '678', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '680', 'a', 'Heading or subdivision term', 'Heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '680', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '680', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '680', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '680', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '680', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '681', 'a', 'Subject heading or subdivision term', 'Subject heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '681', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '681', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '681', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '681', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '682', 'a', 'Replacement heading', 'Replacement heading', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '682', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '682', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '682', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '683', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '683', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '683', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '683', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '683', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '683', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '683', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '683', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '683', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '688', 'a', 'Application history note', 'Application history note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '688', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '688', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '688', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'd', 'Date of meeting or treating signing', 'Date of meeting or treating signing', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 's', 'Version', 'Version', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', '3', 'Materials specified', 'Materials specified', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', '4', 'Relator code', 'Relator code', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '788', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '788', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '788', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '788', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '788', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '788', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '788', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'a', 'Host name', 'Host name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'b', 'Access number', 'Access number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'c', 'Compression information', 'Compression information', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'd', 'Path', 'Path', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'f', 'Electronic name', 'Electronic name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'h', 'Processor of request', 'Processor of request', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'i', 'Instruction', 'Instruction', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'j', 'Bits per second', 'Bits per second', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'k', 'Password', 'Password', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'l', 'Logon', 'Logon', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'n', 'Name of location of host', 'Name of location of host', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'o', 'Operating system', 'Operating system', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'p', 'Port', 'Port', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'r', 'Settings', 'Settings', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 's', 'File size', 'File size', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'y', 'Link text', 'Link text', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', '2', 'Access method', 'Access method', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', '3', 'Materials specified', 'Materials specified', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'a', 'a', 'a', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'b', 'b', 'b', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'c', 'c', 'c', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'd', 'd', 'd', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'e', 'e', 'e', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'f', 'f', 'f', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'g', 'g', 'g', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'h', 'h', 'h', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'i', 'i', 'i', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'j', 'j', 'j', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'k', 'k', 'k', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'l', 'l', 'l', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'm', 'm', 'm', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'n', 'n', 'n', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'o', 'o', 'o', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'p', 'p', 'p', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'q', 'q', 'q', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'r', 'r', 'r', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 's', 's', 's', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 't', 't', 't', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'u', 'u', 'u', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'v', 'v', 'v', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'w', 'w', 'w', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'x', 'x', 'x', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'y', 'y', 'y', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', 'z', 'z', 'z', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', '0', '0', '0', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', '1', '1', '1', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', '2', '2', '2', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', '3', '3', '3', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', '4', '4', '4', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', '5', '5', '5', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', '6', '6', '6', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', '7', '7', '7', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', '8', '8', '8', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '880', '9', '9', '9', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('MEETI_NAME', '942', 'a', 'Koha auth type', 'Koha auth type', 0, 1, 9, NULL, NULL, NULL, 0, 8, '', 'auth_header.authtypecode', '');
-
+-- copy from default auth framework except obsoleted tags
+
+INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+    SELECT 'MEETI_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+    FROM auth_tag_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','110','130','148','150','151','155','162',
+                      '180','181','182','185','640','641','642','643',
+                      '644','645','646');
+
+INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+    SELECT 'MEETI_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+    FROM auth_subfield_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','110','130','148','150','151','155','162',
+                      '180','181','182','185','640','641','642','643',
+                      '644','645','646');
 
 -- ******************************************************
 
-
-
 -- *******************************************************************
--- UNIFORM TITLE AUTHORITY FIELDS/SUBFIELDS.
+-- UNIFORM TITLE AUTHORITY FIELDS/SUBFIELDS. X30
 -- *******************************************************************
 
--- These ought to be adjusted for different less conflicting and more
--- rationally chosen fields and subfields but I had left that for last.
-
--- ADJUST ME
--- Use values from your dump of auth_tag_structure and auth_subfield_structure
--- to provide support for your Koha database.
-
-
-INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`) VALUES
-               ('UNIF_TITLE', '000', 'LEADER', 'LEADER', 0, 1, NULL),
-               ('UNIF_TITLE', '001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 1, NULL),
-               ('UNIF_TITLE', '003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, NULL),
-               ('UNIF_TITLE', '005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, NULL),
-               ('UNIF_TITLE', '008', 'FIXED-LENGTH DATA ELEMENTS', 'FIXED-LENGTH DATA ELEMENTS', 0, 1, NULL),
-               ('UNIF_TITLE', '010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, NULL),
-               ('UNIF_TITLE', '014', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 1, 0, NULL),
-               ('UNIF_TITLE', '016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '020', 'INTERNATIONAL STANDARD BOOK NUMBER', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL),
-               ('UNIF_TITLE', '031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, NULL),
-               ('UNIF_TITLE', '034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL),
-               ('UNIF_TITLE', '035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL),
-               ('UNIF_TITLE', '042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, NULL),
-               ('UNIF_TITLE', '043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL),
-               ('UNIF_TITLE', '045', 'TIME PERIOD OF HEADING', 'TIME PERIOD OF HEADING', 0, 0, NULL),
-               ('UNIF_TITLE', '050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL),
-               ('UNIF_TITLE', '053', 'LC CLASSIFICATION NUMBER', 'LC CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '055', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '065', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL),
-               ('UNIF_TITLE', '070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL),
-               ('UNIF_TITLE', '073', 'SUBDIVISION USAGE', 'SUBDIVISION USAGE', 0, 0, NULL),
-               ('UNIF_TITLE', '082', 'DEWEY DECIMAL CALL NUMBER', 'DEWEY DECIMAL CALL NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '083', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '086', 'GOVERNMENT DOCUMENT CALL NUMBER', 'GOVERNMENT DOCUMENT CALL NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '087', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('UNIF_TITLE', '090', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('UNIF_TITLE', '091', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 0, 0, NULL),
-               ('UNIF_TITLE', '092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('UNIF_TITLE', '093', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('UNIF_TITLE', '096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('UNIF_TITLE', '097', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('UNIF_TITLE', '098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, NULL),
-               ('UNIF_TITLE', '099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('UNIF_TITLE', '130', 'HEADING--UNIFORM TITLE', 'HEADING--UNIFORM TITLE', 0, 0, NULL),
-               ('UNIF_TITLE', '260', 'COMPLEX SEE REFERENCE--SUBJECT', 'COMPLEX SEE REFERENCE--SUBJECT', 1, 0, NULL),
-               ('UNIF_TITLE', '360', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 1, 0, NULL),
-               ('UNIF_TITLE', '400', 'SEE FROM TRACING--PERSONAL NAME', 'SEE FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('UNIF_TITLE', '410', 'SEE FROM TRACING--CORPORATE NAME', 'SEE FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('UNIF_TITLE', '411', 'SEE FROM TRACING--MEETING NAME', 'SEE FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('UNIF_TITLE', '430', 'SEE FROM TRACING--UNIFORM TITLE', 'SEE FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('UNIF_TITLE', '448', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('UNIF_TITLE', '450', 'SEE FROM TRACING--TOPICAL TERM', 'SEE FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('UNIF_TITLE', '451', 'SEE FROM TRACING--GEOGRAPHIC NAME', 'SEE FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('UNIF_TITLE', '455', 'SEE FROM TRACING--GENRE/FORM TERM', 'SEE FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('UNIF_TITLE', '480', 'SEE FROM TRACING--GENERAL SUBDIVISION', 'SEE FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('UNIF_TITLE', '481', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('UNIF_TITLE', '482', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('UNIF_TITLE', '485', 'SEE FROM TRACING--FORM SUBDIVISION', 'SEE FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('UNIF_TITLE', '500', 'SEE ALSO FROM TRACING--PERSONAL NAME', 'SEE ALSO FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('UNIF_TITLE', '510', 'SEE ALSO FROM TRACING--CORPORATE NAME', 'SEE ALSO FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('UNIF_TITLE', '511', 'SEE ALSO FROM TRACING--MEETING NAME', 'SEE ALSO FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('UNIF_TITLE', '530', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('UNIF_TITLE', '548', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('UNIF_TITLE', '550', 'SEE ALSO FROM TRACING--TOPICAL TERM', 'SEE ALSO FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('UNIF_TITLE', '551', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('UNIF_TITLE', '555', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('UNIF_TITLE', '580', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('UNIF_TITLE', '581', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('UNIF_TITLE', '582', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('UNIF_TITLE', '585', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('UNIF_TITLE', '640', 'SERIES DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'SERIES DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL),
-               ('UNIF_TITLE', '641', 'SERIES NUMBERING PECULIARITIES', 'SERIES NUMBERING PECULIARITIES', 1, 0, NULL),
-               ('UNIF_TITLE', '642', 'SERIES NUMBERING EXAMPLE', 'SERIES NUMBERING EXAMPLE', 1, 0, NULL),
-               ('UNIF_TITLE', '643', 'SERIES PLACE AND PUBLISHER/ISSUING BODY', 'SERIES PLACE AND PUBLISHER/ISSUING BODY', 1, 0, NULL),
-               ('UNIF_TITLE', '644', 'SERIES ANALYSIS PRACTICE', 'SERIES ANALYSIS PRACTICE', 1, 0, NULL),
-               ('UNIF_TITLE', '645', 'SERIES TRACING PRACTICE', 'SERIES TRACING PRACTICE', 1, 0, NULL),
-               ('UNIF_TITLE', '646', 'SERIES CLASSIFICATION PRACTICE', 'SERIES CLASSIFICATION PRACTICE', 1, 0, NULL),
-               ('UNIF_TITLE', '663', 'COMPLEX SEE ALSO REFERENCE--NAME', 'COMPLEX SEE ALSO REFERENCE--NAME', 0, 0, NULL),
-               ('UNIF_TITLE', '664', 'COMPLEX SEE REFERENCE--NAME', 'COMPLEX SEE REFERENCE--NAME', 0, 0, NULL),
-               ('UNIF_TITLE', '665', 'HISTORY REFERENCE', 'HISTORY REFERENCE', 0, 0, NULL),
-               ('UNIF_TITLE', '666', 'GENERAL EXPLANATORY REFERENCE--NAME', 'GENERAL EXPLANATORY REFERENCE--NAME', 0, 0, NULL),
-               ('UNIF_TITLE', '667', 'NONPUBLIC GENERAL NOTE', 'NONPUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('UNIF_TITLE', '670', 'SOURCE DATA FOUND', 'SOURCE DATA FOUND', 1, 0, NULL),
-               ('UNIF_TITLE', '675', 'SOURCE DATA NOT FOUND', 'SOURCE DATA NOT FOUND', 0, 0, NULL),
-               ('UNIF_TITLE', '678', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL),
-               ('UNIF_TITLE', '680', 'PUBLIC GENERAL NOTE', 'PUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('UNIF_TITLE', '681', 'SUBJECT EXAMPLE TRACING NOTE', 'SUBJECT EXAMPLE TRACING NOTE', 1, 0, NULL),
-               ('UNIF_TITLE', '682', 'DELETED HEADING INFORMATION', 'DELETED HEADING INFORMATION', 0, 0, NULL),
-               ('UNIF_TITLE', '683', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('UNIF_TITLE', '688', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('UNIF_TITLE', '730', 'ESTABLISHED HEADING LINKING ENTRY--UNIFORM TITLE', 'ESTABLISHED HEADING LINKING ENTRY--UNIFORM TITLE', 1, 0, NULL),
-               ('UNIF_TITLE', '788', 'COMPLEX LINKING ENTRY DATA', 'COMPLEX LINKING ENTRY DATA', 0, 0, NULL),
-               ('UNIF_TITLE', '856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL),
-               ('UNIF_TITLE', '880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL),
-        ('UNIF_TITLE', '942', 'KOHA INTERNAL USE', 'KOHA INTERNAL USE', 0, 1, NULL);
-
-
-INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`) VALUES
-               ('UNIF_TITLE', '000', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_leader_authorities.pl', NULL, 0, 0, '', '', ''),
-                ('UNIF_TITLE', '001', '@', 'control field', 'control field', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', 'auth_header.authid', ''),
-                ('UNIF_TITLE', '003', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-                ('UNIF_TITLE', '005', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_005.pl', NULL, 0, 0, '', '', ''),
-                ('UNIF_TITLE', '008', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_field_008_authorities.pl', NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '010', 'a', 'LC control number', 'LC control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '014', 'a', 'Control number of related bibliographic record', 'Control number of related bibliographic record', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '014', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '014', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '016', 'a', 'Record control number', 'Record control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '016', 'z', 'Canceled/invalid record control number', 'Canceled/invalid record control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '016', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '020', 'z', 'Canceled/invalid ISBN', 'Canceled/invalid ISBN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '020', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '022', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '024', '2', 'Source of number or code', 'Source of number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '024', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'a', 'Number of work', 'Number of work', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'b', 'Number of movement', 'Number of movement', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'e', 'Role', 'Role', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'g', 'Clef', 'Clef', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'n', 'Key signature', 'Key signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'o', 'Time signature', 'Time signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'p', 'Musical notation', 'Musical notation', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'q', 'General note', 'General note', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'r', 'Key or mode', 'Key or mode', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 's', 'Coded validity note', 'Coded validity note', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 't', 'Text incipit', 'Text incipit', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', '2', 'System code', 'System code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'p', 'Equinox', 'Equinox', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'r', 'Distance from earth', 'Distance from earth', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'x', 'Beginning date', 'Beginning date', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'y', 'Ending date', 'Ending date', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '035', 'a', 'System control number', 'System control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '035', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '040', 'e', 'Description conventions', 'Description conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '040', 'f', 'Subject heading or thesaurus conventions', 'Subject heading or thesaurus conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '040', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '042', 'a', 'Authentication code', 'Authentication code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '043', 'c', 'ISO code', 'ISO code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '043', '2', 'Source of local code', 'Source of local code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '043', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '045', 'a', 'Time period code', 'Time period code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '045', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '050', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '050', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '050', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '050', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '050', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '052', 'd', 'Populated place name', 'Populated place name', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '052', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '052', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '053', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '053', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '053', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '053', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '053', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '053', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '055', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '055', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '055', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '055', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '055', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '060', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '060', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '060', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '060', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '060', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '065', 'a', 'Classification number element--single number or beginning of span', 'Classification number element--single number or beginning of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '065', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '065', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '065', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '065', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '065', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '065', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '070', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '070', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '070', 'd', 'Volume/dates to which call number applies', 'Volume/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '070', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '072', 'a', 'Subject category code', 'Subject category code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '072', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '072', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '073', 'a', 'Subdivision usage', 'Subdivision usage', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '073', 'z', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '073', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '073', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '082', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '082', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '082', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '082', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '082', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '082', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '083', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '083', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '083', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '083', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '083', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '083', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '083', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '083', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '086', 'a', 'Call number', 'Call number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '086', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '086', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '086', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '086', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '086', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '087', 'a', 'Classification number element--Single number or beginning number of span', 'Classification number element--Single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '087', 'b', 'Classification number element--Ending number of span', 'Classification number element--Ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '087', 'c', 'Explanatory information', 'Explanatory information', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '087', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '087', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '087', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'a', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'b', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'f', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '090', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '091', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '091', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '091', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '091', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '091', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '091', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '091', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '091', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '092', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '092', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '092', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '092', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '092', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '092', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '092', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '092', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '093', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '093', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '093', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '093', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '093', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '093', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '093', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '093', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '096', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '096', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '096', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '096', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '096', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '096', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '096', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '096', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '097', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '097', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '097', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '097', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '097', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '097', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '097', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '097', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '098', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '098', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '098', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '098', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '098', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '098', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '098', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '099', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '099', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '099', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '099', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '099', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '099', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '099', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '099', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'a', 'Uniform title', 'Uniform title', 0, 0, 1, NULL, NULL, '''130o'',''130m'',''130r'',''130s'',''130d'',''130k'',''130n'',''130p'',''130g'',''130l'',''130f'',''130h'',''130t'',''130x'',''130z'',''130y'',''130v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 's', 'Version', 'Version', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '260', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '260', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '260', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '360', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '360', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '360', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '360', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'a', 'Personal name', 'Personal name', 0, 0, 4, NULL, NULL, '''400b'',''400c'',''400q'',''400d'',''400t'',''400o'',''400m'',''400r'',''400s'',''400k'',''400n'',''400p'',''400g'',''400l'',''400f'',''400h'',''400x'',''400z'',''400y'',''400v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'b', 'Numeration', 'Numeration', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''410b'',''410c'',''410d'',''410t'',''410o'',''410m'',''410r'',''410s'',''410k'',''410n'',''410p'',''410g'',''410l'',''410f'',''410h'',''410x'',''410z'',''410y'',''410v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''411e'',''411c'',''411d'',''411t'',''411s'',''411k'',''411n'',''411p'',''411g'',''411l'',''411f'',''411h'',''411x'',''411z'',''411y'',''411v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'b', 'Number {OBSOLETE]', 'Number {OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'a', 'Uniform title', 'Uniform title', 0, 0, 4, NULL, NULL, '''430o'',''430m'',''430r'',''430s'',''430d'',''430k'',''430n'',''430p'',''430g'',''430l'',''430f'',''430h'',''430t'',''430x'',''430z'',''430y'',''430v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '430', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '448', 'a', 'Chronological term', 'Chronological term', 0, 0, 4, NULL, NULL, '''448y'',''448x'',''448z'',''448v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '448', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '448', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '448', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '448', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '448', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '448', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '448', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '448', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '448', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '450', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 4, NULL, NULL, '''450x'',''450z'',''450y'',''450v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '450', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '450', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '450', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '450', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '450', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '450', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '450', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '450', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '450', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '450', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL, NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '451', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '451', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '451', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '451', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '451', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '451', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '451', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '451', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '451', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL, NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '455', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '455', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '455', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '455', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '455', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '455', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '455', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '455', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '455', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '480', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '480', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '480', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '480', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '480', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '480', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '480', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '480', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '480', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '481', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '481', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '481', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '481', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '481', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '481', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '481', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '481', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '481', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '482', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '482', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '482', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '482', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '482', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '482', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '482', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '482', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '482', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '485', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '485', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '485', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '485', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '485', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '485', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '485', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '485', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '485', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'a', 'Personal name', 'Personal name', 0, 0, 5, NULL, NULL, '''500b'',''500c'',''500q'',''500d'',''500t'',''500o'',''500m'',''500r'',''500s'',''500k'',''500n'',''500p'',''500g'',''500l'',''500f'',''500h'',''500x'',''500z'',''500y'',''500v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'b', 'Numeration', 'Numeration', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''510b'',''510c'',''510d'',''510t'',''510o'',''510m'',''510r'',''510s'',''510k'',''510n'',''510p'',''510g'',''510l'',''510f'',''510h'',''510x'',''510z'',''510y'',''510v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''511e'',''511c'',''511d'',''511t'',''511s'',''511k'',''511n'',''511p'',''511g'',''511l'',''511f'',''511h'',''511x'',''511z'',''511y'',''511v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'a', 'Uniform title', 'Uniform title', 0, 0, 5, NULL, NULL, '''530o'',''530m'',''530r'',''530s'',''530d'',''530k'',''530n'',''530p'',''530g'',''530l'',''530f'',''530h'',''530t'',''530x'',''530z'',''530y'',''530v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5, NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '548', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '548', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '548', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '548', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '548', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '548', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '548', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '548', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '548', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '548', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '550', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 5, NULL, NULL, '''550x'',''550z'',''550y'',''550v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '550', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '550', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '550', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '550', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '550', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '550', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '550', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '550', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '550', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '550', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '551', 'a', 'Geographic name', 'Geographic name', 0, 0, 5, NULL, NULL, '''551z'',''551x'',''551y'',''551v''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '551', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '551', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '551', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '551', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '551', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '551', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '551', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '551', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '551', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '551', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '555', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 5, NULL, NULL, '''555v'',''555x'',''555z'',''555y''', 0, 0, '', '', ''),
-               ('UNIF_TITLE', '555', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '555', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '555', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '555', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '555', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '555', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '555', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '555', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '555', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '580', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '580', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '580', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '580', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '580', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '580', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '580', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '580', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '580', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '581', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '581', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '581', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '581', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '581', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '581', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '581', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '581', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '581', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '582', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '582', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '582', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '582', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '582', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '582', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '582', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '582', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '582', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '582', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '585', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '585', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '585', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '585', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '585', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '585', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '585', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '585', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '585', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '640', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '640', 'z', 'Source of information', 'Source of information', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '640', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '640', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '641', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '641', 'z', 'Source of information', 'Source of information', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '641', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '641', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '642', 'a', 'Series numbering example', 'Series numbering example', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '642', 'd', 'Volumes/dates to which series numbering example applies', 'Volumes/dates to which series numbering example applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '642', '5', 'Institution/copy to which field applies', 'Institution/copy to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '642', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '642', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '643', 'a', 'Place', 'Place', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '643', 'b', 'Publisher/issuing body', 'Publisher/issuing body', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '643', 'd', 'Volumes/dates to which place and publisher/issuing body apply', 'Volumes/dates to which place and publisher/issuing body apply', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '643', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '643', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '644', 'a', 'Series analysis practice', 'Series analysis practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '644', 'b', 'Exceptions to analysis practice', 'Exceptions to analysis practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '644', 'd', 'Volumes/dates to which analysis practice applies', 'Volumes/dates to which analysis practice applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '644', '5', 'Institution/copy to which field applies', 'Institution/copy to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '644', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '644', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '645', 'a', 'Series tracing practice', 'Series tracing practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '645', 'd', 'Volumes/dates to which tracing practice applies', 'Volumes/dates to which tracing practice applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '645', '5', 'Institution/copy to which field applies', 'Institution/copy to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '645', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '645', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '646', 'a', 'Series classification practice', 'Series classification practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '646', 'd', 'Volumes/dates to which classification practice applies', 'Volumes/dates to which classification practice applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '646', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '646', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '646', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '663', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '663', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '663', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '663', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '663', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '664', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '664', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '664', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '664', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '664', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '665', 'a', 'History reference', 'History reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '665', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '665', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '666', 'a', 'General explanatory reference', 'General explanatory reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '666', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '666', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '667', 'a', 'Nonpublic general note', 'Nonpublic general note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '667', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '667', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '667', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '670', 'a', 'Source citation', 'Source citation', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '670', 'b', 'Information found', 'Information found', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '670', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '670', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '670', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '675', 'a', 'Source citation', 'Source citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '675', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '675', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '678', 'a', 'Biographical or historical data', 'Biographical or historical data', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '678', 'b', 'Expansion', 'Expansion', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '678', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '678', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '678', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '680', 'a', 'Heading or subdivision term', 'Heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '680', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '680', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '680', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '680', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '680', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '681', 'a', 'Subject heading or subdivision term', 'Subject heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '681', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '681', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '681', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '681', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '682', 'a', 'Replacement heading', 'Replacement heading', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '682', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '682', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '682', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '683', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '683', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '683', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '683', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '683', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '683', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '683', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '683', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '683', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '688', 'a', 'Application history note', 'Application history note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '688', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '688', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '688', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'a', 'Uniform title', 'Uniform title', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'o', 'Arranged statement for music', 'Arranged statement for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'r', 'Key for music', 'Key for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 's', 'Version', 'Version', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '788', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '788', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '788', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '788', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '788', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '788', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '788', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'a', 'Host name', 'Host name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'b', 'Access number', 'Access number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'c', 'Compression information', 'Compression information', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'd', 'Path', 'Path', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'f', 'Electronic name', 'Electronic name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'h', 'Processor of request', 'Processor of request', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'i', 'Instruction', 'Instruction', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'j', 'Bits per second', 'Bits per second', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'k', 'Password', 'Password', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'l', 'Logon', 'Logon', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'n', 'Name of location of host', 'Name of location of host', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'o', 'Operating system', 'Operating system', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'p', 'Port', 'Port', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'r', 'Settings', 'Settings', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 's', 'File size', 'File size', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'y', 'Link text', 'Link text', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', '2', 'Access method', 'Access method', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', '3', 'Materials specified', 'Materials specified', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'a', 'a', 'a', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'b', 'b', 'b', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'c', 'c', 'c', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'd', 'd', 'd', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'e', 'e', 'e', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'f', 'f', 'f', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'g', 'g', 'g', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'h', 'h', 'h', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'i', 'i', 'i', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'j', 'j', 'j', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'k', 'k', 'k', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'l', 'l', 'l', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'm', 'm', 'm', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'n', 'n', 'n', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'o', 'o', 'o', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'p', 'p', 'p', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'q', 'q', 'q', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'r', 'r', 'r', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 's', 's', 's', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 't', 't', 't', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'u', 'u', 'u', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'v', 'v', 'v', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'w', 'w', 'w', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'x', 'x', 'x', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'y', 'y', 'y', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', 'z', 'z', 'z', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', '0', '0', '0', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', '1', '1', '1', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', '2', '2', '2', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', '3', '3', '3', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', '4', '4', '4', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', '5', '5', '5', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', '6', '6', '6', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', '7', '7', '7', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', '8', '8', '8', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '880', '9', '9', '9', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('UNIF_TITLE', '942', 'a', 'Koha auth type', 'Koha auth type', 0, 1, 9, NULL, NULL, NULL, 0, 8, '', 'auth_header.authtypecode', '');
-
+-- copy from default auth framework except obsoleted tags
+
+INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+    SELECT 'UNIF_TITLE', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+    FROM auth_tag_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','110','111','148','150','151','155','162',
+                      '180','181','182','185');
+
+INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+    SELECT 'UNIF_TITLE', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+    FROM auth_subfield_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','110','111','148','150','151','155','162',
+                      '180','181','182','185');
 
 -- ******************************************************
 
-
-
 -- *******************************************************************
--- TOPICAL TERM AUTHORITY FIELDS/SUBFIELDS.
+-- CHRONOLOGICAL TERMS AUTHORITY FIELDS/SUBFIELDS. X48
 -- *******************************************************************
 
--- These ought to be adjusted for different less conflicting and more
--- rationally chosen fields and subfields but I had left that for last.
-
--- ADJUST ME
--- Use values from your dump of auth_tag_structure and auth_subfield_structure
--- to provide support for your Koha database.
-
-
-INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`) VALUES
-               ('CHRON_TERM', '000', 'LEADER', 'LEADER', 0, 1, NULL),
-               ('CHRON_TERM', '001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 1, NULL),
-               ('CHRON_TERM', '003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, NULL),
-               ('CHRON_TERM', '005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, NULL),
-               ('CHRON_TERM', '008', 'FIXED-LENGTH DATA ELEMENTS', 'FIXED-LENGTH DATA ELEMENTS', 0, 1, NULL),
-               ('CHRON_TERM', '010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, NULL),
-               ('CHRON_TERM', '016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, NULL),
-               ('CHRON_TERM', '024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL),
-               ('CHRON_TERM', '034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL),
-               ('CHRON_TERM', '035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL),
-               ('CHRON_TERM', '040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL),
-               ('CHRON_TERM', '042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, NULL),
-               ('CHRON_TERM', '043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL),
-               ('CHRON_TERM', '045', 'TIME PERIOD OF HEADING', 'TIME PERIOD OF HEADING', 0, 0, NULL),
-               ('CHRON_TERM', '050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL),
-               ('CHRON_TERM', '052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL),
-               ('CHRON_TERM', '053', 'LC CLASSIFICATION NUMBER', 'LC CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('CHRON_TERM', '055', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 1, 0, NULL),
-               ('CHRON_TERM', '060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL),
-               ('CHRON_TERM', '065', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('CHRON_TERM', '066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL),
-               ('CHRON_TERM', '070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL),
-               ('CHRON_TERM', '072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL),
-               ('CHRON_TERM', '073', 'SUBDIVISION USAGE', 'SUBDIVISION USAGE', 0, 0, NULL),
-               ('CHRON_TERM', '082', 'DEWEY DECIMAL CALL NUMBER', 'DEWEY DECIMAL CALL NUMBER', 1, 0, NULL),
-               ('CHRON_TERM', '083', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('CHRON_TERM', '086', 'GOVERNMENT DOCUMENT CALL NUMBER', 'GOVERNMENT DOCUMENT CALL NUMBER', 1, 0, NULL),
-               ('CHRON_TERM', '087', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('CHRON_TERM', '090', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('CHRON_TERM', '091', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 0, 0, NULL),
-               ('CHRON_TERM', '092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('CHRON_TERM', '093', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('CHRON_TERM', '096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('CHRON_TERM', '097', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('CHRON_TERM', '098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, NULL),
-               ('CHRON_TERM', '099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('CHRON_TERM', '148', 'HEADING--CHRONOLOGICAL TERM', 'HEADING--CHRONOLOGICAL TERM', 0, 0, NULL),
-               ('CHRON_TERM', '182', 'HEADING--CHRONOLOGICAL SUBDIVISION', 'HEADING--CHRONOLOGICAL SUBDIVISION', 0, 0, NULL),
-               ('CHRON_TERM', '260', 'COMPLEX SEE REFERENCE--SUBJECT', 'COMPLEX SEE REFERENCE--SUBJECT', 1, 0, NULL),
-               ('CHRON_TERM', '360', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 1, 0, NULL),
-               ('CHRON_TERM', '400', 'SEE FROM TRACING--PERSONAL NAME', 'SEE FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('CHRON_TERM', '410', 'SEE FROM TRACING--CORPORATE NAME', 'SEE FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('CHRON_TERM', '411', 'SEE FROM TRACING--MEETING NAME', 'SEE FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('CHRON_TERM', '430', 'SEE FROM TRACING--UNIFORM TITLE', 'SEE FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('CHRON_TERM', '448', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('CHRON_TERM', '450', 'SEE FROM TRACING--TOPICAL TERM', 'SEE FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('CHRON_TERM', '451', 'SEE FROM TRACING--GEOGRAPHIC NAME', 'SEE FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('CHRON_TERM', '455', 'SEE FROM TRACING--GENRE/FORM TERM', 'SEE FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('CHRON_TERM', '480', 'SEE FROM TRACING--GENERAL SUBDIVISION', 'SEE FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('CHRON_TERM', '481', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('CHRON_TERM', '482', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('CHRON_TERM', '485', 'SEE FROM TRACING--FORM SUBDIVISION', 'SEE FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('CHRON_TERM', '500', 'SEE ALSO FROM TRACING--PERSONAL NAME', 'SEE ALSO FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('CHRON_TERM', '510', 'SEE ALSO FROM TRACING--CORPORATE NAME', 'SEE ALSO FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('CHRON_TERM', '511', 'SEE ALSO FROM TRACING--MEETING NAME', 'SEE ALSO FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('CHRON_TERM', '530', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('CHRON_TERM', '548', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('CHRON_TERM', '550', 'SEE ALSO FROM TRACING--TOPICAL TERM', 'SEE ALSO FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('CHRON_TERM', '551', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('CHRON_TERM', '555', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('CHRON_TERM', '580', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('CHRON_TERM', '581', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('CHRON_TERM', '582', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('CHRON_TERM', '585', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('CHRON_TERM', '663', 'COMPLEX SEE ALSO REFERENCE--NAME', 'COMPLEX SEE ALSO REFERENCE--NAME', 0, 0, NULL),
-               ('CHRON_TERM', '664', 'COMPLEX SEE REFERENCE--NAME', 'COMPLEX SEE REFERENCE--NAME', 0, 0, NULL),
-               ('CHRON_TERM', '665', 'HISTORY REFERENCE', 'HISTORY REFERENCE', 0, 0, NULL),
-               ('CHRON_TERM', '666', 'GENERAL EXPLANATORY REFERENCE--NAME', 'GENERAL EXPLANATORY REFERENCE--NAME', 0, 0, NULL),
-               ('CHRON_TERM', '667', 'NONPUBLIC GENERAL NOTE', 'NONPUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('CHRON_TERM', '670', 'SOURCE DATA FOUND', 'SOURCE DATA FOUND', 1, 0, NULL),
-               ('CHRON_TERM', '675', 'SOURCE DATA NOT FOUND', 'SOURCE DATA NOT FOUND', 0, 0, NULL),
-               ('CHRON_TERM', '678', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL),
-               ('CHRON_TERM', '680', 'PUBLIC GENERAL NOTE', 'PUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('CHRON_TERM', '681', 'SUBJECT EXAMPLE TRACING NOTE', 'SUBJECT EXAMPLE TRACING NOTE', 1, 0, NULL),
-               ('CHRON_TERM', '682', 'DELETED HEADING INFORMATION', 'DELETED HEADING INFORMATION', 0, 0, NULL),
-               ('CHRON_TERM', '683', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('CHRON_TERM', '688', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('CHRON_TERM', '748', 'ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM', 'ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('CHRON_TERM', '782', 'SUBDIVISION LINKING ENTRY--CHRONOLOGICAL SUBDIVISION', 'SUBDIVISION LINKING ENTRY--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('CHRON_TERM', '788', 'COMPLEX LINKING ENTRY DATA', 'COMPLEX LINKING ENTRY DATA', 0, 0, NULL),
-               ('CHRON_TERM', '856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL),
-               ('CHRON_TERM', '880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL),
-        ('CHRON_TERM', '942', 'KOHA INTERNAL USE', 'KOHA INTERNAL USE', 0, 1, NULL);
-
-
-INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`) VALUES
-               ('CHRON_TERM', '000', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_leader_authorities.pl', NULL, 0, 0, '', '', ''),
-                ('CHRON_TERM', '001', '@', 'control field', 'control field', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', 'auth_header.authid', ''),
-                ('CHRON_TERM', '003', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-                ('CHRON_TERM', '005', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_005.pl', NULL, 0, 0, '', '', ''),
-                ('CHRON_TERM', '008', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_field_008_authorities.pl', NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '010', 'a', 'LC control number', 'LC control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '016', 'a', 'Record control number', 'Record control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '016', 'z', 'Canceled/invalid record control number', 'Canceled/invalid record control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '016', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '024', '2', 'Source of number or code', 'Source of number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '024', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'p', 'Equinox', 'Equinox', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'r', 'Distance from earth', 'Distance from earth', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'x', 'Beginning date', 'Beginning date', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'y', 'Ending date', 'Ending date', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '035', 'a', 'System control number', 'System control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '035', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '040', 'e', 'Description conventions', 'Description conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '040', 'f', 'Subject heading or thesaurus conventions', 'Subject heading or thesaurus conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '040', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '042', 'a', 'Authentication code', 'Authentication code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '043', 'c', 'ISO code', 'ISO code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '043', '2', 'Source of local code', 'Source of local code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '043', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '045', 'a', 'Time period code', 'Time period code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '045', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '050', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '050', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '050', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '050', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '050', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '052', 'd', 'Populated place name', 'Populated place name', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '052', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '052', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '053', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '053', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '053', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '053', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '053', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '053', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '055', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '055', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '055', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '055', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '055', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '060', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '060', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '060', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '060', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '060', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '065', 'a', 'Classification number element--single number or beginning of span', 'Classification number element--single number or beginning of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '065', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '065', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '065', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '065', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '065', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '065', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '070', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '070', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '070', 'd', 'Volume/dates to which call number applies', 'Volume/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '070', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '072', 'a', 'Subject category code', 'Subject category code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '072', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '072', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '073', 'a', 'Subdivision usage', 'Subdivision usage', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '073', 'z', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '073', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '073', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '082', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '082', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '082', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '082', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '082', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '082', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '083', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '083', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '083', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '083', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '083', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '083', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '083', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '083', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '086', 'a', 'Call number', 'Call number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '086', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '086', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '086', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '086', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '086', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '087', 'a', 'Classification number element--Single number or beginning number of span', 'Classification number element--Single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '087', 'b', 'Classification number element--Ending number of span', 'Classification number element--Ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '087', 'c', 'Explanatory information', 'Explanatory information', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '087', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '087', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '087', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'a', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'b', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'f', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '090', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '091', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '091', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '091', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '091', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '091', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '091', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '091', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '091', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '092', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '092', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '092', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '092', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '092', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '092', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '092', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '092', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '093', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '093', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '093', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '093', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '093', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '093', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '093', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '093', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '096', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '096', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '096', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '096', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '096', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '096', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '096', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '096', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '097', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '097', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '097', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '097', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '097', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '097', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '097', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '097', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '098', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '098', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '098', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '098', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '098', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '098', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '098', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '099', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '099', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '099', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '099', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '099', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '099', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '099', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '099', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '148', 'a', 'Chronological term', 'Chronological term', 0, 0, 1, NULL, NULL, '''148y'',''148x'',''148z'',''148v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '148', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '148', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '148', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '148', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '148', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '148', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '182', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '182', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '182', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '182', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '182', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '182', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '260', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '260', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '260', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '360', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '360', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '360', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '360', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'a', 'Personal name', 'Personal name', 0, 0, 4, NULL, NULL, '''400b'',''400c'',''400q'',''400d'',''400t'',''400o'',''400m'',''400r'',''400s'',''400k'',''400n'',''400p'',''400g'',''400l'',''400f'',''400h'',''400x'',''400z'',''400y'',''400v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'b', 'Numeration', 'Numeration', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''410b'',''410c'',''410d'',''410t'',''410o'',''410m'',''410r'',''410s'',''410k'',''410n'',''410p'',''410g'',''410l'',''410f'',''410h'',''410x'',''410z'',''410y'',''410v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''411e'',''411c'',''411d'',''411t'',''411s'',''411k'',''411n'',''411p'',''411g'',''411l'',''411f'',''411h'',''411x'',''411z'',''411y'',''411v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'b', 'Number {OBSOLETE]', 'Number {OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'a', 'Uniform title', 'Uniform title', 0, 0, 4, NULL, NULL, '''430o'',''430m'',''430r'',''430s'',''430d'',''430k'',''430n'',''430p'',''430g'',''430l'',''430f'',''430h'',''430t'',''430x'',''430z'',''430y'',''430v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '430', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '448', 'a', 'Chronological term', 'Chronological term', 0, 0, 4, NULL, NULL, '''448y'',''448x'',''448z'',''448v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '448', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '448', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '448', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '448', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '448', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '448', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '448', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '448', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '448', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '450', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 4, NULL, NULL, '''450x'',''450z'',''450y'',''450v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '450', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '450', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '450', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '450', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '450', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '450', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '450', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '450', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '450', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '450', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL, NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '451', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '451', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '451', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '451', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '451', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '451', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '451', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '451', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '451', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL, NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '455', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '455', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '455', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '455', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '455', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '455', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '455', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '455', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '455', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '480', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '480', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '480', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '480', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '480', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '480', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '480', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '480', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '480', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '481', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '481', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '481', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '481', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '481', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '481', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '481', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '481', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '481', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '482', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '482', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '482', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '482', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '482', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '482', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '482', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '482', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '482', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '485', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '485', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '485', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '485', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '485', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '485', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '485', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '485', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '485', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'a', 'Personal name', 'Personal name', 0, 0, 5, NULL, NULL, '''500b'',''500c'',''500q'',''500d'',''500t'',''500o'',''500m'',''500r'',''500s'',''500k'',''500n'',''500p'',''500g'',''500l'',''500f'',''500h'',''500x'',''500z'',''500y'',''500v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'b', 'Numeration', 'Numeration', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''510b'',''510c'',''510d'',''510t'',''510o'',''510m'',''510r'',''510s'',''510k'',''510n'',''510p'',''510g'',''510l'',''510f'',''510h'',''510x'',''510z'',''510y'',''510v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''511e'',''511c'',''511d'',''511t'',''511s'',''511k'',''511n'',''511p'',''511g'',''511l'',''511f'',''511h'',''511x'',''511z'',''511y'',''511v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'a', 'Uniform title', 'Uniform title', 0, 0, 5, NULL, NULL, '''530o'',''530m'',''530r'',''530s'',''530d'',''530k'',''530n'',''530p'',''530g'',''530l'',''530f'',''530h'',''530t'',''530x'',''530z'',''530y'',''530v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5, NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '548', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '548', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '548', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '548', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '548', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '548', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '548', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '548', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '548', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '548', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '550', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 5, NULL, NULL, '''550x'',''550z'',''550y'',''550v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '550', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '550', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '550', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '550', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '550', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '550', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '550', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '550', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '550', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '550', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '551', 'a', 'Geographic name', 'Geographic name', 0, 0, 5, NULL, NULL, '''551z'',''551x'',''551y'',''551v''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '551', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '551', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '551', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '551', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '551', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '551', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '551', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '551', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '551', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '551', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '555', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 5, NULL, NULL, '''555v'',''555x'',''555z'',''555y''', 0, 0, '', '', ''),
-               ('CHRON_TERM', '555', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '555', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '555', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '555', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '555', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '555', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '555', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '555', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '555', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '580', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '580', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '580', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '580', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '580', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '580', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '580', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '580', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '580', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '581', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '581', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '581', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '581', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '581', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '581', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '581', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '581', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '581', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '582', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '582', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '582', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '582', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '582', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '582', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '582', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '582', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '582', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '582', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '585', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '585', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '585', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '585', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '585', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '585', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '585', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '585', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '585', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '663', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '663', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '663', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '663', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '663', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '664', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '664', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '664', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '664', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '664', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '665', 'a', 'History reference', 'History reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '665', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '665', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '666', 'a', 'General explanatory reference', 'General explanatory reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '666', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '666', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '667', 'a', 'Nonpublic general note', 'Nonpublic general note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '667', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '667', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '667', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '670', 'a', 'Source citation', 'Source citation', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '670', 'b', 'Information found', 'Information found', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '670', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '670', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '670', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '675', 'a', 'Source citation', 'Source citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '675', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '675', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '678', 'a', 'Biographical or historical data', 'Biographical or historical data', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '678', 'b', 'Expansion', 'Expansion', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '678', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '678', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '678', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '680', 'a', 'Heading or subdivision term', 'Heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '680', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '680', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '680', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '680', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '680', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '681', 'a', 'Subject heading or subdivision term', 'Subject heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '681', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '681', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '681', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '681', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '682', 'a', 'Replacement heading', 'Replacement heading', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '682', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '682', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '682', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '683', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '683', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '683', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '683', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '683', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '683', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '683', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '683', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '683', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '688', 'a', 'Application history note', 'Application history note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '688', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '688', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '688', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '748', 'a', 'Chronological term', 'Chronological term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '748', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '748', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '748', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '748', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '748', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '748', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '748', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '748', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '748', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '748', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '782', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '782', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '782', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '782', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '782', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '782', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '782', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '782', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '782', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '782', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '788', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '788', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '788', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '788', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '788', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '788', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '788', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'a', 'Host name', 'Host name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'b', 'Access number', 'Access number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'c', 'Compression information', 'Compression information', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'd', 'Path', 'Path', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'f', 'Electronic name', 'Electronic name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'h', 'Processor of request', 'Processor of request', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'i', 'Instruction', 'Instruction', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'j', 'Bits per second', 'Bits per second', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'k', 'Password', 'Password', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'l', 'Logon', 'Logon', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'n', 'Name of location of host', 'Name of location of host', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'o', 'Operating system', 'Operating system', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'p', 'Port', 'Port', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'r', 'Settings', 'Settings', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 's', 'File size', 'File size', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'y', 'Link text', 'Link text', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', '2', 'Access method', 'Access method', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', '3', 'Materials specified', 'Materials specified', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'a', 'a', 'a', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'b', 'b', 'b', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'c', 'c', 'c', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'd', 'd', 'd', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'e', 'e', 'e', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'f', 'f', 'f', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'g', 'g', 'g', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'h', 'h', 'h', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'i', 'i', 'i', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'j', 'j', 'j', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'k', 'k', 'k', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'l', 'l', 'l', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'm', 'm', 'm', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'n', 'n', 'n', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'o', 'o', 'o', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'p', 'p', 'p', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'q', 'q', 'q', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'r', 'r', 'r', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 's', 's', 's', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 't', 't', 't', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'u', 'u', 'u', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'v', 'v', 'v', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'w', 'w', 'w', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'x', 'x', 'x', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'y', 'y', 'y', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', 'z', 'z', 'z', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', '0', '0', '0', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', '1', '1', '1', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', '2', '2', '2', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', '3', '3', '3', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', '4', '4', '4', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', '5', '5', '5', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', '6', '6', '6', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', '7', '7', '7', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', '8', '8', '8', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '880', '9', '9', '9', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('CHRON_TERM', '942', 'a', 'Koha auth type', 'Koha auth type', 0, 1, 9, NULL, NULL, NULL, 0, 8, '', 'auth_header.authtypecode', '');
-
+-- copy from default auth framework except obsoleted tags
+
+INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+    SELECT 'CHRON_TERM', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+    FROM auth_tag_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','110','111','130','150','151','155','162',
+                      '180','181','185','014','020','022','031','640',
+                      '641','642','643','644','645','646');
+
+INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+    SELECT 'CHRON_TERM', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+    FROM auth_subfield_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','110','111','130','150','151','155','162',
+                      '180','181','185','014','020','022','031','640',
+                      '641','642','643','644','645','646');
 
 -- ******************************************************
 
-
-
 -- *******************************************************************
--- TOPICAL TERM AUTHORITY FIELDS/SUBFIELDS.
+-- TOPICAL TERMS AUTHORITY FIELDS/SUBFIELDS. X50
 -- *******************************************************************
 
--- These ought to be adjusted for different less conflicting and more
--- rationally chosen fields and subfields but I had left that for last.
-
--- ADJUST ME
--- Use values from your dump of auth_tag_structure and auth_subfield_structure
--- to provide support for your Koha database.
-
-
-INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`) VALUES
-               ('TOPIC_TERM', '000', 'LEADER', 'LEADER', 0, 1, NULL),
-               ('TOPIC_TERM', '001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 1, NULL),
-               ('TOPIC_TERM', '003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, NULL),
-               ('TOPIC_TERM', '005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, NULL),
-               ('TOPIC_TERM', '008', 'FIXED-LENGTH DATA ELEMENTS', 'FIXED-LENGTH DATA ELEMENTS', 0, 1, NULL),
-               ('TOPIC_TERM', '010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, NULL),
-               ('TOPIC_TERM', '016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, NULL),
-               ('TOPIC_TERM', '024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL),
-               ('TOPIC_TERM', '034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL),
-               ('TOPIC_TERM', '035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL),
-               ('TOPIC_TERM', '040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL),
-               ('TOPIC_TERM', '042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, NULL),
-               ('TOPIC_TERM', '043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL),
-               ('TOPIC_TERM', '045', 'TIME PERIOD OF HEADING', 'TIME PERIOD OF HEADING', 0, 0, NULL),
-               ('TOPIC_TERM', '050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL),
-               ('TOPIC_TERM', '052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL),
-               ('TOPIC_TERM', '053', 'LC CLASSIFICATION NUMBER', 'LC CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('TOPIC_TERM', '055', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 1, 0, NULL),
-               ('TOPIC_TERM', '060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL),
-               ('TOPIC_TERM', '065', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('TOPIC_TERM', '066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL),
-               ('TOPIC_TERM', '070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL),
-               ('TOPIC_TERM', '072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL),
-               ('TOPIC_TERM', '073', 'SUBDIVISION USAGE', 'SUBDIVISION USAGE', 0, 0, NULL),
-               ('TOPIC_TERM', '082', 'DEWEY DECIMAL CALL NUMBER', 'DEWEY DECIMAL CALL NUMBER', 1, 0, NULL),
-               ('TOPIC_TERM', '083', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('TOPIC_TERM', '086', 'GOVERNMENT DOCUMENT CALL NUMBER', 'GOVERNMENT DOCUMENT CALL NUMBER', 1, 0, NULL),
-               ('TOPIC_TERM', '087', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('TOPIC_TERM', '090', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('TOPIC_TERM', '091', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 0, 0, NULL),
-               ('TOPIC_TERM', '092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('TOPIC_TERM', '093', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('TOPIC_TERM', '096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('TOPIC_TERM', '097', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('TOPIC_TERM', '098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, NULL),
-               ('TOPIC_TERM', '099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('TOPIC_TERM', '150', 'HEADING--TOPICAL TERM', 'HEADING--TOPICAL TERM', 0, 0, NULL),
-               ('TOPIC_TERM', '180', 'HEADING--GENERAL SUBDIVISION', 'HEADING--GENERAL SUBDIVISION', 0, 0, NULL),
-               ('TOPIC_TERM', '260', 'COMPLEX SEE REFERENCE--SUBJECT', 'COMPLEX SEE REFERENCE--SUBJECT', 1, 0, NULL),
-               ('TOPIC_TERM', '360', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 1, 0, NULL),
-               ('TOPIC_TERM', '400', 'SEE FROM TRACING--PERSONAL NAME', 'SEE FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('TOPIC_TERM', '410', 'SEE FROM TRACING--CORPORATE NAME', 'SEE FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('TOPIC_TERM', '411', 'SEE FROM TRACING--MEETING NAME', 'SEE FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('TOPIC_TERM', '430', 'SEE FROM TRACING--UNIFORM TITLE', 'SEE FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('TOPIC_TERM', '448', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('TOPIC_TERM', '450', 'SEE FROM TRACING--TOPICAL TERM', 'SEE FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('TOPIC_TERM', '451', 'SEE FROM TRACING--GEOGRAPHIC NAME', 'SEE FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('TOPIC_TERM', '455', 'SEE FROM TRACING--GENRE/FORM TERM', 'SEE FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('TOPIC_TERM', '480', 'SEE FROM TRACING--GENERAL SUBDIVISION', 'SEE FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('TOPIC_TERM', '481', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('TOPIC_TERM', '482', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('TOPIC_TERM', '485', 'SEE FROM TRACING--FORM SUBDIVISION', 'SEE FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('TOPIC_TERM', '500', 'SEE ALSO FROM TRACING--PERSONAL NAME', 'SEE ALSO FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('TOPIC_TERM', '510', 'SEE ALSO FROM TRACING--CORPORATE NAME', 'SEE ALSO FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('TOPIC_TERM', '511', 'SEE ALSO FROM TRACING--MEETING NAME', 'SEE ALSO FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('TOPIC_TERM', '530', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('TOPIC_TERM', '548', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('TOPIC_TERM', '550', 'SEE ALSO FROM TRACING--TOPICAL TERM', 'SEE ALSO FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('TOPIC_TERM', '551', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('TOPIC_TERM', '555', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('TOPIC_TERM', '580', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('TOPIC_TERM', '581', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('TOPIC_TERM', '582', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('TOPIC_TERM', '585', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('TOPIC_TERM', '663', 'COMPLEX SEE ALSO REFERENCE--NAME', 'COMPLEX SEE ALSO REFERENCE--NAME', 0, 0, NULL),
-               ('TOPIC_TERM', '664', 'COMPLEX SEE REFERENCE--NAME', 'COMPLEX SEE REFERENCE--NAME', 0, 0, NULL),
-               ('TOPIC_TERM', '665', 'HISTORY REFERENCE', 'HISTORY REFERENCE', 0, 0, NULL),
-               ('TOPIC_TERM', '666', 'GENERAL EXPLANATORY REFERENCE--NAME', 'GENERAL EXPLANATORY REFERENCE--NAME', 0, 0, NULL),
-               ('TOPIC_TERM', '667', 'NONPUBLIC GENERAL NOTE', 'NONPUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('TOPIC_TERM', '670', 'SOURCE DATA FOUND', 'SOURCE DATA FOUND', 1, 0, NULL),
-               ('TOPIC_TERM', '675', 'SOURCE DATA NOT FOUND', 'SOURCE DATA NOT FOUND', 0, 0, NULL),
-               ('TOPIC_TERM', '678', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL),
-               ('TOPIC_TERM', '680', 'PUBLIC GENERAL NOTE', 'PUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('TOPIC_TERM', '681', 'SUBJECT EXAMPLE TRACING NOTE', 'SUBJECT EXAMPLE TRACING NOTE', 1, 0, NULL),
-               ('TOPIC_TERM', '682', 'DELETED HEADING INFORMATION', 'DELETED HEADING INFORMATION', 0, 0, NULL),
-               ('TOPIC_TERM', '683', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('TOPIC_TERM', '688', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('TOPIC_TERM', '750', 'ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM', 'ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM', 1, 0, NULL),
-               ('TOPIC_TERM', '780', 'SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION', 'SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('TOPIC_TERM', '788', 'COMPLEX LINKING ENTRY DATA', 'COMPLEX LINKING ENTRY DATA', 0, 0, NULL),
-               ('TOPIC_TERM', '856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL),
-               ('TOPIC_TERM', '880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL),
-        ('TOPIC_TERM', '942', 'KOHA INTERNAL USE', 'KOHA INTERNAL USE', 0, 1, NULL);
-
-
-INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`) VALUES
-               ('TOPIC_TERM', '000', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_leader_authorities.pl', NULL, 0, 0, '', '', ''),
-                ('TOPIC_TERM', '001', '@', 'control field', 'control field', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', 'auth_header.authid', ''),
-                ('TOPIC_TERM', '003', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-                ('TOPIC_TERM', '005', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_005.pl', NULL, 0, 0, '', '', ''),
-                ('TOPIC_TERM', '008', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_field_008_authorities.pl', NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '010', 'a', 'LC control number', 'LC control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '016', 'a', 'Record control number', 'Record control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '016', 'z', 'Canceled/invalid record control number', 'Canceled/invalid record control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '016', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '024', '2', 'Source of number or code', 'Source of number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '024', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'p', 'Equinox', 'Equinox', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'r', 'Distance from earth', 'Distance from earth', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'x', 'Beginning date', 'Beginning date', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'y', 'Ending date', 'Ending date', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '035', 'a', 'System control number', 'System control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '035', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '040', 'e', 'Description conventions', 'Description conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '040', 'f', 'Subject heading or thesaurus conventions', 'Subject heading or thesaurus conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '040', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '042', 'a', 'Authentication code', 'Authentication code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '043', 'c', 'ISO code', 'ISO code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '043', '2', 'Source of local code', 'Source of local code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '043', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '045', 'a', 'Time period code', 'Time period code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '045', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '050', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '050', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '050', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '050', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '050', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '052', 'd', 'Populated place name', 'Populated place name', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '052', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '052', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '053', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '053', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '053', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '053', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '053', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '053', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '055', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '055', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '055', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '055', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '055', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '060', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '060', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '060', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '060', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '060', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '065', 'a', 'Classification number element--single number or beginning of span', 'Classification number element--single number or beginning of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '065', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '065', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '065', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '065', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '065', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '065', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '070', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '070', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '070', 'd', 'Volume/dates to which call number applies', 'Volume/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '070', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '072', 'a', 'Subject category code', 'Subject category code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '072', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '072', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '073', 'a', 'Subdivision usage', 'Subdivision usage', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '073', 'z', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '073', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '073', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '082', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '082', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '082', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '082', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '082', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '082', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '083', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '083', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '083', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '083', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '083', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '083', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '083', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '083', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '086', 'a', 'Call number', 'Call number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '086', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '086', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '086', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '086', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '086', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '087', 'a', 'Classification number element--Single number or beginning number of span', 'Classification number element--Single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '087', 'b', 'Classification number element--Ending number of span', 'Classification number element--Ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '087', 'c', 'Explanatory information', 'Explanatory information', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '087', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '087', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '087', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'a', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'b', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'f', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '090', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '091', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '091', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '091', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '091', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '091', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '091', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '091', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '091', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '092', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '092', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '092', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '092', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '092', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '092', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '092', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '092', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '093', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '093', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '093', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '093', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '093', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '093', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '093', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '093', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '096', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '096', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '096', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '096', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '096', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '096', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '096', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '096', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '097', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '097', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '097', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '097', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '097', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '097', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '097', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '097', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '098', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '098', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '098', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '098', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '098', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '098', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '098', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '099', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '099', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '099', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '099', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '099', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '099', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '099', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '099', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '150', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 1, NULL, NULL, '''150x'',''150z'',''150y'',''150v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '150', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '150', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '150', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '150', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '150', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '150', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '150', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '180', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '180', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '180', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '180', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '180', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '180', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '260', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '260', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '260', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '360', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '360', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '360', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '360', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'a', 'Personal name', 'Personal name', 0, 0, 4, NULL, NULL, '''400b'',''400c'',''400q'',''400d'',''400t'',''400o'',''400m'',''400r'',''400s'',''400k'',''400n'',''400p'',''400g'',''400l'',''400f'',''400h'',''400x'',''400z'',''400y'',''400v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'b', 'Numeration', 'Numeration', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''410b'',''410c'',''410d'',''410t'',''410o'',''410m'',''410r'',''410s'',''410k'',''410n'',''410p'',''410g'',''410l'',''410f'',''410h'',''410x'',''410z'',''410y'',''410v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''411e'',''411c'',''411d'',''411t'',''411s'',''411k'',''411n'',''411p'',''411g'',''411l'',''411f'',''411h'',''411x'',''411z'',''411y'',''411v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'b', 'Number {OBSOLETE]', 'Number {OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'a', 'Uniform title', 'Uniform title', 0, 0, 4, NULL, NULL, '''430o'',''430m'',''430r'',''430s'',''430d'',''430k'',''430n'',''430p'',''430g'',''430l'',''430f'',''430h'',''430t'',''430x'',''430z'',''430y'',''430v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '430', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '448', 'a', 'Chronological term', 'Chronological term', 0, 0, 4, NULL, NULL, '''448y'',''448x'',''448z'',''448v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '448', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '448', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '448', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '448', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '448', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '448', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '448', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '448', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '448', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '450', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 4, NULL, NULL, '''450x'',''450z'',''450y'',''450v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '450', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '450', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '450', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '450', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '450', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '450', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '450', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '450', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '450', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '450', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL, NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '451', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '451', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '451', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '451', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '451', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '451', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '451', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '451', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '451', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL, NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '455', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '455', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '455', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '455', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '455', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '455', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '455', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '455', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '455', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '480', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '480', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '480', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '480', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '480', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '480', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '480', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '480', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '480', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '481', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '481', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '481', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '481', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '481', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '481', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '481', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '481', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '481', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '482', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '482', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '482', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '482', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '482', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '482', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '482', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '482', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '482', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '485', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '485', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '485', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '485', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '485', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '485', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '485', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '485', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '485', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'a', 'Personal name', 'Personal name', 0, 0, 5, NULL, NULL, '''500b'',''500c'',''500q'',''500d'',''500t'',''500o'',''500m'',''500r'',''500s'',''500k'',''500n'',''500p'',''500g'',''500l'',''500f'',''500h'',''500x'',''500z'',''500y'',''500v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'b', 'Numeration', 'Numeration', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''510b'',''510c'',''510d'',''510t'',''510o'',''510m'',''510r'',''510s'',''510k'',''510n'',''510p'',''510g'',''510l'',''510f'',''510h'',''510x'',''510z'',''510y'',''510v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''511e'',''511c'',''511d'',''511t'',''511s'',''511k'',''511n'',''511p'',''511g'',''511l'',''511f'',''511h'',''511x'',''511z'',''511y'',''511v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'a', 'Uniform title', 'Uniform title', 0, 0, 5, NULL, NULL, '''530o'',''530m'',''530r'',''530s'',''530d'',''530k'',''530n'',''530p'',''530g'',''530l'',''530f'',''530h'',''530t'',''530x'',''530z'',''530y'',''530v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5, NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '548', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '548', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '548', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '548', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '548', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '548', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '548', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '548', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '548', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '548', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '550', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 5, NULL, NULL, '''550x'',''550z'',''550y'',''550v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '550', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '550', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '550', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '550', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '550', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '550', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '550', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '550', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '550', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '550', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '551', 'a', 'Geographic name', 'Geographic name', 0, 0, 5, NULL, NULL, '''551z'',''551x'',''551y'',''551v''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '551', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '551', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '551', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '551', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '551', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '551', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '551', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '551', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '551', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '551', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '555', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 5, NULL, NULL, '''555v'',''555x'',''555z'',''555y''', 0, 0, '', '', ''),
-               ('TOPIC_TERM', '555', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '555', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '555', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '555', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '555', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '555', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '555', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '555', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '555', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '580', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '580', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '580', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '580', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '580', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '580', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '580', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '580', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '580', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '581', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '581', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '581', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '581', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '581', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '581', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '581', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '581', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '581', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '582', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '582', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '582', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '582', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '582', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '582', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '582', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '582', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '582', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '582', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '585', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '585', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '585', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '585', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '585', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '585', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '585', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '585', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '585', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '663', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '663', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '663', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '663', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '663', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '664', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '664', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '664', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '664', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '664', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '665', 'a', 'History reference', 'History reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '665', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '665', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '666', 'a', 'General explanatory reference', 'General explanatory reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '666', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '666', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '667', 'a', 'Nonpublic general note', 'Nonpublic general note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '667', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '667', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '667', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '670', 'a', 'Source citation', 'Source citation', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '670', 'b', 'Information found', 'Information found', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '670', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '670', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '670', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '675', 'a', 'Source citation', 'Source citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '675', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '675', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '678', 'a', 'Biographical or historical data', 'Biographical or historical data', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '678', 'b', 'Expansion', 'Expansion', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '678', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '678', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '678', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '680', 'a', 'Heading or subdivision term', 'Heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '680', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '680', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '680', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '680', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '680', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '681', 'a', 'Subject heading or subdivision term', 'Subject heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '681', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '681', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '681', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '681', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '682', 'a', 'Replacement heading', 'Replacement heading', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '682', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '682', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '682', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '683', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '683', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '683', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '683', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '683', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '683', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '683', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '683', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '683', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '688', 'a', 'Application history note', 'Application history note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '688', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '688', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '688', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', 'c', 'Location of event', 'Location of event', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', 'd', 'Active date', 'Active date', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '750', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '780', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '780', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '780', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '780', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '780', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '780', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '780', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '780', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '780', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '788', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '788', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '788', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '788', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '788', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '788', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '788', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'a', 'Host name', 'Host name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'b', 'Access number', 'Access number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'c', 'Compression information', 'Compression information', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'd', 'Path', 'Path', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'f', 'Electronic name', 'Electronic name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'h', 'Processor of request', 'Processor of request', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'i', 'Instruction', 'Instruction', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'j', 'Bits per second', 'Bits per second', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'k', 'Password', 'Password', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'l', 'Logon', 'Logon', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'n', 'Name of location of host', 'Name of location of host', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'o', 'Operating system', 'Operating system', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'p', 'Port', 'Port', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'r', 'Settings', 'Settings', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 's', 'File size', 'File size', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'y', 'Link text', 'Link text', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', '2', 'Access method', 'Access method', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', '3', 'Materials specified', 'Materials specified', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'a', 'a', 'a', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'b', 'b', 'b', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'c', 'c', 'c', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'd', 'd', 'd', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'e', 'e', 'e', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'f', 'f', 'f', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'g', 'g', 'g', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'h', 'h', 'h', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'i', 'i', 'i', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'j', 'j', 'j', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'k', 'k', 'k', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'l', 'l', 'l', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'm', 'm', 'm', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'n', 'n', 'n', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'o', 'o', 'o', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'p', 'p', 'p', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'q', 'q', 'q', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'r', 'r', 'r', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 's', 's', 's', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 't', 't', 't', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'u', 'u', 'u', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'v', 'v', 'v', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'w', 'w', 'w', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'x', 'x', 'x', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'y', 'y', 'y', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', 'z', 'z', 'z', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', '0', '0', '0', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', '1', '1', '1', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', '2', '2', '2', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', '3', '3', '3', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', '4', '4', '4', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', '5', '5', '5', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', '6', '6', '6', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', '7', '7', '7', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', '8', '8', '8', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '880', '9', '9', '9', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('TOPIC_TERM', '942', 'a', 'Koha auth type', 'Koha auth type', 0, 1, 9, NULL, NULL, NULL, 0, 8, '', 'auth_header.authtypecode', '');
-
+-- copy from default auth framework except obsoleted tags
+
+INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+    SELECT 'TOPIC_TERM', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+    FROM auth_tag_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','110','111','130','148','151','155','162',
+                      '181','182','185','014','020','022','031','640',
+                      '641','642','643','644','645','646');
+
+INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+    SELECT 'TOPIC_TERM', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+    FROM auth_subfield_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','110','111','130','148','151','155','162',
+                      '181','182','185','014','020','022','031','640',
+                      '641','642','643','644','645','646');
 
 -- ******************************************************
 
-
-
 -- *******************************************************************
--- GEOGRAPHIC NAME AUTHORITY FIELDS/SUBFIELDS.
+-- GEOGRAPHIC NAMES AUTHORITY FIELDS/SUBFIELDS. X51
 -- *******************************************************************
 
--- These ought to be adjusted for different less conflicting and more
--- rationally chosen fields and subfields but I had left that for last.
-
--- ADJUST ME
--- Use values from your dump of auth_tag_structure and auth_subfield_structure
--- to provide support for your Koha database.
-
-
-INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`) VALUES
-               ('GEOGR_NAME', '000', 'LEADER', 'LEADER', 0, 1, NULL),
-               ('GEOGR_NAME', '001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 1, NULL),
-               ('GEOGR_NAME', '003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, NULL),
-               ('GEOGR_NAME', '005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, NULL),
-               ('GEOGR_NAME', '008', 'FIXED-LENGTH DATA ELEMENTS', 'FIXED-LENGTH DATA ELEMENTS', 0, 1, NULL),
-               ('GEOGR_NAME', '010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, NULL),
-               ('GEOGR_NAME', '016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, NULL),
-               ('GEOGR_NAME', '024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL),
-               ('GEOGR_NAME', '034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL),
-               ('GEOGR_NAME', '035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL),
-               ('GEOGR_NAME', '040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL),
-               ('GEOGR_NAME', '042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, NULL),
-               ('GEOGR_NAME', '043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL),
-               ('GEOGR_NAME', '045', 'TIME PERIOD OF HEADING', 'TIME PERIOD OF HEADING', 0, 0, NULL),
-               ('GEOGR_NAME', '050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL),
-               ('GEOGR_NAME', '052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL),
-               ('GEOGR_NAME', '053', 'LC CLASSIFICATION NUMBER', 'LC CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('GEOGR_NAME', '055', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 1, 0, NULL),
-               ('GEOGR_NAME', '060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL),
-               ('GEOGR_NAME', '065', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('GEOGR_NAME', '066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL),
-               ('GEOGR_NAME', '070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL),
-               ('GEOGR_NAME', '072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL),
-               ('GEOGR_NAME', '073', 'SUBDIVISION USAGE', 'SUBDIVISION USAGE', 0, 0, NULL),
-               ('GEOGR_NAME', '082', 'DEWEY DECIMAL CALL NUMBER', 'DEWEY DECIMAL CALL NUMBER', 1, 0, NULL),
-               ('GEOGR_NAME', '083', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('GEOGR_NAME', '086', 'GOVERNMENT DOCUMENT CALL NUMBER', 'GOVERNMENT DOCUMENT CALL NUMBER', 1, 0, NULL),
-               ('GEOGR_NAME', '087', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('GEOGR_NAME', '090', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('GEOGR_NAME', '091', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 0, 0, NULL),
-               ('GEOGR_NAME', '092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('GEOGR_NAME', '093', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('GEOGR_NAME', '096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('GEOGR_NAME', '097', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('GEOGR_NAME', '098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, NULL),
-               ('GEOGR_NAME', '099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('GEOGR_NAME', '151', 'HEADING--GEOGRAPHIC NAME', 'HEADING--GEOGRAPHIC NAME', 0, 0, NULL),
-               ('GEOGR_NAME', '181', 'HEADING--GEOGRAPHIC SUBDIVISION', 'HEADING--GEOGRAPHIC SUBDIVISION', 0, 0, NULL),
-               ('GEOGR_NAME', '260', 'COMPLEX SEE REFERENCE--SUBJECT', 'COMPLEX SEE REFERENCE--SUBJECT', 1, 0, NULL),
-               ('GEOGR_NAME', '360', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 1, 0, NULL),
-               ('GEOGR_NAME', '400', 'SEE FROM TRACING--PERSONAL NAME', 'SEE FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('GEOGR_NAME', '410', 'SEE FROM TRACING--CORPORATE NAME', 'SEE FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('GEOGR_NAME', '411', 'SEE FROM TRACING--MEETING NAME', 'SEE FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('GEOGR_NAME', '430', 'SEE FROM TRACING--UNIFORM TITLE', 'SEE FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('GEOGR_NAME', '448', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('GEOGR_NAME', '450', 'SEE FROM TRACING--TOPICAL TERM', 'SEE FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('GEOGR_NAME', '451', 'SEE FROM TRACING--GEOGRAPHIC NAME', 'SEE FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('GEOGR_NAME', '455', 'SEE FROM TRACING--GENRE/FORM TERM', 'SEE FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('GEOGR_NAME', '480', 'SEE FROM TRACING--GENERAL SUBDIVISION', 'SEE FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('GEOGR_NAME', '481', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('GEOGR_NAME', '482', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('GEOGR_NAME', '485', 'SEE FROM TRACING--FORM SUBDIVISION', 'SEE FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('GEOGR_NAME', '500', 'SEE ALSO FROM TRACING--PERSONAL NAME', 'SEE ALSO FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('GEOGR_NAME', '510', 'SEE ALSO FROM TRACING--CORPORATE NAME', 'SEE ALSO FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('GEOGR_NAME', '511', 'SEE ALSO FROM TRACING--MEETING NAME', 'SEE ALSO FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('GEOGR_NAME', '530', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('GEOGR_NAME', '548', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('GEOGR_NAME', '550', 'SEE ALSO FROM TRACING--TOPICAL TERM', 'SEE ALSO FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('GEOGR_NAME', '551', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('GEOGR_NAME', '555', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('GEOGR_NAME', '580', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('GEOGR_NAME', '581', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('GEOGR_NAME', '582', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('GEOGR_NAME', '585', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('GEOGR_NAME', '663', 'COMPLEX SEE ALSO REFERENCE--NAME', 'COMPLEX SEE ALSO REFERENCE--NAME', 0, 0, NULL),
-               ('GEOGR_NAME', '664', 'COMPLEX SEE REFERENCE--NAME', 'COMPLEX SEE REFERENCE--NAME', 0, 0, NULL),
-               ('GEOGR_NAME', '665', 'HISTORY REFERENCE', 'HISTORY REFERENCE', 0, 0, NULL),
-               ('GEOGR_NAME', '666', 'GENERAL EXPLANATORY REFERENCE--NAME', 'GENERAL EXPLANATORY REFERENCE--NAME', 0, 0, NULL),
-               ('GEOGR_NAME', '667', 'NONPUBLIC GENERAL NOTE', 'NONPUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('GEOGR_NAME', '670', 'SOURCE DATA FOUND', 'SOURCE DATA FOUND', 1, 0, NULL),
-               ('GEOGR_NAME', '675', 'SOURCE DATA NOT FOUND', 'SOURCE DATA NOT FOUND', 0, 0, NULL),
-               ('GEOGR_NAME', '678', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL),
-               ('GEOGR_NAME', '680', 'PUBLIC GENERAL NOTE', 'PUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('GEOGR_NAME', '681', 'SUBJECT EXAMPLE TRACING NOTE', 'SUBJECT EXAMPLE TRACING NOTE', 1, 0, NULL),
-               ('GEOGR_NAME', '682', 'DELETED HEADING INFORMATION', 'DELETED HEADING INFORMATION', 0, 0, NULL),
-               ('GEOGR_NAME', '683', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('GEOGR_NAME', '688', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('GEOGR_NAME', '751', 'ESTABLISHED HEADING LINKING ENTRY--GEOGRAPHIC NAME', 'ESTABLISHED HEADING LINKING ENTRY--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('GEOGR_NAME', '781', 'SUBDIVISION LINKING ENTRY--GEOGRAPHIC SUBDIVISION', 'SUBDIVISION LINKING ENTRY--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('GEOGR_NAME', '788', 'COMPLEX LINKING ENTRY DATA', 'COMPLEX LINKING ENTRY DATA', 0, 0, NULL),
-               ('GEOGR_NAME', '856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL),
-               ('GEOGR_NAME', '880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL),
-        ('GEOGR_NAME', '942', 'KOHA INTERNAL USE', 'KOHA INTERNAL USE', 0, 1, NULL);
-
-
-INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`) VALUES
-               ('GEOGR_NAME', '000', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_leader_authorities.pl', NULL, 0, 0, '', '', ''),
-                ('GEOGR_NAME', '001', '@', 'control field', 'control field', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', 'auth_header.authid', ''),
-                ('GEOGR_NAME', '003', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-                ('GEOGR_NAME', '005', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_005.pl', NULL, 0, 0, '', '', ''),
-                ('GEOGR_NAME', '008', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_field_008_authorities.pl', NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '010', 'a', 'LC control number', 'LC control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '016', 'a', 'Record control number', 'Record control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '016', 'z', 'Canceled/invalid record control number', 'Canceled/invalid record control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '016', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '024', '2', 'Source of number or code', 'Source of number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '024', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'p', 'Equinox', 'Equinox', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'r', 'Distance from earth', 'Distance from earth', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'x', 'Beginning date', 'Beginning date', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'y', 'Ending date', 'Ending date', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '035', 'a', 'System control number', 'System control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '035', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '040', 'e', 'Description conventions', 'Description conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '040', 'f', 'Subject heading or thesaurus conventions', 'Subject heading or thesaurus conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '040', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '042', 'a', 'Authentication code', 'Authentication code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '043', 'c', 'ISO code', 'ISO code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '043', '2', 'Source of local code', 'Source of local code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '043', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '045', 'a', 'Time period code', 'Time period code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '045', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '050', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '050', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '050', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '050', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '050', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '052', 'd', 'Populated place name', 'Populated place name', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '052', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '052', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '053', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '053', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '053', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '053', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '053', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '053', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '055', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '055', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '055', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '055', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '055', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '060', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '060', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '060', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '060', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '060', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '065', 'a', 'Classification number element--single number or beginning of span', 'Classification number element--single number or beginning of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '065', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '065', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '065', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '065', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '065', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '065', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '070', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '070', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '070', 'd', 'Volume/dates to which call number applies', 'Volume/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '070', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '072', 'a', 'Subject category code', 'Subject category code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '072', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '072', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '073', 'a', 'Subdivision usage', 'Subdivision usage', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '073', 'z', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '073', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '073', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '082', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '082', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '082', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '082', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '082', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '082', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '083', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '083', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '083', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '083', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '083', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '083', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '083', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '083', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '086', 'a', 'Call number', 'Call number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '086', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '086', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '086', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '086', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '086', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '087', 'a', 'Classification number element--Single number or beginning number of span', 'Classification number element--Single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '087', 'b', 'Classification number element--Ending number of span', 'Classification number element--Ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '087', 'c', 'Explanatory information', 'Explanatory information', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '087', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '087', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '087', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'a', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'b', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'f', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '090', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '091', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '091', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '091', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '091', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '091', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '091', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '091', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '091', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '092', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '092', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '092', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '092', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '092', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '092', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '092', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '092', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '093', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '093', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '093', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '093', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '093', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '093', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '093', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '093', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '096', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '096', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '096', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '096', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '096', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '096', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '096', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '096', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '097', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '097', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '097', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '097', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '097', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '097', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '097', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '097', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '098', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '098', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '098', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '098', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '098', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '098', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '098', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '099', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '099', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '099', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '099', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '099', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '099', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '099', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '099', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '151', 'a', 'Geographic name', 'Geographic name', 0, 0, 1, NULL, NULL, '''151z'',''151x'',''151y'',''151v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '151', 'b', 'Name following place as an entry element {OBSOLETE]', 'Name following place as an entry element {OBSOLETE]', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '151', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '151', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '151', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '151', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '151', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '151', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '181', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '181', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '181', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '181', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '181', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '181', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '260', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '260', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '260', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '360', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '360', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '360', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '360', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'a', 'Personal name', 'Personal name', 0, 0, 4, NULL, NULL, '''400b'',''400c'',''400q'',''400d'',''400t'',''400o'',''400m'',''400r'',''400s'',''400k'',''400n'',''400p'',''400g'',''400l'',''400f'',''400h'',''400x'',''400z'',''400y'',''400v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'b', 'Numeration', 'Numeration', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''410b'',''410c'',''410d'',''410t'',''410o'',''410m'',''410r'',''410s'',''410k'',''410n'',''410p'',''410g'',''410l'',''410f'',''410h'',''410x'',''410z'',''410y'',''410v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''411e'',''411c'',''411d'',''411t'',''411s'',''411k'',''411n'',''411p'',''411g'',''411l'',''411f'',''411h'',''411x'',''411z'',''411y'',''411v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'b', 'Number {OBSOLETE]', 'Number {OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'a', 'Uniform title', 'Uniform title', 0, 0, 4, NULL, NULL, '''430o'',''430m'',''430r'',''430s'',''430d'',''430k'',''430n'',''430p'',''430g'',''430l'',''430f'',''430h'',''430t'',''430x'',''430z'',''430y'',''430v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '430', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '448', 'a', 'Chronological term', 'Chronological term', 0, 0, 4, NULL, NULL, '''448y'',''448x'',''448z'',''448v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '448', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '448', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '448', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '448', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '448', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '448', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '448', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '448', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '448', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '450', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 4, NULL, NULL, '''450x'',''450z'',''450y'',''450v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '450', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '450', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '450', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '450', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '450', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '450', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '450', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '450', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '450', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '450', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL, NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '451', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '451', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '451', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '451', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '451', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '451', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '451', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '451', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '451', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL, NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '455', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '455', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '455', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '455', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '455', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '455', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '455', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '455', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '455', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '480', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '480', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '480', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '480', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '480', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '480', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '480', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '480', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '480', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '481', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '481', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '481', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '481', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '481', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '481', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '481', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '481', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '481', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '482', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '482', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '482', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '482', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '482', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '482', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '482', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '482', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '482', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '485', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '485', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '485', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '485', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '485', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '485', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '485', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '485', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '485', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'a', 'Personal name', 'Personal name', 0, 0, 5, NULL, NULL, '''500b'',''500c'',''500q'',''500d'',''500t'',''500o'',''500m'',''500r'',''500s'',''500k'',''500n'',''500p'',''500g'',''500l'',''500f'',''500h'',''500x'',''500z'',''500y'',''500v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'b', 'Numeration', 'Numeration', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''510b'',''510c'',''510d'',''510t'',''510o'',''510m'',''510r'',''510s'',''510k'',''510n'',''510p'',''510g'',''510l'',''510f'',''510h'',''510x'',''510z'',''510y'',''510v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''511e'',''511c'',''511d'',''511t'',''511s'',''511k'',''511n'',''511p'',''511g'',''511l'',''511f'',''511h'',''511x'',''511z'',''511y'',''511v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'a', 'Uniform title', 'Uniform title', 0, 0, 5, NULL, NULL, '''530o'',''530m'',''530r'',''530s'',''530d'',''530k'',''530n'',''530p'',''530g'',''530l'',''530f'',''530h'',''530t'',''530x'',''530z'',''530y'',''530v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5, NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '548', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '548', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '548', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '548', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '548', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '548', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '548', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '548', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '548', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '548', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '550', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 5, NULL, NULL, '''550x'',''550z'',''550y'',''550v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '550', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '550', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '550', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '550', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '550', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '550', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '550', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '550', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '550', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '550', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '551', 'a', 'Geographic name', 'Geographic name', 0, 0, 5, NULL, NULL, '''551z'',''551x'',''551y'',''551v''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '551', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '551', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '551', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '551', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '551', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '551', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '551', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '551', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '551', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '551', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '555', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 5, NULL, NULL, '''555v'',''555x'',''555z'',''555y''', 0, 0, '', '', ''),
-               ('GEOGR_NAME', '555', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '555', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '555', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '555', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '555', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '555', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '555', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '555', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '555', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '580', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '580', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '580', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '580', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '580', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '580', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '580', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '580', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '580', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '581', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '581', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '581', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '581', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '581', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '581', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '581', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '581', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '581', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '582', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '582', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '582', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '582', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '582', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '582', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '582', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '582', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '582', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '582', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '585', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '585', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '585', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '585', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '585', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '585', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '585', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '585', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '585', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '663', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '663', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '663', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '663', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '663', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '664', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '664', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '664', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '664', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '664', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '665', 'a', 'History reference', 'History reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '665', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '665', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '666', 'a', 'General explanatory reference', 'General explanatory reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '666', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '666', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '667', 'a', 'Nonpublic general note', 'Nonpublic general note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '667', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '667', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '667', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '670', 'a', 'Source citation', 'Source citation', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '670', 'b', 'Information found', 'Information found', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '670', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '670', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '670', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '675', 'a', 'Source citation', 'Source citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '675', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '675', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '678', 'a', 'Biographical or historical data', 'Biographical or historical data', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '678', 'b', 'Expansion', 'Expansion', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '678', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '678', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '678', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '680', 'a', 'Heading or subdivision term', 'Heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '680', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '680', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '680', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '680', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '680', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '681', 'a', 'Subject heading or subdivision term', 'Subject heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '681', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '681', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '681', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '681', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '682', 'a', 'Replacement heading', 'Replacement heading', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '682', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '682', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '682', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '683', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '683', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '683', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '683', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '683', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '683', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '683', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '683', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '683', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '688', 'a', 'Application history note', 'Application history note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '688', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '688', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '688', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '751', 'a', 'Geographic name', 'Geographic name', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '751', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '751', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '751', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '751', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '751', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '751', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '751', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '751', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '751', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '751', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '751', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '781', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '781', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '781', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '781', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '781', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '781', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '781', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '781', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '781', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '781', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '788', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '788', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '788', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '788', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '788', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '788', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '788', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'a', 'Host name', 'Host name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'b', 'Access number', 'Access number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'c', 'Compression information', 'Compression information', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'd', 'Path', 'Path', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'f', 'Electronic name', 'Electronic name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'h', 'Processor of request', 'Processor of request', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'i', 'Instruction', 'Instruction', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'j', 'Bits per second', 'Bits per second', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'k', 'Password', 'Password', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'l', 'Logon', 'Logon', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'n', 'Name of location of host', 'Name of location of host', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'o', 'Operating system', 'Operating system', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'p', 'Port', 'Port', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'r', 'Settings', 'Settings', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 's', 'File size', 'File size', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'y', 'Link text', 'Link text', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', '2', 'Access method', 'Access method', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', '3', 'Materials specified', 'Materials specified', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'a', 'a', 'a', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'b', 'b', 'b', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'c', 'c', 'c', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'd', 'd', 'd', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'e', 'e', 'e', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'f', 'f', 'f', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'g', 'g', 'g', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'h', 'h', 'h', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'i', 'i', 'i', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'j', 'j', 'j', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'k', 'k', 'k', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'l', 'l', 'l', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'm', 'm', 'm', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'n', 'n', 'n', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'o', 'o', 'o', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'p', 'p', 'p', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'q', 'q', 'q', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'r', 'r', 'r', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 's', 's', 's', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 't', 't', 't', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'u', 'u', 'u', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'v', 'v', 'v', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'w', 'w', 'w', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'x', 'x', 'x', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'y', 'y', 'y', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', 'z', 'z', 'z', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', '0', '0', '0', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', '1', '1', '1', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', '2', '2', '2', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', '3', '3', '3', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', '4', '4', '4', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', '5', '5', '5', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', '6', '6', '6', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', '7', '7', '7', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', '8', '8', '8', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '880', '9', '9', '9', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GEOGR_NAME', '942', 'a', 'Koha auth type', 'Koha auth type', 0, 1, 9, NULL, NULL, NULL, 0, 8, '', 'auth_header.authtypecode', '');
-
+-- copy from default auth framework except obsoleted tags
+
+INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+    SELECT 'GEOGR_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+    FROM auth_tag_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','110','111','130','148','150','155','162',
+                      '180','182','185','014','020','022','031','640',
+                      '641','642','643','644','645','646');
+
+INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+    SELECT 'GEOGR_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+    FROM auth_subfield_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','110','111','130','148','150','155','162',
+                      '180','182','185','014','020','022','031','640',
+                      '641','642','643','644','645','646');
 
 -- ******************************************************
 
-
-
 -- *******************************************************************
--- GENRE/FORM TERM AUTHORITY FIELDS/SUBFIELDS.
+-- GENRE/FORM TERMS AUTHORITY FIELDS/SUBFIELDS. X55
 -- *******************************************************************
 
--- These ought to be adjusted for different less conflicting and more
--- rationally chosen fields and subfields but I had left that for last.
-
--- ADJUST ME
--- Use values from your dump of auth_tag_structure and auth_subfield_structure
--- to provide support for your Koha database.
-
-
-INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`) VALUES
-               ('GENRE/FORM', '000', 'LEADER', 'LEADER', 0, 1, NULL),
-               ('GENRE/FORM', '001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 1, NULL),
-               ('GENRE/FORM', '003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, NULL),
-               ('GENRE/FORM', '005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, NULL),
-               ('GENRE/FORM', '008', 'FIXED-LENGTH DATA ELEMENTS', 'FIXED-LENGTH DATA ELEMENTS', 0, 1, NULL),
-               ('GENRE/FORM', '010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, NULL),
-               ('GENRE/FORM', '016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, NULL),
-               ('GENRE/FORM', '024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL),
-               ('GENRE/FORM', '035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL),
-               ('GENRE/FORM', '040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL),
-               ('GENRE/FORM', '042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, NULL),
-               ('GENRE/FORM', '043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL),
-               ('GENRE/FORM', '045', 'TIME PERIOD OF HEADING', 'TIME PERIOD OF HEADING', 0, 0, NULL),
-               ('GENRE/FORM', '050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL),
-               ('GENRE/FORM', '052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL),
-               ('GENRE/FORM', '053', 'LC CLASSIFICATION NUMBER', 'LC CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('GENRE/FORM', '055', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 'NATIONAL LIBRARY AND ARCHIVE OF CANADA CALL NUMBER', 1, 0, NULL),
-               ('GENRE/FORM', '060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL),
-               ('GENRE/FORM', '065', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('GENRE/FORM', '066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL),
-               ('GENRE/FORM', '070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL),
-               ('GENRE/FORM', '072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL),
-               ('GENRE/FORM', '073', 'SUBDIVISION USAGE', 'SUBDIVISION USAGE', 0, 0, NULL),
-               ('GENRE/FORM', '082', 'DEWEY DECIMAL CALL NUMBER', 'DEWEY DECIMAL CALL NUMBER', 1, 0, NULL),
-               ('GENRE/FORM', '083', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('GENRE/FORM', '086', 'GOVERNMENT DOCUMENT CALL NUMBER', 'GOVERNMENT DOCUMENT CALL NUMBER', 1, 0, NULL),
-               ('GENRE/FORM', '087', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL),
-               ('GENRE/FORM', '090', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('GENRE/FORM', '091', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 0, 0, NULL),
-               ('GENRE/FORM', '092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('GENRE/FORM', '093', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('GENRE/FORM', '096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('GENRE/FORM', '097', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
-               ('GENRE/FORM', '098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, NULL),
-               ('GENRE/FORM', '099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, NULL),
-               ('GENRE/FORM', '155', 'HEADING--GENRE/FORM TERM', 'HEADING--GENRE/FORM TERM', 0, 0, NULL),
-               ('GENRE/FORM', '185', 'HEADING--FORM SUBDIVISION', 'HEADING--FORM SUBDIVISION', 0, 0, NULL),
-               ('GENRE/FORM', '260', 'COMPLEX SEE REFERENCE--SUBJECT', 'COMPLEX SEE REFERENCE--SUBJECT', 1, 0, NULL),
-               ('GENRE/FORM', '360', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 1, 0, NULL),
-               ('GENRE/FORM', '400', 'SEE FROM TRACING--PERSONAL NAME', 'SEE FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('GENRE/FORM', '410', 'SEE FROM TRACING--CORPORATE NAME', 'SEE FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('GENRE/FORM', '411', 'SEE FROM TRACING--MEETING NAME', 'SEE FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('GENRE/FORM', '430', 'SEE FROM TRACING--UNIFORM TITLE', 'SEE FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('GENRE/FORM', '448', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('GENRE/FORM', '450', 'SEE FROM TRACING--TOPICAL TERM', 'SEE FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('GENRE/FORM', '451', 'SEE FROM TRACING--GEOGRAPHIC NAME', 'SEE FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('GENRE/FORM', '455', 'SEE FROM TRACING--GENRE/FORM TERM', 'SEE FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('GENRE/FORM', '480', 'SEE FROM TRACING--GENERAL SUBDIVISION', 'SEE FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('GENRE/FORM', '481', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('GENRE/FORM', '482', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('GENRE/FORM', '485', 'SEE FROM TRACING--FORM SUBDIVISION', 'SEE FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('GENRE/FORM', '500', 'SEE ALSO FROM TRACING--PERSONAL NAME', 'SEE ALSO FROM TRACING--PERSONAL NAME', 1, 0, NULL),
-               ('GENRE/FORM', '510', 'SEE ALSO FROM TRACING--CORPORATE NAME', 'SEE ALSO FROM TRACING--CORPORATE NAME', 1, 0, NULL),
-               ('GENRE/FORM', '511', 'SEE ALSO FROM TRACING--MEETING NAME', 'SEE ALSO FROM TRACING--MEETING NAME', 1, 0, NULL),
-               ('GENRE/FORM', '530', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
-               ('GENRE/FORM', '548', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
-               ('GENRE/FORM', '550', 'SEE ALSO FROM TRACING--TOPICAL TERM', 'SEE ALSO FROM TRACING--TOPICAL TERM', 1, 0, NULL),
-               ('GENRE/FORM', '551', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
-               ('GENRE/FORM', '555', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
-               ('GENRE/FORM', '580', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('GENRE/FORM', '581', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
-               ('GENRE/FORM', '582', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
-               ('GENRE/FORM', '585', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
-               ('GENRE/FORM', '663', 'COMPLEX SEE ALSO REFERENCE--NAME', 'COMPLEX SEE ALSO REFERENCE--NAME', 0, 0, NULL),
-               ('GENRE/FORM', '664', 'COMPLEX SEE REFERENCE--NAME', 'COMPLEX SEE REFERENCE--NAME', 0, 0, NULL),
-               ('GENRE/FORM', '665', 'HISTORY REFERENCE', 'HISTORY REFERENCE', 0, 0, NULL),
-               ('GENRE/FORM', '666', 'GENERAL EXPLANATORY REFERENCE--NAME', 'GENERAL EXPLANATORY REFERENCE--NAME', 0, 0, NULL),
-               ('GENRE/FORM', '667', 'NONPUBLIC GENERAL NOTE', 'NONPUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('GENRE/FORM', '670', 'SOURCE DATA FOUND', 'SOURCE DATA FOUND', 1, 0, NULL),
-               ('GENRE/FORM', '675', 'SOURCE DATA NOT FOUND', 'SOURCE DATA NOT FOUND', 0, 0, NULL),
-               ('GENRE/FORM', '678', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL),
-               ('GENRE/FORM', '680', 'PUBLIC GENERAL NOTE', 'PUBLIC GENERAL NOTE', 1, 0, NULL),
-               ('GENRE/FORM', '681', 'SUBJECT EXAMPLE TRACING NOTE', 'SUBJECT EXAMPLE TRACING NOTE', 1, 0, NULL),
-               ('GENRE/FORM', '682', 'DELETED HEADING INFORMATION', 'DELETED HEADING INFORMATION', 0, 0, NULL),
-               ('GENRE/FORM', '683', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('GENRE/FORM', '688', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
-               ('GENRE/FORM', '750', 'ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM', 'ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM', 1, 0, NULL),
-               ('GENRE/FORM', '755', 'ESTABLISHED HEADING LINKING ENTRY--GENRE/FORM TERM', 'ESTABLISHED HEADING LINKING ENTRY--GENRE/FORM TERM', 1, 0, NULL),
-               ('GENRE/FORM', '780', 'SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION', 'SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION', 1, 0, NULL),
-               ('GENRE/FORM', '785', 'SUBDIVISION LINKING ENTRY--FORM SUBDIVISION', 'SUBDIVISION LINKING ENTRY--FORM SUBDIVISION', 1, 0, NULL),
-               ('GENRE/FORM', '788', 'COMPLEX LINKING ENTRY DATA', 'COMPLEX LINKING ENTRY DATA', 0, 0, NULL),
-               ('GENRE/FORM', '856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL),
-               ('GENRE/FORM', '880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL),
-        ('GENRE/FORM', '942', 'KOHA INTERNAL USE', 'KOHA INTERNAL USE', 0, 1, NULL);
-
-
-INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`) VALUES
-               ('GENRE/FORM', '000', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_leader_authorities.pl', NULL, 0, 0, '', '', ''),
-                ('GENRE/FORM', '001', '@', 'control field', 'control field', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', 'auth_header.authid', ''),
-                ('GENRE/FORM', '003', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-                ('GENRE/FORM', '005', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_005.pl', NULL, 0, 0, '', '', ''),
-                ('GENRE/FORM', '008', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_field_008_authorities.pl', NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '010', 'a', 'LC control number', 'LC control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '016', 'a', 'Record control number', 'Record control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '016', 'z', 'Canceled/invalid record control number', 'Canceled/invalid record control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '016', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '024', '2', 'Source of number or code', 'Source of number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '024', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '035', 'a', 'System control number', 'System control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '035', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 1, 0, NULL, 'marc21_field_003.pl', NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '040', 'e', 'Description conventions', 'Description conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '040', 'f', 'Subject heading or thesaurus conventions', 'Subject heading or thesaurus conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '040', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '042', 'a', 'Authentication code', 'Authentication code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '043', 'c', 'ISO code', 'ISO code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '043', '2', 'Source of local code', 'Source of local code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '043', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '045', 'a', 'Time period code', 'Time period code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '045', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '050', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '050', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '050', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '050', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '050', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '052', 'd', 'Populated place name', 'Populated place name', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '052', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '052', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '053', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '053', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '053', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '053', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '053', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '053', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '055', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '055', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '055', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '055', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '055', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '060', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '060', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '060', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '060', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '060', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '065', 'a', 'Classification number element--single number or beginning of span', 'Classification number element--single number or beginning of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '065', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '065', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '065', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '065', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '065', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '065', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '070', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '070', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '070', 'd', 'Volume/dates to which call number applies', 'Volume/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '070', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '072', 'a', 'Subject category code', 'Subject category code', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '072', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '072', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '073', 'a', 'Subdivision usage', 'Subdivision usage', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '073', 'z', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '073', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '073', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '082', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '082', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '082', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '082', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '082', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '082', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '083', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '083', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '083', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '083', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '083', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '083', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '083', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '083', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '086', 'a', 'Call number', 'Call number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '086', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '086', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '086', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '086', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '086', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '087', 'a', 'Classification number element--Single number or beginning number of span', 'Classification number element--Single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '087', 'b', 'Classification number element--Ending number of span', 'Classification number element--Ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '087', 'c', 'Explanatory information', 'Explanatory information', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '087', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '087', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '087', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'a', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'b', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'f', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', 'z', 'Cancelled/invalid call number', 'Cancelled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '090', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '091', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '091', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '091', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '091', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '091', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '091', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '091', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '091', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '092', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '092', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '092', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '092', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '092', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '092', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '092', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '092', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '093', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '093', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '093', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '093', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '093', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '093', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '093', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '093', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '096', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '096', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '096', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '096', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '096', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '096', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '096', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '096', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '097', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '097', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '097', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '097', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '097', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '097', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '097', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '097', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '098', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '098', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '098', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '098', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '098', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '098', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '098', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '099', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '099', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '099', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '099', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '099', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '099', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '099', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '099', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '155', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 1, NULL, NULL, '''155v'',''155x'',''155z'',''155y''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '155', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '155', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '155', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '155', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '155', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '155', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '185', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '185', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '185', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '185', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '185', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '185', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '260', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '260', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '260', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '360', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '360', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '360', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '360', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'a', 'Personal name', 'Personal name', 0, 0, 4, NULL, NULL, '''400b'',''400c'',''400q'',''400d'',''400t'',''400o'',''400m'',''400r'',''400s'',''400k'',''400n'',''400p'',''400g'',''400l'',''400f'',''400h'',''400x'',''400z'',''400y'',''400v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'b', 'Numeration', 'Numeration', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''410b'',''410c'',''410d'',''410t'',''410o'',''410m'',''410r'',''410s'',''410k'',''410n'',''410p'',''410g'',''410l'',''410f'',''410h'',''410x'',''410z'',''410y'',''410v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''411e'',''411c'',''411d'',''411t'',''411s'',''411k'',''411n'',''411p'',''411g'',''411l'',''411f'',''411h'',''411x'',''411z'',''411y'',''411v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'b', 'Number {OBSOLETE]', 'Number {OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'a', 'Uniform title', 'Uniform title', 0, 0, 4, NULL, NULL, '''430o'',''430m'',''430r'',''430s'',''430d'',''430k'',''430n'',''430p'',''430g'',''430l'',''430f'',''430h'',''430t'',''430x'',''430z'',''430y'',''430v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 's', 'Version', 'Version', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '430', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '448', 'a', 'Chronological term', 'Chronological term', 0, 0, 4, NULL, NULL, '''448y'',''448x'',''448z'',''448v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '448', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '448', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '448', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '448', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '448', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '448', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '448', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '448', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '448', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '450', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 4, NULL, NULL, '''450x'',''450z'',''450y'',''450v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '450', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '450', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '450', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '450', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '450', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '450', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '450', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '450', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '450', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '450', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL, NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '451', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '451', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '451', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '451', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '451', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '451', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '451', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '451', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '451', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL, NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '455', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '455', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '455', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '455', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '455', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '455', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '455', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '455', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '455', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '480', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '480', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '480', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '480', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '480', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '480', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '480', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '480', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '480', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '481', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '481', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '481', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '481', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '481', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '481', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '481', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '481', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '481', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '482', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '482', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '482', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '482', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '482', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '482', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '482', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '482', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '482', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '485', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '485', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '485', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '485', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '485', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '485', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '485', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '485', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '485', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'a', 'Personal name', 'Personal name', 0, 0, 5, NULL, NULL, '''500b'',''500c'',''500q'',''500d'',''500t'',''500o'',''500m'',''500r'',''500s'',''500k'',''500n'',''500p'',''500g'',''500l'',''500f'',''500h'',''500x'',''500z'',''500y'',''500v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'b', 'Numeration', 'Numeration', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''510b'',''510c'',''510d'',''510t'',''510o'',''510m'',''510r'',''510s'',''510k'',''510n'',''510p'',''510g'',''510l'',''510f'',''510h'',''510x'',''510z'',''510y'',''510v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''511e'',''511c'',''511d'',''511t'',''511s'',''511k'',''511n'',''511p'',''511g'',''511l'',''511f'',''511h'',''511x'',''511z'',''511y'',''511v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'c', 'Location of meeting', 'Location of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'd', 'Date of meeting', 'Date of meeting', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'a', 'Uniform title', 'Uniform title', 0, 0, 5, NULL, NULL, '''530o'',''530m'',''530r'',''530s'',''530d'',''530k'',''530n'',''530p'',''530g'',''530l'',''530f'',''530h'',''530t'',''530x'',''530z'',''530y'',''530v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 's', 'Version', 'Version', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5, NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '548', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '548', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '548', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '548', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '548', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '548', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '548', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '548', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '548', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '548', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '550', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 5, NULL, NULL, '''550x'',''550z'',''550y'',''550v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '550', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '550', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '550', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '550', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '550', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '550', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '550', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '550', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '550', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '550', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '551', 'a', 'Geographic name', 'Geographic name', 0, 0, 5, NULL, NULL, '''551z'',''551x'',''551y'',''551v''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '551', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '551', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '551', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '551', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '551', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '551', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '551', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '551', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '551', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '551', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '555', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 5, NULL, NULL, '''555v'',''555x'',''555z'',''555y''', 0, 0, '', '', ''),
-               ('GENRE/FORM', '555', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '555', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '555', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '555', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '555', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '555', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '555', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '555', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '555', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '580', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '580', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '580', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '580', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '580', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '580', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '580', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '580', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '580', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '581', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '581', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '581', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '581', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '581', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '581', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '581', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '581', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '581', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '582', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '582', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '582', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '582', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '582', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '582', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '582', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '582', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '582', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '582', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '585', 'i', 'Reference instruction phrase', 'Reference instruction phrase', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '585', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '585', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '585', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '585', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '585', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '585', '0', 'Record control number', 'Record control number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '585', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '585', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '663', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '663', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '663', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '663', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '663', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '664', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '664', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '664', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '664', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '664', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '665', 'a', 'History reference', 'History reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '665', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '665', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '666', 'a', 'General explanatory reference', 'General explanatory reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '666', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '666', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '667', 'a', 'Nonpublic general note', 'Nonpublic general note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '667', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '667', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '667', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '670', 'a', 'Source citation', 'Source citation', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '670', 'b', 'Information found', 'Information found', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '670', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '670', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '670', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '675', 'a', 'Source citation', 'Source citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '675', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '675', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '678', 'a', 'Biographical or historical data', 'Biographical or historical data', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '678', 'b', 'Expansion', 'Expansion', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '678', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '678', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '678', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '680', 'a', 'Heading or subdivision term', 'Heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '680', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '680', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '680', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '680', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '680', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '681', 'a', 'Subject heading or subdivision term', 'Subject heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '681', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '681', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '681', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '681', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '682', 'a', 'Replacement heading', 'Replacement heading', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '682', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '682', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '682', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '683', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '683', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '683', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '683', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '683', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '683', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '683', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '683', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '683', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '688', 'a', 'Application history note', 'Application history note', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '688', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '688', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '688', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', 'c', 'Location of event', 'Location of event', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', 'd', 'Active date', 'Active date', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '750', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '755', 'a', 'Genre/form term as entry element', 'Genre/form term as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '755', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '755', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '755', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '755', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '755', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '755', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '755', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '780', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '780', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '780', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '780', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '780', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '780', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '780', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '780', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '780', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '785', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '785', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '785', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '785', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '785', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '785', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '785', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '785', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '785', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '788', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '788', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '788', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '788', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '788', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '788', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '788', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'a', 'Host name', 'Host name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'b', 'Access number', 'Access number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'c', 'Compression information', 'Compression information', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'd', 'Path', 'Path', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'f', 'Electronic name', 'Electronic name', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'h', 'Processor of request', 'Processor of request', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'i', 'Instruction', 'Instruction', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'j', 'Bits per second', 'Bits per second', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'k', 'Password', 'Password', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'l', 'Logon', 'Logon', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'n', 'Name of location of host', 'Name of location of host', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'o', 'Operating system', 'Operating system', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'p', 'Port', 'Port', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'r', 'Settings', 'Settings', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 's', 'File size', 'File size', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'y', 'Link text', 'Link text', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', '2', 'Access method', 'Access method', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', '3', 'Materials specified', 'Materials specified', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'a', 'a', 'a', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'b', 'b', 'b', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'c', 'c', 'c', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'd', 'd', 'd', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'e', 'e', 'e', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'f', 'f', 'f', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'g', 'g', 'g', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'h', 'h', 'h', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'i', 'i', 'i', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'j', 'j', 'j', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'k', 'k', 'k', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'l', 'l', 'l', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'm', 'm', 'm', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'n', 'n', 'n', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'o', 'o', 'o', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'p', 'p', 'p', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'q', 'q', 'q', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'r', 'r', 'r', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 's', 's', 's', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 't', 't', 't', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'u', 'u', 'u', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'v', 'v', 'v', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'w', 'w', 'w', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'x', 'x', 'x', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'y', 'y', 'y', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', 'z', 'z', 'z', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', '0', '0', '0', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', '1', '1', '1', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', '2', '2', '2', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', '3', '3', '3', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', '4', '4', '4', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', '5', '5', '5', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', '6', '6', '6', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', '7', '7', '7', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', '8', '8', '8', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '880', '9', '9', '9', 1, 0, 8, NULL, NULL, NULL, 0, 0, '', '', ''),
-               ('GENRE/FORM', '942', 'a', 'Koha auth type', 'Koha auth type', 0, 1, 9, NULL, NULL, NULL, 0, 8, '', 'auth_header.authtypecode', '');
-
+-- copy from default auth framework except obsoleted tags
+
+INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
+    SELECT 'GENRE/FORM', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
+    FROM auth_tag_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','110','111','130','148','150','151','162',
+                      '180','181','182','014','020','022','031','640',
+                      '641','642','643','644','645','646');
+
+INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
+mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
+    SELECT 'GENRE/FORM', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
+    authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
+    FROM auth_subfield_structure
+    WHERE authtypecode = '' AND
+    tagfield NOT IN ( '058','063','068','084','088','140','143','153',
+                      '154','253','353','453','553','668','671','676',
+                      '684','685','686','687','753','754',
+                      '761','763','764','765','766','768') AND
+    tagfield NOT IN ( '100','110','111','130','148','150','151','162',
+                      '180','181','182','014','020','022','031','640',
+                      '641','642','643','644','645','646');
 
+-- ******************************************************
index 6f2e028..a1c99d8 100644 (file)
@@ -1,32 +1,16 @@
 -- *************************************************************
---  KOHA 3.0 MARC 21 STANDARD DEFAULT BIBLIOGRAPHIC FRAMEWORK
---
---                     PRETEST VERSION 0.1.7
---                          2007-11-05
---
---                            edited
---                            by thd
---
---                          BASED UPON
---
 --     KOHA MARC 21 STANDARD DEFAULT BIBLIOGRAPHIC FRAMEWORK
 --
---                     PRETEST VERSION 0.2.8
---                          2007-11-05
 --
 --     original default requiring greater user customisation
 --                  created by a few Koha Hands
 --                    guided by Paul POULAIN
---
---          revised and greatly enlarged to completion,
---               well not quite complete yet today
---           but close enough for someone to have use,
 --                      by thd for LibLime
+--
+--           Revised to Update No. 17 (September 2013)
 -- *************************************************************
 
 
-
-
 -- ******************************************************
 -- KOHA RECORD AND HOLDINGS MANAGEMENT FIELDS/SUBFIELDS.
 -- ******************************************************
 
 -- Current Record ID Field/Subfields
 
-INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', '');
+INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
+               ('999', 'Sys Number locale (Koha)', 'Sys Number locale (Koha)', 1, 0, '', '');
 
-INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
+INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
                ('999', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, NULL, -1, NULL, NULL, '', NULL, -5, '', '', '', NULL),
                ('999', 'b', 'Koha Dewey Subclass [OBSOLETE]', 'Koha Dewey Subclass [OBSOLETE]', 0, 0, NULL, 0, NULL, NULL, '', NULL, -5, '', '', '', NULL),
                ('999', 'c', 'Koha biblionumber', 'Koha biblionumber', 0, 0, 'biblio.biblionumber', -1, NULL, NULL, '', NULL, -5, '', '', '', NULL),
@@ -67,22 +51,22 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Current primary biblioitems Field/Subfields
 
 
-INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', '');
+INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
+               ('942', 'Dati aggiuntivi (Koha)', 'Dati aggiuntivi (Koha)', 0, 0, '', '');
 
-INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, '', '', '', NULL),
-               ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, '', '', '', NULL),
-               ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, '', '', '', NULL),
+INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
+               ('942', '0', 'Numero prestiti (tutte le copie)', 'Numero prestiti (tutte le copie)', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, '', '', '', NULL),
+               ('942', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, '', '', '', NULL),
+               ('942', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, '', '', '', NULL),
                ('942', 'a', 'Institution code [OBSOLETE]', 'Institution code [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -5, '', '', '', NULL),
-               ('942', 'c', 'Koha [default] item type', 'Koha item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, '', '', '', NULL),
-               ('942', 'e', 'Edition', 'Edition', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, '', '', '', NULL),
-               ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, '', '', '', NULL),
-               ('942', 'i', 'Item part', 'Item part', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 0, '', '', '', NULL),
-               ('942', 'k', 'Call number prefix', 'Call number prefix', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, '', '', '', NULL),
-               ('942', 'm', 'Call number suffix', 'Call number suffix', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, '', '', '', NULL),
-               ('942', 'n', 'Suppress in OPAC', 'Suppress in OPAC', 0, 0, NULL, 9, '', '', '', 0, 0, '', '', '', NULL),
-               ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', NULL, -5, '', '', '', NULL);
+               ('942', 'c', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, '', '', '', NULL),
+               ('942', 'e', 'Edizione', 'Edizione', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, '', '', '', NULL),
+               ('942', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, '', '', '', NULL),
+               ('942', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 0, '', '', '', NULL),
+               ('942', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, '', '', '', NULL),
+               ('942', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, '', '', '', NULL),
+               ('942', 'n', 'Nasconto in Opac', 'Nasconto in Opac', 0, 0, NULL, 9, '', '', '', 0, 0, '', '', '', NULL),
+               ('942', 's', 'Flag seriale', 'Flag seriale', 0, 0, 'biblio.serial', 9, '', '', '', NULL, -5, '', '', '', NULL);
 
 
 -- ******************************************************
@@ -99,45 +83,45 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Current Items Field/Subfields
 
 
-INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('952', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', '');
+INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
+               ('952', 'Dati di copia (Koha)', 'Dati di copia (Koha)', 1, 0, '', '');
 
-INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('952', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, '', '', '', NULL),
-               ('952', '1', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, '', '', '', NULL),
-               ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, '', '', '', NULL),
-               ('952', '3', 'Materials specified (bound volume or other part)', 'Materials specified (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, '', '', '', NULL),
-               ('952', '4', 'Damaged status', 'Damaged status', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, '', '', '', NULL),
+INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
+               ('952', '0', 'Ritirato (status)', 'Ritirato (status)', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, '', '', '', NULL),
+               ('952', '1', 'Perso (status)', 'Perso (status)', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, -5, '', '', '', NULL),
+               ('952', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, '', '', '', NULL),
+               ('952', '3', 'Materiali specifici (rilegati o simili)', 'Materiali specifici (rilegati o simili)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, '', '', '', NULL),
+               ('952', '4', 'Danneggiato (status)', 'Danneggiato (status)', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, '', '', '', NULL),
                ('952', '5', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, '', '', '', NULL),
-               ('952', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, '', '', '', NULL),
-               ('952', '7', 'Not for loan', 'Not for loan', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, '', '', '', NULL),
-               ('952', '8', 'Collection code', 'Collection code', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, '', '', '', NULL),
-               ('952', '9', 'Koha itemnumber (autogenerated)', 'Koha itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, '', '', '', NULL),
-               ('952', 'a', 'Permanent location', 'Permanent Location', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL),
-               ('952', 'b', 'Current location', 'Current Location', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL),
-               ('952', 'c', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, '', '', '', NULL),
-               ('952', 'd', 'Date acquired', 'Date acquired', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, '', '', '', NULL),
-               ('952', 'e', 'Source of acquisition', 'Source of acquisition', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, '', '', '', NULL),
-               ('952', 'f', 'Coded location qualifier', 'Coded location qualifier', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, '', '', '', NULL),
-               ('952', 'g', 'Cost, normal purchase price', 'Cost, normal purchase price', 0, 0, 'items.price', 10, '', '', '', 0, 0, '', '', '', NULL),
-               ('952', 'h', 'Serial Enumeration / chronology','Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, '', '', '', NULL),
-        ('952', 'i', 'Inventory number','Inventory number', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, '', '', '', NULL),
-               ('952', 'j', 'Shelving control number', 'Shelving control number', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, '', '', '', NULL),
-               ('952', 'l', 'Total Checkouts', 'Total Checkouts', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, '', '', '', NULL),
-               ('952', 'm', 'Total Renewals', 'Total Renewals', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, '', '', '', NULL),
-               ('952', 'n', 'Total Holds', 'Total Holds', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, '', '', '', NULL),
-               ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, '', '', '', NULL),
-               ('952', 'p', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, '', '', '', NULL),
-               ('952', 'q', 'Checked out', 'Checked out', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, '', '', '', NULL),
-               ('952', 'r', 'Date last seen', 'Date last seen', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, '', '', '', NULL),
-               ('952', 's', 'Date last checked out', 'Date checked out', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, '', '', '', NULL),
-               ('952', 't', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, '', '', '', NULL),
-               ('952', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 1, 0, '', '', '', NULL),
-               ('952', 'v', 'Cost, replacement price', 'Cost, replacement price', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, '', '', '', NULL),
-               ('952', 'w', 'Price effective from', 'Price effective from', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, '', '', '', NULL),
-               ('952', 'x', 'Non-public note', 'Non-public note', 0, 0, '', 10, '', '', '', NULL, 1, '', '', '', NULL),
-               ('952', 'y', 'Koha item type', 'Koha item type', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, '', '', '', NULL),
-               ('952', 'z', 'Public note', 'Public note', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, '', '', '', NULL);
+               ('952', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, '', '', '', NULL),
+               ('952', '7', 'Non per il presito', 'Non per il presito', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, '', '', '', NULL),
+               ('952', '8', 'Codice collezione', 'Codice collezione', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, '', '', '', NULL),
+               ('952', '9', 'Numero di copia (ID autogenerato)', 'Numero di copia (ID autogenerato)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, '', '', '', NULL),
+               ('952', 'a', 'Biblioteca proprietaria', 'Biblioteca proprietaria', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL),
+               ('952', 'b', 'Biblioteca in cui si trova', 'Biblioteca in cui si trova', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL),
+               ('952', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, '', '', '', NULL),
+               ('952', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, '', '', '', NULL),
+               ('952', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, '', '', '', NULL),
+               ('952', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, '', '', '', NULL),
+               ('952', 'g', 'Costo, prezzo di acquisto', 'Costo, prezzo di acquisto', 0, 0, 'items.price', 10, '', '', '', 0, 0, '', '', '', NULL),
+               ('952', 'h', 'Enumerazione seriale / cronologia', 'Enumerazione seriale / cronologia', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, '', '', '', NULL),
+               ('952', 'i', 'Numero di inventario', 'Numero di inventario', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, '', '', '', NULL),
+               ('952', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, '', '', '', NULL),
+               ('952', 'l', 'Totale prestiti', 'Totale prestiti', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, '', '', '', NULL),
+               ('952', 'm', 'Totale rinnovi', 'Totale rinnovi', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, '', '', '', NULL),
+               ('952', 'n', 'Totale prenotazioni', 'Totale prenotazioni', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, '', '', '', NULL),
+               ('952', 'o', 'Collocazione', 'Collocazione', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, '', '', '', NULL),
+               ('952', 'p', 'Codice a barre', 'Codice a barre', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, '', '', '', NULL),
+               ('952', 'q', 'Prestito', 'Prestito', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, '', '', '', NULL),
+               ('952', 'r', 'Data ultima operazione', 'Data ultima operazione', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, '', '', '', NULL),
+               ('952', 's', 'Data ultimo prestito', 'Data ultimo prestito', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, '', '', '', NULL),
+               ('952', 't', 'Numero di copia', 'Numero di copia', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, '', '', '', NULL),
+               ('952', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 0, 0, 'items.uri', 10, '', '', '', 1, 0, '', '', '', NULL),
+               ('952', 'v', 'Costo, costo di riacquisto', 'Costo, costo di riacquisto', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, '', '', '', NULL),
+               ('952', 'w', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, '', '', '', NULL),
+               ('952', 'x', 'Nota non pubblica', 'Nota non pubblica', 0, 0, '', 10, '', '', '', NULL, 1, '', '', '', NULL),
+               ('952', 'y', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, '', '', '', NULL),
+               ('952', 'z', 'Nota pubblica', 'Nota pubblica', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, '', '', '', NULL);
 
 
 
@@ -183,278 +167,302 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- directory for lack of time to test for problems.]
 
 
-INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
+INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
                ('000', 'LEADER', 'LEADER', 0, 1, '', ''),
-               ('001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 0, '', ''),
-               ('003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, '', ''),
-               ('005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, '', ''),
-               ('006', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 1, 0, '', ''),
-               ('007', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 1, 0, '', ''),
-               ('008', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 0, 1, '', ''),
+               ('001', 'Numero di controllo', 'Numero di controllo', 0, 0, '', ''),
+               ('003', 'Identificatore del numero di controllo', 'Identificatore del numero di controllo', 0, 1, '', ''),
+               ('005', 'Data e orario dell\'ultima transazione', 'Data e orario dell\'ultima transazione', 0, 1, '', ''),
+               ('006', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 1, 0, '', ''),
+               ('007', 'Campo fisso per la descrizione fisica--informazione generale', 'Campo fisso per la descrizione fisica--informazione generale', 1, 0, '', ''),
+               ('008', 'Elementi di lunghezza fissa--Informazione generale', 'Elementi di lunghezza fissa--Informazione generale', 0, 1, '', ''),
                ('009', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 1, 0, '', ''),
-               ('010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, '', ''),
+               ('010', 'Numero di controllo della Library of Congress', 'Numero di controllo della Library of Congress', 0, 0, '', ''),
                ('011', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 0, 0, '', ''),
-               ('013', 'PATENT CONTROL INFORMATION', 'PATENT CONTROL INFORMATION', 1, 0, '', ''),
-               ('015', 'NATIONAL BIBLIOGRAPHY NUMBER', 'NATIONAL BIBLIOGRAPHY NUMBER', 1, 0, '', ''),
-               ('016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, '', ''),
-               ('017', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 1, 0, '', ''),
-               ('018', 'COPYRIGHT ARTICLE-FEE CODE', 'COPYRIGHT ARTICLE-FEE CODE', 0, 0, '', ''),
-               ('01e', 'CODED FIELD ERROR (RLIN)', 'CODED FIELD ERROR (RLIN)', 1, 0, '', ''),
-               ('020', 'INTERNATIONAL STANDARD BOOK NUMBER', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL, ''),
-               ('022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL, ''),
+               ('013', 'Informazioni impiegate per il controllo di brevetti', 'Informazioni impiegate per il controllo di brevetti', 1, 0, '', ''),
+               ('015', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', ''),
+               ('016', 'Numero di controllo dell\'agenzia bibliografica nazionale', 'Numero di controllo dell\'agenzia bibliografica nazionale', 1, 0, '', ''),
+               ('017', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', ''),
+               ('018', 'Codice di tassa sul copyright dell’articolo', 'Codice di tassa sul copyright dell’articolo', 0, 0, '', ''),
+               ('01e', 'CODED FIELD ERROR (RLIN)', 'CODED FIELD ERROR (RLIN)', 'CODED FIELD ERROR (RLIN)', 0, '', ''),
+               ('020', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, ''),
+               ('022', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, ''),
                ('023', 'STANDARD FILM NUMBER (VM) [DELETED]', 'STANDARD FILM NUMBER (VM) [DELETED]', 1, 0, NULL, ''),
-               ('024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL, ''),
-               ('025', 'OVERSEAS ACQUISITION NUMBER', 'OVERSEAS ACQUISITION NUMBER', 1, 0, '', ''),
-               ('026', 'FINGERPRINT IDENTIFIER', 'FINGERPRINT IDENTIFIER', 1, 0, '', ''),
-               ('027', 'STANDARD TECHNICAL REPORT NUMBER', 'STANDARD TECHNICAL REPORT NUMBER', 1, 0, '', ''),
-               ('028', 'PUBLISHER NUMBER', 'PUBLISHER NUMBER', 1, 0, NULL, ''),
-               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', ' (OCLC)', 1, 0, '', ''),
-               ('030', 'CODEN DESIGNATION', 'CODEN DESIGNATION', 1, 0, '', ''),
-               ('031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, '', ''),
-               ('032', 'POSTAL REGISTRATION NUMBER', 'POSTAL REGISTRATION NUMBER', 1, 0, '', ''),
-               ('033', 'DATE/TIME AND PLACE OF AN EVENT', 'DATE/TIME AND PLACE OF AN EVENT', 1, 0, '', ''),
-               ('034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, '', ''),
-               ('035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL, ''),
-               ('036', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 0, 0, '', ''),
-               ('037', 'SOURCE OF ACQUISITION', 'SOURCE OF ACQUISITION', 1, 0, NULL, ''),
-               ('038', 'RECORD CONTENT LICENSOR', 'RECORD CONTENT LICENSOR', 0, 0, '', ''),
+               ('024', 'Altri identificatori standard', 'Altri identificatori standard', 1, 0, NULL, ''),
+               ('025', 'Numero di acquisito estero', 'Numero di acquisito estero', 1, 0, '', ''),
+               ('026', 'Identificatore dell’impronta', 'Identificatore dell’impronta', 1, 0, '', ''),
+               ('027', 'Standard Technical Report Number', 'Standard Technical Report Number', 1, 0, '', ''),
+               ('028', 'Numero dell’editore', 'Numero dell’editore', 1, 0, NULL, ''),
+               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 1, 0, '', ''),
+               ('030', 'Designazione CODEN', 'Designazione CODEN', 1, 0, '', ''),
+               ('031', 'Informazione sugli incipit musicali', 'Informazione sugli incipit musicali', 1, 0, '', ''),
+               ('032', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 1, 0, '', ''),
+               ('033', 'Data/ora e luogo di un evento', 'Data/ora e luogo di un evento', 1, 0, '', ''),
+               ('034', 'Dati matematici codificati per il materiale cartografico', 'Dati matematici codificati per il materiale cartografico', 1, 0, '', ''),
+               ('035', 'Numero di controllo del sistema', 'Numero di controllo del sistema', 1, 0, NULL, ''),
+               ('036', 'Numero dello studio originale del computer data file', 'Numero dello studio originale del computer data file', 0, 0, '', ''),
+               ('037', 'Fonte d’acquisto', 'Fonte d’acquisto', 1, 0, NULL, ''),
+               ('038', 'Licenza d’uso del contenuto della registrazione', 'Licenza d’uso del contenuto della registrazione', 0, 0, '', ''),
                ('039', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 0, 0, '', ''),
-               ('040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL, ''),
-               ('041', 'LANGUAGE CODE', 'LANGUAGE CODE', 1, 0, '', ''),
-               ('042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, '', ''),
-               ('043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL, ''),
-               ('044', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 0, 0, '', ''),
-               ('045', 'TIME PERIOD OF CONTENT', 'TIME PERIOD OF CONTENT', 0, 0, '', ''),
-               ('046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, '', ''),
-               ('047', 'FORM OF MUSICAL COMPOSITION CODE', 'FORM OF MUSICAL COMPOSITION CODE', 1, 0, '', ''),
-               ('048', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 1, 0, '', ''),
+               ('040', 'Fonte della catalogazione', 'Fonte della catalogazione', 0, 1, NULL, ''),
+               ('041', 'Codice di lingua', 'Codice di lingua', 1, 0, '', ''),
+               ('042', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', ''),
+               ('043', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 0, 0, NULL, ''),
+               ('044', 'Codice del paese dell’ente che pubblica/produce l’item', 'Codice del paese dell’ente che pubblica/produce l’item', 0, 0, '', ''),
+               ('045', 'Periodo di tempo del contenuto', 'Periodo di tempo del contenuto', 0, 0, '', ''),
+               ('046', 'Codice delle date speciali', 'Codice delle date speciali', 1, 0, '', ''),
+               ('047', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', ''),
+               ('048', 'Codice del numero degli strumenti musicali o delle voci', 'Codice del numero degli strumenti musicali o delle voci', 1, 0, '', ''),
                ('049', 'LOCAL HOLDINGS (OCLC)', 'LOCAL HOLDINGS (OCLC)', 0, 0, '', ''),
-               ('050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL, ''),
-               ('051', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 1, 0, NULL, ''),
-               ('052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL, ''),
-               ('055', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 1, 0, NULL, ''),
-               ('060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL, ''),
-               ('061', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 1, 0, NULL, ''),
-               ('066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL, ''),
-               ('070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL, ''),
-               ('071', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 1, 0, NULL, ''),
-               ('072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL, ''),
-               ('074', 'GPO ITEM NUMBER', 'GPO ITEM NUMBER', 1, 0, NULL, ''),
-               ('080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, ''),
-               ('082', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, ''),
-               ('084', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL, ''),
-               ('086', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL, ''),
+               ('050', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 1, 0, NULL, ''),
+               ('051', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 1, 0, NULL, ''),
+               ('052', 'Classificazione geografica', 'Classificazione geografica', 1, 0, NULL, ''),
+               ('055', 'Numero di classificazione assegnati in Canada', 'Numero di classificazione assegnati in Canada', 1, 0, NULL, ''),
+               ('060', 'Numero di chiamata (collocazione) della National Library of Medicine', 'Numero di chiamata (collocazione) della National Library of Medicine', 1, 0, NULL, ''),
+               ('061', 'Formulazione dell’esemplare della National Library of Medicine', 'Formulazione dell’esemplare della National Library of Medicine', 1, 0, NULL, ''),
+               ('066', 'Set di caratteri presenti', 'Set di caratteri presenti', 0, 0, NULL, ''),
+               ('070', 'Numero di chiamata (collocazione) della National Agricultural Library', 'Numero di chiamata (collocazione) della National Agricultural Library', 1, 0, NULL, ''),
+               ('071', 'Formulazione dell’esemplare della National Agricultural Library', 'Formulazione dell’esemplare della National Agricultural Library', 1, 0, NULL, ''),
+               ('072', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 1, 0, NULL, ''),
+               ('074', 'Numero GPO dell’item', 'Numero GPO dell’item', 1, 0, NULL, ''),
+               ('080', 'Numero di classificazione decimale universale', 'Numero di classificazione decimale universale', 1, 0, NULL, ''),
+               ('082', 'Numero di classificazione Decimale Dewey', 'Numero di classificazione Decimale Dewey', 1, 0, NULL, ''),
+               ('083', 'Numero di classificazione Decimale Dewey', 'Numero di classificazione Decimale Dewey', 1, 0, NULL, ''),
+               ('084', 'Numero d’altra classificazione', 'Numero d’altra classificazione', 1, 0, NULL, ''),
+               ('085', 'Componenti numero di classificazione sintetizzato', 'Componenti numero di classificazione sintetizzato', 1, 0, NULL, ''),
+               ('086', 'Numero di classificazione di documento governativo', 'Numero di classificazione di documento governativo', 1, 0, NULL, ''),
                ('087', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 1, 0, NULL, ''),
-               ('088', 'REPORT NUMBER', 'REPORT NUMBER', 1, 0, NULL, ''),
-               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, '', ''),
+               ('088', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, ''),
+               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 1, 0, '', ''),
                ('091', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 0, 0, '', ''),
                ('092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, '', ''),
                ('096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, '', ''),
                ('098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, '', ''),
                ('099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, '', ''),
-               ('100', 'MAIN ENTRY--PERSONAL NAME', 'MAIN ENTRY--PERSONAL NAME', 0, 0, NULL, ''),
-               ('110', 'MAIN ENTRY--CORPORATE NAME', 'MAIN ENTRY--CORPORATE NAME', 0, 0, NULL, ''),
-               ('111', 'MAIN ENTRY--MEETING NAME', 'MAIN ENTRY--MEETING NAME', 0, 0, NULL, ''),
-               ('130', 'MAIN ENTRY--UNIFORM TITLE', 'MAIN ENTRY--UNIFORM TITLE', 0, 0, NULL, ''),
-               ('210', 'ABBREVIATED TITLE', 'ABBREVIATED TITLE', 1, 0, NULL, ''),
+               ('100', 'Accesso principale -- nome di persona', 'Accesso principale -- nome di persona', 0, 0, NULL, ''),
+               ('110', 'Accesso principale--nome di ente', 'Accesso principale--nome di ente', 0, 0, NULL, ''),
+               ('111', 'Accesso principale--nome di convegno', 'Accesso principale--nome di convegno', 0, 0, NULL, ''),
+               ('130', 'Accesso principale--titolo uniforme', 'Accesso principale--titolo uniforme', 0, 0, NULL, ''),
+               ('210', 'Titolo abbreviato', 'Titolo abbreviato', 1, 0, NULL, ''),
                ('211', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 1, 0, NULL, ''),
                ('212', 'VARIANT ACCESS TITLE [OBSOLETE]', 'VARIANT ACCESS TITLE [OBSOLETE]', 1, 0, NULL, ''),
                ('214', 'AUGMENTED TITLE [OBSOLETE]', 'AUGMENTED TITLE [OBSOLETE]', 1, 0, NULL, ''),
-               ('222', 'KEY TITLE', 'KEY TITLE', 1, 0, NULL, ''),
-               ('240', 'UNIFORM TITLE', 'UNIFORM TITLE', 0, 0, 'Unititle', ''),
+               ('222', 'Titolo chiave', 'Titolo chiave', 1, 0, NULL, ''),
+               ('240', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'Unititle', ''),
                ('241', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 0, 0, '', ''),
-               ('242', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 1, 0, NULL, ''),
-               ('243', 'COLLECTIVE UNIFORM TITLE', 'COLLECTIVE UNIFORM TITLE', 0, 0, '', ''),
-               ('245', 'TITLE STATEMENT', 'TITLE STATEMENT', 0, 1, '', ''),
-               ('246', 'VARYING FORM OF TITLE', 'VARYING FORM OF TITLE', 1, 0, NULL, ''),
-               ('247', 'FORMER TITLE', 'FORMER TITLE', 1, 0, NULL, ''),
-               ('250', 'EDITION STATEMENT', 'EDITION STATEMENT', 0, 0, NULL, ''),
-               ('254', 'MUSICAL PRESENTATION STATEMENT', 'MUSICAL PRESENTATION STATEMENT', 0, 0, NULL, ''),
-               ('255', 'CARTOGRAPHIC MATHEMATICAL DATA', 'CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL, ''),
-               ('256', 'COMPUTER FILE CHARACTERISTICS', 'COMPUTER FILE CHARACTERISTICS', 0, 0, NULL, ''),
-               ('257', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 0, 0, NULL, ''),
-               ('258', 'PHILATELIC ISSUE DATE', 'PHILATELIC ISSUE DATE', 1, 0, NULL, ''),
-               ('260', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 1, 0, NULL, ''),
+               ('242', 'Traduzione del titolo dell’agenzia di catalogazione', 'Traduzione del titolo dell’agenzia di catalogazione', 1, 0, NULL, ''),
+               ('243', 'Titolo uniforme collettivo', 'Titolo uniforme collettivo', 0, 0, '', ''),
+               ('245', 'Formulazione del titolo', 'Formulazione del titolo', 0, 1, '', ''),
+               ('246', 'Varianti del titolo', 'Varianti del titolo', 1, 0, NULL, ''),
+               ('247', 'Titolo precedente', 'Titolo precedente', 1, 0, NULL, ''),
+               ('250', 'Formulazione di edizione', 'Formulazione di edizione', 1, 0, NULL, ''),
+               ('254', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, NULL, ''),
+               ('255', 'Dati matematici del materiale cartografico', 'Dati matematici del materiale cartografico', 1, 0, NULL, ''),
+               ('256', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, NULL, ''),
+               ('257', 'Paese dell’ente produttore dei film d’archivio', 'Paese dell’ente produttore dei film d’archivio', 1, 0, NULL, ''),
+               ('258', 'Dati dell’emissione filatelica', 'Dati dell’emissione filatelica', 1, 0, NULL, ''),
+               ('260', 'Pubblicazione, distribuzione, ecc. (stampa)', 'Pubblicazione, distribuzione, ecc. (stampa)', 1, 0, NULL, ''),
                ('261', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, NULL, ''),
                ('262', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 0, 0, NULL, ''),
-               ('263', 'PROJECTED PUBLICATION DATE', 'PROJECTED PUBLICATION DATE', 0, 0, NULL, ''),
+               ('263', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, NULL, ''),
+               ('264', 'Produzione, pubblicazione, etc di un\'opera', 'Produzione, pubblicazione, etc di un\'opera', 1, 0, NULL, ''),
                ('265', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 0, 0, NULL, ''),
-               ('270', 'ADDRESS', 'ADDRESS', 1, 0, NULL, ''),
-               ('300', 'PHYSICAL DESCRIPTION', 'PHYSICAL DESCRIPTION', 1, 0, NULL, ''),
+               ('270', 'Indirizzo', 'Indirizzo', 1, 0, NULL, ''),
+               ('300', 'Descrizione fisica', 'Descrizione fisica', 1, 0, NULL, ''),
                ('301', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 0, 0, NULL, ''),
                ('302', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 0, 0, NULL, ''),
                ('303', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 0, 0, NULL, ''),
                ('304', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 0, 0, NULL, ''),
                ('305', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 0, 0, NULL, ''),
-               ('306', 'PLAYING TIME', 'PLAYING TIME', 0, 0, NULL, ''),
-               ('307', 'HOURS, ETC.', 'HOURS, ETC.', 1, 0, NULL, ''),
+               ('306', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, NULL, ''),
+               ('307', 'Disponibilità oraria, ecc.', 'Disponibilità oraria, ecc.', 1, 0, NULL, ''),
                ('308', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 1, 0, NULL, ''),
-               ('310', 'CURRENT PUBLICATION FREQUENCY', 'CURRENT PUBLICATION FREQUENCY', 0, 0, NULL, ''),
+               ('310', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, ''),
                ('315', 'FREQUENCY (CF MP) [OBSOLETE]', 'FREQUENCY (CF MP) [OBSOLETE]', 0, 0, NULL, ''),
-               ('321', 'FORMER PUBLICATION FREQUENCY', 'FORMER PUBLICATION FREQUENCY', 1, 0, NULL, ''),
-               ('340', 'PHYSICAL MEDIUM', 'PHYSICAL MEDIUM', 1, 0, NULL, ''),
-               ('342', 'GEOSPATIAL REFERENCE DATA', 'GEOSPATIAL REFERENCE DATA', 1, 0, NULL, ''),
-               ('343', 'PLANAR COORDINATE DATA', 'PLANAR COORDINATE DATA', 1, 0, NULL, ''),
+               ('321', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 1, 0, NULL, ''),
+               ('336', 'Tipo contenuto', 'Tipo contenuto', 1, 0, NULL, ''),
+               ('337', 'Tipo formato', 'Tipo formato', 1, 0, NULL, ''),
+               ('338', 'Formato di trasporto', 'Formato di trasporto', 1, 0, NULL, ''),
+               ('340', 'Supporto fisico', 'Supporto fisico', 1, 0, NULL, ''),
+               ('342', 'Dati di riferimento geospaziale', 'Dati di riferimento geospaziale', 1, 0, NULL, ''),
+               ('343', 'Dati di coordinate piane', 'Dati di coordinate piane', 1, 0, NULL, ''),
+               ('344', 'Caratteristiche del suono', 'Caratteristiche del suono', 1, 0, NULL, ''),
+               ('345', 'Caratteristiche proiezione di immagini in movimento', 'Caratteristiche proiezione di immagini in movimento', 1, 0, NULL, ''),
+               ('346', 'Caratteristiche video', 'Caratteristiche video', 1, 0, NULL, ''),
+               ('347', 'Caratteristiche file digitale', 'Caratteristiche file digitale', 1, 0, NULL, ''),
                ('350', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 1, 0, NULL, ''),
-               ('351', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 1, 0, NULL, ''),
-               ('352', 'DIGITAL GRAPHIC REPRESENTATION', 'DIGITAL GRAPHIC REPRESENTATION', 1, 0, NULL, ''),
-               ('355', 'SECURITY CLASSIFICATION CONTROL', 'SECURITY CLASSIFICATION CONTROL', 1, 0, NULL, ''),
-               ('357', 'ORIGINATOR DISSEMINATION CONTROL', 'ORIGINATOR DISSEMINATION CONTROL', 0, 0, NULL, ''),
+               ('351', 'Organizzazione e l’ordinamento dei materiali', 'Organizzazione e l’ordinamento dei materiali', 1, 0, NULL, ''),
+               ('352', 'Rappresentazione grafica digitale', 'Rappresentazione grafica digitale', 1, 0, NULL, ''),
+               ('355', 'Controllo della classificazione di sicurezza', 'Controllo della classificazione di sicurezza', 1, 0, NULL, ''),
+               ('357', 'Controllo del creatore sulla diffusione', 'Controllo del creatore sulla diffusione', 0, 0, NULL, ''),
                ('359', 'RENTAL PRICE (VM) [OBSOLETE]', 'RENTAL PRICE (VM) [OBSOLETE]', 0, 0, NULL, ''),
-               ('362', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL, ''),
-               ('365', 'TRADE PRICE', 'TRADE PRICE', 1, 0, NULL, ''),
-               ('366', 'TRADE AVAILABILITY INFORMATION', 'TRADE AVAILABILITY INFORMATION', 1, 0, NULL, ''),
+               ('362', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 1, 0, NULL, ''),
+               ('363', 'Data e sequenza normalizzata', 'Data e sequenza normalizzata', 1, 0, NULL, ''),
+               ('365', 'Prezzo commerciale', 'Prezzo commerciale', 1, 0, NULL, ''),
+               ('366', 'Informazione sulla disponibilità editoriale', 'Informazione sulla disponibilità editoriale', 1, 0, NULL, ''),
+               ('377', 'Lingua associata', 'Lingua associata', 1, 0, NULL, ''),
+               ('380', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, NULL, ''),
+               ('381', 'Altre caratteristiche distintive dell\'emissione o espressione', 'Altre caratteristiche distintive dell\'emissione o espressione', 1, 0, NULL, ''),
+               ('382', 'Modalità dell\'esecuzione', 'Modalità dell\'esecuzione', 1, 0, NULL, ''),
+               ('383', 'Designazione numerica dell\'opera musicale', 'Designazione numerica dell\'opera musicale', 1, 0, NULL, ''),
+               ('384', 'Chiave musicale', 'Chiave musicale', 0, 0, NULL, ''),
+               ('385', 'Caratteristiche del pubblico', 'Caratteristiche del pubblico', 1, 0, NULL, ''),
+               ('386', 'Caratteristiche del creatore/contributore', 'Caratteristiche del creatore/contributore', 1, 0, NULL, ''),
                ('400', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, ''),
                ('410', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, ''),
                ('411', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, ''),
-               ('440', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 1, 0, NULL, ''),
-               ('490', 'SERIES STATEMENT', 'SERIES STATEMENT', 1, 0, '', ''),
-               ('500', 'GENERAL NOTE', 'GENERAL NOTE', 1, 0, NULL, ''),
-               ('501', 'WITH NOTE', 'WITH NOTE', 1, 0, NULL, ''),
-               ('502', 'DISSERTATION NOTE', 'DISSERTATION NOTE', 1, 0, NULL, ''),
+               ('440', 'Formulazione della serie/accesso aggiunto--titolo', 'Formulazione della serie/accesso aggiunto--titolo', 1, 0, NULL, ''),
+               ('490', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', ''),
+               ('500', 'Nota generale', 'Nota generale', 1, 0, NULL, ''),
+               ('501', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 1, 0, NULL, ''),
+               ('502', 'Nota di dissertazione', 'Nota di dissertazione', 1, 0, NULL, ''),
                ('503', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 1, 0, NULL, ''),
-               ('504', 'BIBLIOGRAPHY, ETC. NOTE', 'BIBLIOGRAPHY, ETC. NOTE', 1, 0, NULL, ''),
-               ('505', 'FORMATTED CONTENTS NOTE', 'FORMATTED CONTENTS NOTE', 1, 0, NULL, ''),
-               ('506', 'RESTRICTIONS ON ACCESS NOTE', 'RESTRICTIONS ON ACCESS NOTE', 1, 0, NULL, ''),
-               ('507', 'SCALE NOTE FOR GRAPHIC MATERIAL', 'SCALE NOTE FOR GRAPHIC MATERIAL', 0, 0, NULL, ''),
-               ('508', 'CREATION/PRODUCTION CREDITS NOTE', 'CREATION/PRODUCTION CREDITS NOTE', 1, 0, NULL, ''),
+               ('504', 'Nota di bibliografia', 'Nota di bibliografia', 1, 0, NULL, ''),
+               ('505', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 1, 0, NULL, ''),
+               ('506', 'Nota sulle restrizioni all\'accesso', 'Nota sulle restrizioni all\'accesso', 1, 0, NULL, ''),
+               ('507', 'Nota di scala per materiale grafico', 'Nota di scala per materiale grafico', 0, 0, NULL, ''),
+               ('508', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 1, 0, NULL, ''),
                ('509', 'INFORMAL NOTES (RLIN)', 'INFORMAL NOTES (RLIN)', 0, 0, NULL, ''),
-               ('510', 'CITATION/REFERENCES NOTE', 'CITATION/REFERENCES NOTE', 1, 0, NULL, ''),
-               ('511', 'PARTICIPANT OR PERFORMER NOTE', 'PARTICIPANT OR PERFORMER NOTE', 1, 0, NULL, ''),
+               ('510', 'Nota di citazione/riferimenti esterni', 'Nota di citazione/riferimenti esterni', 1, 0, NULL, ''),
+               ('511', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 1, 0, NULL, ''),
                ('512', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 1, 0, NULL, ''),
-               ('513', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 1, 0, NULL, ''),
-               ('514', 'DATA QUALITY NOTE', 'DATA QUALITY NOTE', 0, 0, NULL, ''),
-               ('515', 'NUMBERING PECULIARITIES NOTE', 'NUMBERING PECULIARITIES NOTE', 1, 0, NULL, ''),
-               ('516', 'TYPE OF COMPUTER FILE OR DATA NOTE', 'TYPE OF COMPUTER FILE OR DATA NOTE', 1, 0, NULL, ''),
+               ('513', 'Nota di tipo di rapporto e periodo coperto', 'Nota di tipo di rapporto e periodo coperto', 1, 0, NULL, ''),
+               ('514', 'Nota sulla qualità dei dati', 'Nota sulla qualità dei dati', 0, 0, NULL, ''),
+               ('515', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 1, 0, NULL, ''),
+               ('516', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 1, 0, NULL, ''),
                ('517', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 0, 0, NULL, ''),
-               ('518', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 1, 0, NULL, ''),
-               ('520', 'SUMMARY, ETC.', 'SUMMARY, ETC.', 1, 0, NULL, ''),
-               ('521', 'TARGET AUDIENCE NOTE', 'TARGET AUDIENCE NOTE', 1, 0, NULL, ''),
-               ('522', 'GEOGRAPHIC COVERAGE NOTE', 'GEOGRAPHIC COVERAGE NOTE', 1, 0, NULL, ''),
+               ('518', 'Nota sulla data/ora e luogo di un evento', 'Nota sulla data/ora e luogo di un evento', 1, 0, NULL, ''),
+               ('520', 'Riassunto, ecc.', 'Riassunto, ecc.', 1, 0, NULL, ''),
+               ('521', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, ''),
+               ('522', 'Nota di copertura geografica', 'Nota di copertura geografica', 1, 0, NULL, ''),
                ('523', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 0, 0, NULL, ''),
-               ('524', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 1, 0, NULL, ''),
-               ('525', 'SUPPLEMENT NOTE', 'SUPPLEMENT NOTE', 0, 0, NULL, ''),
-               ('526', 'STUDY PROGRAM INFORMATION NOTE', 'STUDY PROGRAM INFORMATION NOTE', 0, 0, NULL, ''),
+               ('524', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 1, 0, NULL, ''),
+               ('525', 'Nota di supplemento', 'Nota di supplemento', 1, 0, NULL, ''),
+               ('526', 'Nota d’informazione sul programma di studi', 'Nota d’informazione sul programma di studi', 1, 0, NULL, ''),
                ('527', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 1, 0, NULL, ''),
-               ('530', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 1, 0, NULL, ''),
-               ('533', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, ''),
-               ('534', 'ORIGINAL VERSION NOTE', 'ORIGINAL VERSION NOTE', 1, 0, NULL, ''),
-               ('535', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 1, 0, NULL, ''),
-               ('536', 'FUNDING INFORMATION NOTE', 'FUNDING INFORMATION NOTE', 1, 0, NULL, ''),
+               ('530', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 1, 0, NULL, ''),
+               ('533', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, ''),
+               ('534', 'Nota sulla versione originale', 'Nota sulla versione originale', 1, 0, NULL, ''),
+               ('535', 'Nota sulla localizzazione degli originali/duplicati', 'Nota sulla localizzazione degli originali/duplicati', 1, 0, NULL, ''),
+               ('536', 'Nota d’informazione sul finanziamento', 'Nota d’informazione sul finanziamento', 1, 0, NULL, ''),
                ('537', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 0, 0, NULL, ''),
-               ('538', 'SYSTEM DETAILS NOTE', 'SYSTEM DETAILS NOTE', 1, 0, NULL, ''),
-               ('540', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, ''),
-               ('541', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 1, 0, NULL, ''),
+               ('538', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 1, 0, NULL, ''),
+               ('540', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, ''),
+               ('541', 'Nota sulla fonte immediata d\'acquisto', 'Nota sulla fonte immediata d\'acquisto', 1, 0, NULL, ''),
+               ('542', 'Informazioni sullo status del copyright', 'Informazioni sullo status del copyright', 1, 0, NULL, ''),
                ('543', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 1, 0, NULL, ''),
-               ('544', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 1, 0, NULL, ''),
-               ('545', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL, ''),
-               ('546', 'LANGUAGE NOTE', 'LANGUAGE NOTE', 1, 0, NULL, ''),
-               ('547', 'FORMER TITLE COMPLEXITY NOTE', 'FORMER TITLE COMPLEXITY NOTE', 1, 0, NULL, ''),
-               ('550', 'ISSUING BODY NOTE', 'ISSUING BODY NOTE', 1, 0, NULL, ''),
-               ('552', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 1, 0, NULL, ''),
-               ('555', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 1, 0, NULL, ''),
-               ('556', 'INFORMATION ABOUT DOCUMENTATION NOTE', 'INFORMATION ABOUT DOCUMENTATION NOTE', 1, 0, NULL, ''),
-               ('561', 'OWNERSHIP AND CUSTODIAL HISTORY', 'OWNERSHIP AND CUSTODIAL HISTORY', 1, 0, NULL, ''),
-               ('562', 'COPY AND VERSION IDENTIFICATION NOTE', 'COPY AND VERSION IDENTIFICATION NOTE', 1, 0, NULL, ''),
-               ('563', 'BINDING INFORMATION', 'BINDING INFORMATION', 1, 0, NULL, ''),
-               ('565', 'CASE FILE CHARACTERISTICS NOTE', 'CASE FILE CHARACTERISTICS NOTE', 1, 0, NULL, ''),
-               ('567', 'METHODOLOGY NOTE', 'METHODOLOGY NOTE', 1, 0, NULL, ''),
+               ('544', 'Nota sulla localizzazione d’altri materiali d’archivio', 'Nota sulla localizzazione d’altri materiali d’archivio', 1, 0, NULL, ''),
+               ('545', 'Dati biografici o storici', 'Dati biografici o storici', 1, 0, NULL, ''),
+               ('546', 'Nota sulla lingua', 'Nota sulla lingua', 1, 0, NULL, ''),
+               ('547', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 1, 0, NULL, ''),
+               ('550', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 1, 0, NULL, ''),
+               ('552', 'Nota d’informazione sull’ente e l’attributo', 'Nota d’informazione sull’ente e l’attributo', 1, 0, NULL, ''),
+               ('555', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 1, 0, NULL, ''),
+               ('556', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 1, 0, NULL, ''),
+               ('561', 'Storia della proprietà e custodia', 'Storia della proprietà e custodia', 1, 0, NULL, ''),
+               ('562', 'Nota d\'identificazione della copia e della versione', 'Nota d\'identificazione della copia e della versione', 1, 0, NULL, ''),
+               ('563', 'Informazione sulla rilegatura', 'Informazione sulla rilegatura', 1, 0, NULL, ''),
+               ('565', 'Nota sulle caratteristiche della singola pratica', 'Nota sulle caratteristiche della singola pratica', 1, 0, NULL, ''),
+               ('567', 'Nota sulla metodologia', 'Nota sulla metodologia', 1, 0, NULL, ''),
                ('570', 'EDITOR NOTE (SE) [OBSOLETE]', 'EDITOR NOTE (SE) [OBSOLETE]', 1, 0, NULL, ''),
-               ('580', 'LINKING ENTRY COMPLEXITY NOTE', 'LINKING ENTRY COMPLEXITY NOTE', 1, 0, NULL, ''),
-               ('581', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 1, 0, NULL, ''),
+               ('580', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 1, 0, NULL, ''),
+               ('581', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 1, 0, NULL, ''),
                ('582', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 1, 0, NULL, ''),
-               ('583', 'ACTION NOTE', 'ACTION NOTE', 1, 0, NULL, ''),
-               ('584', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 1, 0, NULL, ''),
-               ('585', 'EXHIBITIONS NOTE', 'EXHIBITIONS NOTE', 1, 0, NULL, ''),
-               ('586', 'AWARDS NOTE', 'AWARDS NOTE', 1, 0, NULL, ''),
+               ('583', 'Nota d’azione', 'Nota d’azione', 1, 0, NULL, ''),
+               ('584', 'Nota di accumulo e di frequenza d’uso', 'Nota di accumulo e di frequenza d’uso', 1, 0, NULL, ''),
+               ('585', 'Nota di mostre', 'Nota di mostre', 1, 0, NULL, ''),
+               ('586', 'Nota di premi', 'Nota di premi', 1, 0, NULL, ''),
+               ('588', 'Nota sulla fonte della discrezione', 'Nota sulla fonte della discrezione', 1, 0, NULL, ''),
                ('590', 'LOCAL NOTE (RLIN)', 'LOCAL NOTE (RLIN)', 1, 0, NULL, ''),
-               ('600', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, ''),
-               ('610', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, ''),
-               ('611', 'SUBJECT ADDED ENTRY--MEETING NAME', 'SUBJECT ADDED ENTRY--MEETING NAME', 1, 0, NULL, ''),
-               ('630', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, ''),
-               ('648', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL, ''),
-               ('650', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 1, 0, NULL, ''),
-               ('651', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 1, 0, NULL, ''),
+               ('600', 'Accesso aggiunto di soggetto-–Nome di persona', 'Accesso aggiunto di soggetto-–Nome di persona', 1, 0, NULL, ''),
+               ('610', 'Accesso aggiunto di soggetto--nome di ente', 'Accesso aggiunto di soggetto--nome di ente', 1, 0, NULL, ''),
+               ('611', 'Accesso aggiunto di soggetto--nome di convegno', 'Accesso aggiunto di soggetto--nome di convegno', 1, 0, NULL, ''),
+               ('630', 'Accesso aggiunto di soggetto--titolo uniforme', 'Accesso aggiunto di soggetto--titolo uniforme', 1, 0, NULL, ''),
+               ('648', 'Accesso aggiunto di soggetto--termine cronologico', 'Accesso aggiunto di soggetto--termine cronologico', 1, 0, NULL, ''),
+               ('650', 'Accesso aggiunto di soggetto--termine topico', 'Accesso aggiunto di soggetto--termine topico', 1, 0, NULL, ''),
+               ('651', 'Accesso aggiunto di soggetto--nome geografico', 'Accesso aggiunto di soggetto--nome geografico', 1, 0, NULL, ''),
                ('652', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 1, 0, NULL, ''),
-               ('653', 'INDEX TERM--UNCONTROLLED', 'INDEX TERM--UNCONTROLLED', 1, 0, NULL, ''),
-               ('654', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 1, 0, NULL, ''),
-               ('655', 'INDEX TERM--GENRE/FORM', 'INDEX TERM--GENRE/FORM', 1, 0, NULL, ''),
-               ('656', 'INDEX TERM--OCCUPATION', 'INDEX TERM--OCCUPATION', 1, 0, NULL, ''),
-               ('657', 'INDEX TERM--FUNCTION', 'INDEX TERM--FUNCTION', 1, 0, NULL, ''),
-               ('658', 'INDEX TERM--CURRICULUM OBJECTIVE', 'INDEX TERM--CURRICULUM OBJECTIVE', 1, 0, NULL, ''),
-               ('662', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, ''),
+               ('653', 'Termine d’indicizzazione--non controllato', 'Termine d’indicizzazione--non controllato', 1, 0, NULL, ''),
+               ('654', 'Accesso aggiunto di soggetto--termini topici faccettati', 'Accesso aggiunto di soggetto--termini topici faccettati', 1, 0, NULL, ''),
+               ('655', 'Termine d’indicizzazione--genere/forma', 'Termine d’indicizzazione--genere/forma', 1, 0, NULL, ''),
+               ('656', 'Termine d’indicizzazione--occupazione', 'Termine d’indicizzazione--occupazione', 1, 0, NULL, ''),
+               ('657', 'Termine d’indicizzazione--funzione', 'Termine d’indicizzazione--funzione', 1, 0, NULL, ''),
+               ('658', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 1, 0, NULL, ''),
+               ('662', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 1, 0, NULL, ''),
                ('690', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', ''),
                ('691', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 1, 0, '', ''),
                ('696', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', ''),
                ('697', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', ''),
                ('698', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', ''),
                ('699', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', ''),
-               ('700', 'ADDED ENTRY--PERSONAL NAME', 'ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, ''),
+               ('700', 'Accesso aggiunto--nome di persona', 'Accesso aggiunto--nome di persona', 1, 0, NULL, ''),
                ('705', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, ''),
-               ('710', 'ADDED ENTRY--CORPORATE NAME', 'ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, ''),
-               ('711', 'ADDED ENTRY--MEETING NAME', 'ADDED ENTRY--MEETING NAME', 1, 0, NULL, ''),
+               ('710', 'Accesso aggiunto--nome di ente', 'Accesso aggiunto--nome di ente', 1, 0, NULL, ''),
+               ('711', 'Accesso aggiunto--nome di convegno', 'Accesso aggiunto--nome di convegno', 1, 0, NULL, ''),
                ('715', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, ''),
-               ('720', 'ADDED ENTRY--UNCONTROLLED NAME', 'ADDED ENTRY--UNCONTROLLED NAME', 1, 0, NULL, ''),
-               ('730', 'ADDED ENTRY--UNIFORM TITLE', 'ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, ''),
-               ('740', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 1, 0, NULL, ''),
-               ('752', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, ''),
-               ('753', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 1, 0, NULL, ''),
-               ('754', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 1, 0, NULL, ''),
+               ('720', 'Accesso aggiunto--nome non controllato', 'Accesso aggiunto--nome non controllato', 1, 0, NULL, ''),
+               ('730', 'Accesso aggiunto--titolo uniforme', 'Accesso aggiunto--titolo uniforme', 1, 0, NULL, ''),
+               ('740', 'Accesso aggiunto--titolo analitico/correlato non controllato', 'Accesso aggiunto--titolo analitico/correlato non controllato', 1, 0, NULL, ''),
+               ('751', 'Accccesso aggiunto – nome geografico', 'Accccesso aggiunto – nome geografico', 1, 0, NULL, ''),
+               ('752', 'Accesso aggiunto – nome gerarchico di luogo', 'Accesso aggiunto – nome gerarchico di luogo', 1, 0, NULL, ''),
+               ('753', 'Dettagli sul sistema per accedere ai computer file', 'Dettagli sul sistema per accedere ai computer file', 1, 0, NULL, ''),
+               ('754', 'Accesso aggiunto--identificazione tassonomica', 'Accesso aggiunto--identificazione tassonomica', 1, 0, NULL, ''),
                ('755', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 1, 0, NULL, ''),
-               ('760', 'MAIN SERIES ENTRY', 'MAIN SERIES ENTRY', 1, 0, NULL, ''),
-               ('762', 'SUBSERIES ENTRY', 'SUBSERIES ENTRY', 1, 0, NULL, ''),
-               ('765', 'ORIGINAL LANGUAGE ENTRY', 'ORIGINAL LANGUAGE ENTRY', 1, 0, NULL, ''),
-               ('767', 'TRANSLATION ENTRY', 'TRANSLATION ENTRY', 1, 0, NULL, ''),
-               ('770', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 1, 0, NULL, ''),
-               ('772', 'SUPPLEMENT PARENT ENTRY', 'SUPPLEMENT PARENT ENTRY', 1, 0, NULL, ''),
-               ('773', 'HOST ITEM ENTRY', 'HOST ITEM ENTRY', 1, 0, NULL, ''),
-               ('774', 'CONSTITUENT UNIT ENTRY', 'CONSTITUENT UNIT ENTRY', 1, 0, NULL, ''),
-               ('775', 'OTHER EDITION ENTRY', 'OTHER EDITION ENTRY', 1, 0, NULL, ''),
-               ('776', 'ADDITIONAL PHYSICAL FORM ENTRY', 'ADDITIONAL PHYSICAL FORM ENTRY', 1, 0, NULL, ''),
-               ('777', 'ISSUED WITH ENTRY', 'ISSUED WITH ENTRY', 1, 0, NULL, ''),
-               ('780', 'PRECEDING ENTRY', 'PRECEDING ENTRY', 1, 0, NULL, ''),
-               ('785', 'SUCCEEDING ENTRY', 'SUCCEEDING ENTRY', 1, 0, NULL, ''),
-               ('786', 'DATA SOURCE ENTRY', 'DATA SOURCE ENTRY', 1, 0, NULL, ''),
-               ('787', 'NONSPECIFIC RELATIONSHIP ENTRY', 'NONSPECIFIC RELATIONSHIP ENTRY', 1, 0, NULL, ''),
+               ('760', 'Accesso di serie principale', 'Accesso di serie principale', 1, 0, NULL, ''),
+               ('762', 'Accesso di sottoserie', 'Accesso di sottoserie', 1, 0, NULL, ''),
+               ('765', 'Accesso di lingua originale', 'Accesso di lingua originale', 1, 0, NULL, ''),
+               ('767', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, ''),
+               ('770', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, ''),
+               ('772', 'Accesso di pubblicazione principale', 'Accesso di pubblicazione principale', 1, 0, NULL, ''),
+               ('773', 'Accesso d’item ospite', 'Accesso d’item ospite', 1, 0, NULL, ''),
+               ('774', 'Accesso d’unità costituente', 'Accesso d’unità costituente', 1, 0, NULL, ''),
+               ('775', 'Acceso di un’altra edizione', 'Acceso di un’altra edizione', 1, 0, NULL, ''),
+               ('776', 'Accesso di forma fisica aggiunta', 'Accesso di forma fisica aggiunta', 1, 0, NULL, ''),
+               ('777', 'Accesso di ', 'Accesso di ', 1, 0, NULL, ''),
+               ('780', 'Accesso precedente', 'Accesso precedente', 1, 0, NULL, ''),
+               ('785', 'Accesso successivo', 'Accesso successivo', 1, 0, NULL, ''),
+               ('786', 'Accesso di fonte dei dati', 'Accesso di fonte dei dati', 1, 0, NULL, ''),
+               ('787', 'Accesso di relazione non specificata', 'Accesso di relazione non specificata', 1, 0, NULL, ''),
                ('789', 'COMPONENT ITEM ENTRY (RLIN)', 'COMPONENT ITEM ENTRY (RLIN)', 1, 0, '', ''),
                ('796', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', ''),
                ('797', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', ''),
                ('798', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', ''),
                ('799', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', ''),
-               ('800', 'SERIES ADDED ENTRY--PERSONAL NAME', 'SERIES ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, ''),
-               ('810', 'SERIES ADDED ENTRY--CORPORATE NAME', 'SERIES ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, ''),
-               ('811', 'SERIES ADDED ENTRY--MEETING NAME', 'SERIES ADDED ENTRY--MEETING NAME', 1, 0, NULL, ''),
-               ('830', 'SERIES ADDED ENTRY--UNIFORM TITLE', 'SERIES ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, ''),
+               ('800', 'Accesso aggiunto di serie--nome di persona', 'Accesso aggiunto di serie--nome di persona', 1, 0, NULL, ''),
+               ('810', 'Accesso aggiunto di serie--nome di ente', 'Accesso aggiunto di serie--nome di ente', 1, 0, NULL, ''),
+               ('811', 'Accesso aggiunto di serie--nome di convegno', 'Accesso aggiunto di serie--nome di convegno', 1, 0, NULL, ''),
+               ('830', 'Accesso aggiunto di serie--titolo uniforme', 'Accesso aggiunto di serie--titolo uniforme', 1, 0, NULL, ''),
                ('840', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 1, 0, NULL, ''),
-               ('841', 'HOLDINGS CODED DATA VALUES', 'HOLDINGS CODED DATA VALUES', 0, 0, NULL, ''),
-               ('842', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 0, 0, NULL, ''),
-               ('843', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, ''),
-               ('844', 'NAME OF UNIT', 'NAME OF UNIT', 0, 0, NULL, ''),
-               ('845', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, ''),
-               ('850', 'HOLDING INSTITUTION', 'HOLDING INSTITUTION', 1, 0, NULL, ''),
+               ('841', 'Valori dei dati codificati di posseduti', 'Valori dei dati codificati di posseduti', 0, 0, NULL, ''),
+               ('842', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, NULL, ''),
+               ('843', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, ''),
+               ('844', 'Nome dell’unità', 'Nome dell’unità', 0, 0, NULL, ''),
+               ('845', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, ''),
+               ('850', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, ''),
                ('851', 'LOCATION [OBSOLETE]', 'LOCATION [OBSOLETE]', 1, 0, NULL, ''),
-               ('852', 'LOCATION/CALL NUMBER', 'LOCATION/CALL NUMBER', 1, 0, NULL, ''),
-               ('853', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, ''),
-               ('854', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 1, 0, NULL, ''),
-               ('855', 'CAPTIONS AND PATTERN--INDEXES', 'CAPTIONS AND PATTERN--INDEXES', 1, 0, NULL, ''),
-               ('856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL, ''),
+               ('852', 'Localizzazione', 'Localizzazione', 1, 0, NULL, ''),
+               ('853', 'Legende e modello--unità bibliografica basilare', 'Legende e modello--unità bibliografica basilare', 1, 0, NULL, ''),
+               ('854', 'Legende e modello--supplementi', 'Legende e modello--supplementi', 1, 0, NULL, ''),
+               ('855', 'Legende e modello--indici', 'Legende e modello--indici', 1, 0, NULL, ''),
+               ('856', 'Localizzazione e accesso elettronico', 'Localizzazione e accesso elettronico', 1, 0, NULL, ''),
                ('859', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', ''),
-               ('863', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, ''),
-               ('864', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 1, 0, NULL, ''),
-               ('865', 'ENUMERATION AND CHRONOLOGY--INDEXES', 'ENUMERATION AND CHRONOLOGY--INDEXES', 1, 0, NULL, ''),
-               ('866', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, ''),
-               ('867', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 1, 0, NULL, ''),
-               ('868', 'TEXTUAL HOLDINGS--INDEXES', 'TEXTUAL HOLDINGS--INDEXES', 1, 0, NULL, ''),
+               ('863', 'Numerazione e cronologia--unità bibliografica basilare', 'Numerazione e cronologia--unità bibliografica basilare', 1, 0, NULL, ''),
+               ('864', 'Numerazione e cronologia--supplementi', 'Numerazione e cronologia--supplementi', 1, 0, NULL, ''),
+               ('865', 'Numerazione e cronologia--indici', 'Numerazione e cronologia--indici', 1, 0, NULL, ''),
+               ('866', 'Formulazione testuale di posseduti--unità bibliografica basilare', 'Formulazione testuale di posseduti--unità bibliografica basilare', 1, 0, NULL, ''),
+               ('867', 'Formulazione testuale di posseduti--supplementi', 'Formulazione testuale di posseduti--supplementi', 1, 0, NULL, ''),
+               ('868', 'Formulazione testuale di posseduti--indici', 'Formulazione testuale di posseduti--indici', 1, 0, NULL, ''),
                ('870', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 1, 0, NULL, ''),
                ('871', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 1, 0, NULL, ''),
                ('872', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 1, 0, NULL, ''),
                ('873', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 1, 0, NULL, ''),
-               ('876', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, ''),
-               ('877', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 1, 0, NULL, ''),
-               ('878', 'ITEM INFORMATION--INDEXES', 'ITEM INFORMATION--INDEXES', 1, 0, NULL, ''),
-               ('880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL, ''),
-               ('886', 'FOREIGN MARC INFORMATION FIELD', 'FOREIGN MARC INFORMATION FIELD', 1, 0, NULL, ''),
-               ('887', 'NON-MARC INFORMATION FIELD', 'NON-MARC INFORMATION FIELD', 1, 0, NULL, ''),
+               ('876', 'Informazione sull’item--unità bibliografica basilare', 'Informazione sull’item--unità bibliografica basilare', 1, 0, NULL, ''),
+               ('877', 'Informazione sull’item--supplementi', 'Informazione sull’item--supplementi', 1, 0, NULL, ''),
+               ('878', 'Informazione sull’item--indici', 'Informazione sull’item--indici', 1, 0, NULL, ''),
+               ('880', 'Rappresentazione grafica alternativa', 'Rappresentazione grafica alternativa', 1, 0, NULL, ''),
+               ('882', 'Informazione sul record che sostituisce', 'Informazione sul record che sostituisce', 0, 0, NULL, ''),
+               ('883', 'Provenienza dei metadati generati dalla macchina', 'Provenienza dei metadati generati dalla macchina', 1, 0, NULL, ''),
+               ('886', 'Campo dell’informazione per MARC differenti', 'Campo dell’informazione per MARC differenti', 1, 0, NULL, ''),
+               ('887', 'Campo dell’informazione per non-MARC', 'Campo dell’informazione per non-MARC', 1, 0, NULL, ''),
                ('896', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', ''),
                ('897', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', ''),
                ('898', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', ''),
@@ -481,7 +489,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('948', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 1, 0, '', ''),
                ('949', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', ''),
                ('950', 'LOCAL HOLDINGS (RLIN)', 'LOCAL HOLDINGS (RLIN)', 1, 0, '', ''),
-               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE-GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', ''),
+               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', ''),
                ('955', 'COPY-LEVEL INFORMATION (RLIN)', 'COPY-LEVEL INFORMATION (RLIN)', 1, 0, '', ''),
                ('956', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 1, 0, '', ''),
                ('960', 'PHYSICAL LOCATION (RLIN)', 'PHYSICAL LOCATION (RLIN)', 1, 0, '', ''),
@@ -489,7 +497,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('980', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 1, 0, '', ''),
                ('981', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 1, 0, '', ''),
                ('982', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 1, 0, '', ''),
-               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE--SERIES STATEMENT-TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', ''),
+               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', ''),
                ('984', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 1, 0, '', ''),
                ('987', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 1, 0, '', ''),
                ('990', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 1, 0, '', ''),
@@ -498,222 +506,247 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
 
 
 
-INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, '', '', '', NULL),
-               ('001', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('003', '@', 'control field', 'control field', 0, 1, '', 0, '', '', 'marc21_field_003.pl', 0, 0, '', '', '', NULL),
-               ('005', '@', 'control field', 'control field', 0, 1, '', 0, '', '', 'marc21_field_005.pl', 0, 0, '', '', '', NULL),
-               ('006', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, '', '', '', NULL),
-               ('007', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, '', '', '', NULL),
-               ('008', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, '', '', '', NULL),
-               ('009', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', NULL, 0, -6, '', '', '', NULL),
-               ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('011', 'a', 'LC control number', 'LC control number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('013', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, '', '', '', NULL),
-               ('013', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('013', 'a', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('013', 'b', 'Country', 'Country', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('013', 'c', 'Type of number', 'Type of number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('013', 'd', 'Date', 'Date', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('013', 'e', 'Status', 'Status', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('013', 'f', 'Party to document', 'Party to document', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('015', '2', 'Source', 'Source', 0, 0, '', 0, '', '', NULL, 0, 0, '', '', '', NULL),
-               ('015', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('015', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('015', 'a', 'National bibliography number', 'National bibliography number', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('016', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('016', 'a', 'Record control number', 'Record control number', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('016', 'z', 'Canceled or invalid record control number', 'Canceled or invalid record control number', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('017', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('017', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('017', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('017', 'a', 'Copyright or legal deposit number', 'Copyright or legal deposit number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('017', 'b', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('017', 'd', 'Date', 'Date', 0, 0, '', 0, '', '', NULL, 0, -6, '', '', '', NULL),
-               ('017', 'i', 'Display text', 'Display text', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('018', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('018', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('018', 'a', 'Copyright article-fee code', 'Copyright article-fee code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
+               ('000', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, '', '', '', NULL),
+               ('001', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('003', '@', 'campo di controllo', 'campo di controllo', 0, 1, '', 0, '', '', 'marc21_field_003.pl', 0, 0, '', '', '', NULL),
+               ('005', '@', 'campo di controllo', 'campo di controllo', 0, 1, '', 0, '', '', 'marc21_field_005.pl', 0, 0, '', '', '', NULL),
+               ('006', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, '', '', '', NULL),
+               ('007', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, '', '', '', NULL),
+               ('008', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, '', '', '', NULL),
+               ('009', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('010', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', NULL, 0, -6, '', '', '', NULL),
+               ('010', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('010', 'b', 'Numero di controllo del NUCMC', 'Numero di controllo del NUCMC', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('010', 'z', 'Numero di controllo della LC cancellato o errato', 'Numero di controllo della LC cancellato o errato', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('011', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('013', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, '', '', '', NULL),
+               ('013', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('013', 'a', 'Numero', 'Numero', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('013', 'b', 'Paese', 'Paese', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('013', 'c', 'Tipo di numero', 'Tipo di numero', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('013', 'd', 'Data', 'Data', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('013', 'e', 'Stato', 'Stato', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('013', 'f', 'Parte responsabile del documento', 'Parte responsabile del documento', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('015', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', NULL, 0, 0, '', '', '', NULL),
+               ('015', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('015', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('015', 'a', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('015', 'q', 'Qualificazione', 'Qualificazione', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('015', 'z', 'Numero della bibliografia nazionale cancellato o errato', 'Numero della bibliografia nazionale cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('016', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('016', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('016', 'a', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('016', 'z', 'Numero di controllo della registrazione cancellato o errato', 'Numero di controllo della registrazione cancellato o errato', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('017', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('017', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('017', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('017', 'a', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('017', 'b', 'Agenzia che assegna il numero', 'Agenzia che assegna il numero', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('017', 'd', 'Data', 'Data', 0, 0, '', 0, '', '', NULL, 0, -6, '', '', '', NULL),
+               ('017', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('017', 'z', 'Numero di copyright cancellato o errato', 'Numero di copyright cancellato o errato', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('018', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('018', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('018', 'a', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('01e', 'a', 'Coded field error', 'Coded field error', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('020', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('020', 'z', 'Cancelled/invalid ISBN', 'Cancelled/invalid ISBN', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('022', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('022', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('020', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('020', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('020', 'a', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('020', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('020', 'q', 'Qualificazione', 'Qualificazione', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('020', 'z', 'ISBN cancellato o errato', 'ISBN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('022', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('022', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('022', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('022', 'a', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('022', 'l', 'ISSN-L', 'ISSN-L', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('022', 'm', 'ISSN-L cancellato', 'ISSN-L cancellato', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('022', 'y', 'ISSN errato', 'ISSN errato', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('022', 'z', 'ISSN cancellato', 'ISSN cancellato', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
                ('023', 'a', 'Standard film number', 'Standard film number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('024', '2', 'Source of number or code', 'Source of number or code', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('024', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('024', '2', 'Fonte del numero o codice', 'Fonte del numero o codice', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('024', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('024', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('024', 'a', 'Numero standard o codice', 'Numero standard o codice', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
                ('024', 'b', 'Additional codes following the standard number [OBSOLETE]', 'Additional codes following the standard number [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('025', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('025', 'a', 'Overseas acquisition number', 'Overseas acquisition number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('026', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('026', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('026', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('026', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('026', 'a', 'First and second groups of characters', 'First and second groups of characters', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('026', 'b', 'Third and fourth groups of characters', 'Third and fourth groups of characters', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('026', 'c', 'Date', 'Date', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('026', 'd', 'Number of volume or part', 'Number of volume or part', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('026', 'e', 'unparsed fingerprint', 'unparsed fingerprint', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('027', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('027', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('027', 'a', 'Standard technical report number', 'Standard technical report number', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('027', 'z', 'Canceled/invalid number', 'Canceled/invalid number', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('028', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('028', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('028', 'a', 'Publisher number', 'Publisher number', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('028', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('030', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('030', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('024', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('024', 'd', 'Codici addizionali che seguono il numero standard o codice', 'Codici addizionali che seguono il numero standard o codice', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('024', 'q', 'Qualificazione', 'Qualificazione', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('024', 'z', 'Numero standard o codice, cancellato o errato', 'Numero standard o codice, cancellato o errato', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('025', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('025', 'a', 'Numero d\'acquisto estero', 'Numero d\'acquisto estero', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('026', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('026', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('026', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('026', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('026', 'a', 'Primo e secondo gruppo di caratteri', 'Primo e secondo gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('026', 'b', 'Terzo e quarto gruppo di caratteri', 'Terzo e quarto gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('026', 'c', 'Data', 'Data', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('026', 'd', 'Numero del volume o parte', 'Numero del volume o parte', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('026', 'e', 'Impronta non analizzata', 'Impronta non analizzata', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('027', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('027', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('027', 'a', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('027', 'q', 'Qualificazione', 'Qualificazione', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('027', 'z', 'Numero cancellato o errato', 'Numero cancellato o errato', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('028', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('028', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('028', 'a', 'Numero dell\'editore', 'Numero dell\'editore', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('028', 'b', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('028', 'q', 'Qualificazione', 'Qualificazione', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('029', 'a', 'OCLC library identifier', 'OCLC library identifier', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('029', 'b', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('029', 'c', 'OAI set name', 'OAI set name', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('029', 't', 'Content type identifier', 'Content type identifier', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('030', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('030', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('030', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('030', 'z', 'Canceled/invalid CODEN', 'Canceled/invalid CODEN', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', '2', 'System code', 'System code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'a', 'Number of work', 'Number of work', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'b', 'Number of movement', 'Number of movement', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'e', 'Role', 'Role', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'g', 'Clef', 'Clef', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'n', 'Key signature', 'Key signature', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'o', 'Time signature', 'Time signature', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'p', 'Musical notation', 'Musical notation', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'q', 'General note', 'General note', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'r', 'Key or mode', 'Key or mode', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 's', 'Coded validity note', 'Coded validity note', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 't', 'Text incipit', 'Text incipit', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 0, '', '', '', 1, -6, '', '', '', NULL),
-               ('031', 'y', 'Link text', 'Link text', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('031', 'z', 'Public note', 'Public note', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('032', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, '', '', '', NULL),
-               ('032', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('032', 'a', 'Postal registration number', 'Postal registration number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('032', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('033', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('033', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('033', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('033', 'a', 'Formatted date/time', 'Formatted date/time', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('033', 'b', 'Geographic classification area code', 'Geographic classification area code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('033', 'c', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'a', 'Category of scale', 'Category of scale', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'b', 'Constant ratio linear horizontal scale', 'Constant ratio linear horizontal scale', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'c', 'Constant ratio linear vertical scale', 'Constant ratio linear vertical scale', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'h', 'Angular scale', 'Angular scale', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'p', 'Equinox', 'Equinox', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'r', 'Distrance from earth', 'Distrance from earth', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'x', 'Beginning date', 'Beginning date', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'y', 'Ending date', 'Ending date', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('035', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('030', 'z', 'CODEN cancellato o errato', 'CODEN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', '2', 'Codice di sistema', 'Codice di sistema', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'a', 'Numero di composizione', 'Numero di composizione', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'b', 'Numero di movimento', 'Numero di movimento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'c', 'Numero progressivo nel movimento', 'Numero progressivo nel movimento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'd', 'Titolo o intitolazione', 'Titolo o intitolazione', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'e', 'Personaggio', 'Personaggio', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'g', 'Chiave', 'Chiave', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'm', 'Voce/strumento', 'Voce/strumento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'n', 'Alterazioni', 'Alterazioni', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'o', 'Misura', 'Misura', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'p', 'Contesto musicale', 'Contesto musicale', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'q', 'Nota generale', 'Nota generale', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'r', 'Tonalità o modo', 'Tonalità o modo', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 's', 'Nota codificata di validità', 'Nota codificata di validità', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 't', 'Incipit testuale', 'Incipit testuale', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 0, '', '', '', 1, -6, '', '', '', NULL),
+               ('031', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('031', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('032', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, '', '', '', NULL),
+               ('032', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('032', 'a', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('032', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('033', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('033', '2', 'Fonte', 'Fonte', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('033', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('033', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('033', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('033', 'a', 'Data/ora formattate', 'Data/ora formattate', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('033', 'b', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('033', 'c', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('033', 'p', 'Luogo dell\'evento', 'Luogo dell\'evento', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('034', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('034', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('034', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('034', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'a', 'Categoria della scala', 'Categoria della scala', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'b', 'Rapporto costante (scala orizzontale)', 'Rapporto costante (scala orizzontale)', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'c', 'Rapporto costante (scala verticale)', 'Rapporto costante (scala verticale)', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'd', 'Coordinate--longitudine limite Ovest', 'Coordinate--longitudine limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'e', 'Coordinate--longitudine limite Est', 'Coordinate--longitudine limite Est', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'f', 'Coordinate--latitudine limite Nord', 'Coordinate--latitudine limite Nord', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'g', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'h', 'Scala angolare', 'Scala angolare', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'j', 'Declinazione--limite Nord', 'Declinazione--limite Nord', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'k', 'Declinazione--limite Sud', 'Declinazione--limite Sud', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'm', 'Ascensione retta--limite Est', 'Ascensione retta--limite Est', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'n', 'Ascensione retta--limite Ovest', 'Ascensione retta--limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'p', 'Equinozio', 'Equinozio', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'r', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 's', 'Latitudine del perimetro', 'Latitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 't', 'Longitudine del perimetro', 'Longitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'x', 'Data d\'inizio', 'Data d\'inizio', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'y', 'Data di fine', 'Data di fine', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('034', 'z', 'Nome dell\'oggetto extraterrestre', 'Nome dell\'oggetto extraterrestre', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('035', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('035', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('035', 'a', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('036', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('036', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('036', 'a', 'Original study number', 'Original study number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('036', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('037', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('037', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('037', 'a', 'Stock number', 'Stock number', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('037', 'b', 'Source of stock number/acquisition', 'Source of stock number/acquisition', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('037', 'c', 'Terms of availability', 'Terms of availability', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('037', 'f', 'Form of issue', 'Form of issue', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('037', 'g', 'Additional format characteristics', 'Additional format characteristics', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('037', 'n', 'Note', 'Note', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('038', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('038', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('038', 'a', 'Record content licensor', 'Record content licensor', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('035', 'z', 'Numero di controllo del sistema cancellato o errato', 'Numero di controllo del sistema cancellato o errato', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('036', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('036', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('036', 'a', 'Numero dello studio originale', 'Numero dello studio originale', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('036', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('037', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('037', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('037', 'a', 'Numero di magazzino', 'Numero di magazzino', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('037', 'b', 'Fonte del numero di magazzino/d\'acquisto', 'Fonte del numero di magazzino/d\'acquisto', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('037', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('037', 'f', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('037', 'g', 'Caratteristiche addizionali di formato', 'Caratteristiche addizionali di formato', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('037', 'n', 'Nota', 'Nota', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('038', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('038', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('038', 'a', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('039', 'a', 'Level of rules in bibliographic description', 'Level of rules in bibliographic description', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('039', 'b', 'Level of effort used to assign nonsubject heading access points', 'Level of effort used to assign nonsubject heading access points', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('039', 'c', 'Level of effort used to assign subject headings', 'Level of effort used to assign subject headings', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('039', 'd', 'Level of effort used to assign classification', 'Level of effort used to assign classification', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('039', 'e', 'Number of fixed field character positions coded', 'Number of fixed field character positions coded', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('040', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 1, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('040', 'e', 'Description conventions', 'Description conventions', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('041', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('041', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('041', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('041', 'a', 'Language code of text/sound track or separate title', 'Language code of text/sound track or separate title', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('041', 'b', 'Language code of summary or abstract/overprinted title or subtitle', 'Language code of summary or abstract/overprinted title or subtitle', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('040', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('040', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('040', 'a', 'Agenzia catalografica originale', 'Agenzia catalografica originale', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('040', 'b', 'Lingua della catalogazione', 'Lingua della catalogazione', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('040', 'c', 'Agenzia che fa la trascrizione', 'Agenzia che fa la trascrizione', 0, 1, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('040', 'd', 'Agenzia che fa la modifica', 'Agenzia che fa la modifica', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('040', 'e', 'Regole di descrizione', 'Regole di descrizione', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('041', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('041', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('041', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('041', 'a', 'Codice di lingua del testo/traccia sonora o titolo separato', 'Codice di lingua del testo/traccia sonora o titolo separato', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('041', 'b', 'Codice di lingua del riassunto, estratto o sottotitoli', 'Codice di lingua del riassunto, estratto o sottotitoli', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('041', 'c', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('041', 'd', 'Language code of sung or spoken text', 'Language code of sung or spoken text', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('041', 'e', 'Language code of librettos', 'Language code of librettos', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('041', 'f', 'Language code of table of contents', 'Language code of table of contents', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('041', 'g', 'Language code of accompanying material other than librettos', 'Language code of accompanying material other than librettos', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('041', 'h', 'Language code of original and/or intermediate translations of text', 'Language code of original and/or intermediate translations of text', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('042', 'a', 'Authentication code', 'Authentication code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('043', '2', 'Source of local code', 'Source of local code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('043', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('043', 'c', 'ISO code', 'ISO code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('044', '2', 'Source of local subentity code', 'Source of local subentity code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('044', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('044', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('044', 'a', 'MARC country code', 'MARC country code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('044', 'b', 'Local subentity code', 'Local subentity code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('044', 'c', 'ISO country code', 'ISO country code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('045', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('045', 'a', 'Time period code', 'Time period code', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', '2', 'Source of date', 'Source of date', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', 'a', 'Type of date code', 'Type of date code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', 'b', 'Date 1 (B.C. date)', 'Date 1 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', 'c', 'Date 1 (C.E. date)', 'Date 1 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', 'd', 'Date 2 (B.C. date)', 'Date 2 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', 'e', 'Date 2 (C.E. date)', 'Date 2 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', 'j', 'Date resource modified', 'Date resource modified', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', 'l', 'Ending date created', 'Ending date created', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', 'm', 'Beginning of date valid', 'Beginning of date valid', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('046', 'n', 'End of date valid', 'End of date valid', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('047', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('047', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('047', 'a', 'Form of musical composition code', 'Form of musical composition code', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('048', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('048', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('048', 'a', 'Performer or ensemble', 'Performer or ensemble', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
-               ('048', 'b', 'Soloist', 'Soloist', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('041', 'd', 'Codice della lingua del testo cantato o parlato', 'Codice della lingua del testo cantato o parlato', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('041', 'e', 'Codice della lingua dei libretti', 'Codice della lingua dei libretti', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('041', 'f', 'Codice della lingua del sommario', 'Codice della lingua del sommario', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('041', 'g', 'Codice della lingua del materiale allegato diverso dai libretti', 'Codice della lingua del materiale allegato diverso dai libretti', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('041', 'h', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('041', 'j', 'Codice della lingua dei sottotitoli', 'Codice della lingua dei sottotitoli', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('041', 'k', 'Codici delle lingue usate nelle traduzioni intermedie', 'Codici delle lingue usate nelle traduzioni intermedie', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('041', 'm', 'Codice della lingua della lingua originale del materiale allegato diverso dai libretti', 'Codice della lingua della lingua originale del materiale allegato diverso dai libretti', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('041', 'n', 'Codice della lingua originale dei libretti', 'Codice della lingua originale dei libretti', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('042', 'a', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('043', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('043', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('043', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('043', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('043', 'a', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('043', 'b', 'Codice locale GAC (codice dell\'area geografica)', 'Codice locale GAC (codice dell\'area geografica)', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('043', 'c', 'Codice ISO', 'Codice ISO', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('044', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('044', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('044', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('044', 'a', 'Codice MARC del paese', 'Codice MARC del paese', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('044', 'b', 'Codice di sottoente locale', 'Codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('044', 'c', 'Codice ISO del paese', 'Codice ISO del paese', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('045', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('045', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('045', 'a', 'Codice di periodo di tempo', 'Codice di periodo di tempo', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('045', 'b', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('045', 'c', 'Periodo di tempo formattato anteriore al 9999 a.C.', 'Periodo di tempo formattato anteriore al 9999 a.C.', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', '2', 'Fonte della data', 'Fonte della data', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', 'a', 'Codice di tipo di data', 'Codice di tipo di data', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', 'b', 'Data 1 (data a.C.)', 'Data 1 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', 'c', 'Data 1 (data d.C.)', 'Data 1 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', 'd', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', 'e', 'Data 2 (data d.C.)', 'Data 2 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', 'j', 'Data della modifica della risorsa', 'Data della modifica della risorsa', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', 'k', 'Data iniziale di creazione o data semplice', 'Data iniziale di creazione o data semplice', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', 'l', 'Data finale di creazione', 'Data finale di creazione', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', 'm', 'Data iniziale di validità', 'Data iniziale di validità', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', 'n', 'Data finale di validità', 'Data finale di validità', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', 'o', 'Data singola o data iniziale per il contenuto aggregato', 'Data singola o data iniziale per il contenuto aggregato', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('046', 'p', 'Data finale per il contenuto aggregato', 'Data finale per il contenuto aggregato', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('047', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('047', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('047', 'a', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('048', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('048', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('048', 'a', 'Esecutore o complesso', 'Esecutore o complesso', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
+               ('048', 'b', 'Solista', 'Solista', 1, 0, '', 0, '', '', '', 0, -1, '', '', '', NULL),
                ('049', 'a', 'Holding library', 'Holding library', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('049', 'c', 'Copy statement', 'Copy statement', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('049', 'd', 'Definition of bibliographic subdivisions', 'Definition of bibliographic subdivisions', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
@@ -727,82 +760,108 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('049', 's', 'Fifth bibliographic subdivision', 'Fifth bibliographic subdivision', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('049', 't', 'Sixth bibliographic subdivision', 'Sixth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('049', 'u', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('049', 'v', 'Primary bibliographic subdivision', 'Primary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('049', 'v', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('049', 'y', 'Inclusive dates of publication or coverage', 'Inclusive dates of publication or coverage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('050', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('050', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('050', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
-               ('050', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('050', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('050', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('050', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('050', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
+               ('050', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, 0, '', '', '', NULL),
                ('050', 'd', 'Supplementary class number (MU) [OBSOLETE]', 'Supplementary class number (MU) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('051', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('051', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('051', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('051', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('052', '2', 'Code Source', 'Code Source', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('052', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('051', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('051', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('051', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('051', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('052', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('052', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('052', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('052', 'a', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('052', 'b', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('052', 'c', 'Subject (MP) [OBSOLETE]', 'Subject (MP) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('052', 'd', 'Populated place name', 'Populated place name', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('055', '2', 'Source of call/class number', 'Source of call/class number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('055', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('055', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('055', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('060', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('060', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('061', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('061', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('061', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('061', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('070', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('070', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('071', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('071', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('071', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('071', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('072', '2', 'Source', 'Source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('072', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('072', 'a', 'Subject category code', 'Subject category code', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('074', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('074', 'a', 'GPO item number', 'GPO item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('074', 'z', 'Canceled/invalid GPO item number', 'Canceled/invalid GPO item number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('080', '2', 'Edition identifier', 'Edition identifier', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('080', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('080', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('082', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, 0, '', '', '', NULL),
-               ('082', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
-               ('082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
-               ('082', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, 0, '', '', '', NULL),
-               ('082', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, 0, '', '', '', NULL),
-               ('084', '2', 'Source of number', 'Source of number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('084', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('084', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('084', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('086', '2', 'Number source', 'Number source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('086', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('086', 'a', 'Classification number', 'Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('086', 'z', 'Canceled/invalid classification number', 'Canceled/invalid classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('052', 'd', 'Nome di luogo abitato', 'Nome di luogo abitato', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('055', '2', 'Fonte del numero di chiamata/classe', 'Fonte del numero di chiamata/classe', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('055', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('055', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('055', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('055', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('060', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('060', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('060', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('061', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('061', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('061', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('061', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('066', 'a', 'Set di caratteri primario G0', 'Set di caratteri primario G0', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('066', 'b', 'Set di caratteri primario G1', 'Set di caratteri primario G1', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('066', 'c', 'Set di caratteri alternativo G0 o G1', 'Set di caratteri alternativo G0 o G1', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('070', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('070', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('070', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('071', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('071', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('071', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('071', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
+               ('072', '2', 'Fonte', 'Fonte', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('072', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('072', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('072', 'a', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('072', 'x', 'Suddivisione del codice di categoria di soggetto', 'Suddivisione del codice di categoria di soggetto', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('074', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('074', 'a', 'Numero GPO dell\'item', 'Numero GPO dell\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('074', 'z', 'Numero GPO dell\'item cancellato/errato', 'Numero GPO dell\'item cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('080', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('080', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('080', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('080', 'a', 'Numero di Classificazione decimale universale', 'Numero di Classificazione decimale universale', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('080', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('080', 'x', 'Suddivisione ausiliare comune', 'Suddivisione ausiliare comune', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('082', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, 0, '', '', '', NULL),
+               ('082', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('082', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('082', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, 0, '', '', '', NULL),
+               ('082', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, 0, '', '', '', NULL),
+               ('082', 'm', 'Designazione standard o opzionale', 'Designazione standard o opzionale', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('082', 'q', 'Agenzia che assegna il numero', 'Agenzia che assegna il numero', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('083', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('083', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('083', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('083', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('083', 'c', 'Numero di classificazione – fine intervallo', 'Numero di classificazione – fine intervallo', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('083', 'm', 'Designazione standard o opzionale', 'Designazione standard o opzionale', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('083', 'q', 'Agenzia che assegna il numero', 'Agenzia che assegna il numero', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('083', 'y', 'Numero sequenza tavola per aggiunta o ordinamento interno', 'Numero sequenza tavola per aggiunta o ordinamento interno', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('083', 'z', 'Identificazione tavola', 'Identificazione tavola', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('084', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('084', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('084', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('084', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('084', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('084', 'q', 'Agenzia che assegna il numero', 'Agenzia che assegna il numero', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', 'a', 'Numero o inizio di un intervallo', 'Numero o inizio di un intervallo', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', 'b', 'Numero di base', 'Numero di base', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', 'c', 'Numero di classificazione – fine intervallo', 'Numero di classificazione – fine intervallo', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', 'f', 'Designatore faccetta', 'Designatore faccetta', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', 'r', 'Numero radice', 'Numero radice', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', 's', 'Numeri aggiunti per costruire la stringa', 'Numeri aggiunti per costruire la stringa', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', 't', 'Numeri aggiunti da partizione interna o tavola aggiunta', 'Numeri aggiunti da partizione interna o tavola aggiunta', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', 'u', 'Numero da analizzare', 'Numero da analizzare', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', 'v', 'Numeri aggiunti da partizione interna o tavola aggiunta dove trovate le istruzioni', 'Numeri aggiunti da partizione interna o tavola aggiunta dove trovate le istruzioni', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', 'w', 'Identificazione tavola – partizione interna o tavola aggiunta', 'Identificazione tavola – partizione interna o tavola aggiunta', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', 'y', 'Numero sequenza tavola per aggiunta o ordinamento interno', 'Numero sequenza tavola per aggiunta o ordinamento interno', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('085', 'z', 'Identificazione tavola', 'Identificazione tavola', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('086', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('086', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('086', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('086', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('086', 'z', 'Numero di classificazione cancellato/errato', 'Numero di classificazione cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -1, '', '', '', NULL),
                ('087', 'a', 'Report number [OBSOLETE, CAN/MARC]', 'Report number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('087', 'z', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('088', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('088', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('088', 'a', 'Report number', 'Report number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('088', 'z', 'Canceled/invalid report number', 'Canceled/invalid report number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('088', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('088', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('088', 'a', 'Numero di rapporto', 'Numero di rapporto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('088', 'z', 'Numero di rapporto cancellato/errato', 'Numero di rapporto cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('090', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('090', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL),
@@ -817,1754 +876,2005 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL),
                ('090', 'z', 'Retention, VOL (RLIN)', 'Retention, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, '', '', '', NULL),
                ('091', 'a', 'Microfilm shelf location', 'Microfilm shelf location', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('092', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
-               ('092', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
-               ('092', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('092', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('092', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('092', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
                ('092', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('096', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
-               ('096', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('096', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('096', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
                ('096', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
                ('098', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('099', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
+               ('099', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, -6, '', '', '', NULL),
                ('099', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
                ('099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
-               ('100', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL),
-               ('100', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
-               ('100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
+               ('100', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('100', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL),
+               ('100', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
+               ('100', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
                ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
-               ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, 0, '', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
-               ('100', 'b', 'Numeration', 'Numeration', 0, 0, '', 1, '', '', '', 0, -1, '', '', '', NULL),
-               ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 1, '', '', '', 0, -1, '', '', '', NULL),
-               ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL),
-               ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL),
-               ('100', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
-               ('100', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
-               ('100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
-               ('100', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
-               ('100', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
-               ('100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
-               ('100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
-               ('100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL),
-               ('100', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
-               ('100', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
-               ('110', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', NULL, 0, '', '', '', NULL),
-               ('110', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
-               ('110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('100', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, 0, '', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
+               ('100', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 1, '', '', '', 0, -1, '', '', '', NULL),
+               ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 1, '', '', '', 0, -1, '', '', '', NULL),
+               ('100', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL),
+               ('100', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL),
+               ('100', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
+               ('100', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
+               ('100', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
+               ('100', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
+               ('100', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
+               ('100', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
+               ('100', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
+               ('100', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 1, '', '', '', 0, 0, '', '', '', NULL),
+               ('100', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
+               ('100', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', 0, -6, '', '', '', NULL),
+               ('110', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('110', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', NULL, 0, '', '', '', NULL),
+               ('110', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('110', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
                ('110', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
-               ('110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, 0, '', '', '', NULL),
-               ('110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 1, '', '', '', NULL, 0, '', '', '', NULL),
-               ('110', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 1, '', '', '', NULL, -1, '', '', '', NULL),
-               ('110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 1, '', '', '', NULL, -1, '', '', '', NULL),
-               ('110', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', NULL, 0, '', '', '', NULL),
-               ('110', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
-               ('110', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
-               ('110', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
-               ('110', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
-               ('110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
-               ('110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
-               ('110', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
-               ('110', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
-               ('111', '4', 'Relator code', 'Relator code', 1, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('111', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('110', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, 0, '', '', '', NULL),
+               ('110', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 1, '', '', '', NULL, 0, '', '', '', NULL),
+               ('110', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 1, '', '', '', NULL, -1, '', '', '', NULL),
+               ('110', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 1, '', '', '', NULL, -1, '', '', '', NULL),
+               ('110', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', NULL, 0, '', '', '', NULL),
+               ('110', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('110', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('110', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('110', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('110', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('110', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('110', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('110', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('111', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('111', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('111', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('111', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('111', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
-               ('111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, 0, '', '', '', NULL),
+               ('111', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, 0, '', '', '', NULL),
                ('111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('111', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('111', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('111', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('111', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('111', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('111', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('111', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('111', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('111', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('130', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('111', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('111', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('111', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('111', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('111', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('111', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('111', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('111', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('111', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('111', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('111', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('111', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('111', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('130', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('130', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, '', '', '', NULL),
-               ('130', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -1, '', '''130o'',''130m'',''130r'',''130s'',''130d'',''130k'',''130n'',''130p'',''130g'',''130l'',''130f'',''130h'',''130t''', '', NULL),
-               ('130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('130', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('130', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('130', 'h', 'Medium', 'Medium', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('130', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('130', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('130', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('130', 's', 'Version', 'Version', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('130', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('210', '2', 'Source', 'Source', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('210', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('210', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('210', 'a', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('210', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('211', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -1, '', '''130o'',''130m'',''130r'',''130s'',''130d'',''130k'',''130n'',''130p'',''130g'',''130l'',''130f'',''130h'',''130t''', '', NULL),
+               ('130', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('130', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('130', 's', 'Versione', 'Versione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('130', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('210', '2', 'Fonte', 'Fonte', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('210', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('210', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('210', 'a', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('210', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('211', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('211', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('212', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('212', 'a', 'Variant access title', 'Variant access title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('214', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('212', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('212', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('214', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('214', 'a', 'Augmented title', 'Augmented title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('222', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('222', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('222', 'a', 'Key title', 'Key title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('222', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('240', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('240', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('222', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('222', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('222', 'a', 'Titolo chiave', 'Titolo chiave', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('222', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('240', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('240', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('240', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
                ('240', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, '', '', '', NULL),
-               ('240', 'a', 'Uniform title', 'Uniform title', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, '', '', '', NULL),
-               ('240', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('240', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('240', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('240', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
-               ('240', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('240', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
-               ('240', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('240', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('240', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('240', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('240', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
-               ('240', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
+               ('240', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, '', '', '', NULL),
+               ('240', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('240', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('240', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('240', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
+               ('240', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('240', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
+               ('240', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('240', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('240', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('240', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('240', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
+               ('240', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
                ('241', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('241', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('242', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('242', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('242', 'a', 'Title', 'Title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('242', 'b', 'Remainder of title', 'Remainder of title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('242', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('241', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('242', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('242', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('242', 'a', 'Titolo', 'Titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('242', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('242', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('242', 'd', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('242', 'e', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('242', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('242', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('242', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('242', 'y', 'Language code of translated title', 'Language code of translated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('243', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('243', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('242', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('242', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('242', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('242', 'y', 'Codice di lingua del titolo tradotto', 'Codice di lingua del titolo tradotto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('243', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('243', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
                ('243', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, '', '', '', NULL),
-               ('243', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 2, '', '', '', 1, -1, '', '', '', NULL),
-               ('243', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('243', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('243', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('243', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
-               ('243', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('243', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
-               ('243', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('243', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('243', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('243', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('243', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
-               ('243', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
-               ('245', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('245', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('245', 'a', 'Title', 'Title', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, '', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h'',''505t''', '', NULL),
-               ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, '', '', '', NULL),
-               ('245', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, '', 2, '', '', '', NULL, 0, '', '', '', NULL),
-               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series: (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('243', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 2, '', '', '', 1, -1, '', '', '', NULL),
+               ('243', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('243', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('243', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('243', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
+               ('243', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('243', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
+               ('243', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('243', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('243', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('243', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('243', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL),
+               ('243', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, '', '', '', NULL),
+               ('245', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('245', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('245', 'a', 'Titolo', 'Titolo', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, '', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h'',''505t''', '', NULL),
+               ('245', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, '', '', '', NULL),
+               ('245', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, '', 2, '', '', '', NULL, 0, '', '', '', NULL),
+               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('245', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('245', 'f', 'Inclusive dates', 'Inclusive dates', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('245', 'g', 'Bulk dates', 'Bulk dates', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('245', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, 0, '', '', '', NULL),
-               ('245', 'k', 'Form', 'Form', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('245', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('245', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('245', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('246', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('246', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('246', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('246', 'a', 'Title proper/short title', 'Title proper/short title', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
-               ('246', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
-               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('245', 'f', 'Date inclusive', 'Date inclusive', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('245', 'g', 'Date preponderanti', 'Date preponderanti', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('245', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, 0, '', '', '', NULL),
+               ('245', 'k', 'Forma', 'Forma', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('245', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('245', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('245', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('246', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('246', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('246', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('246', 'a', 'Titolo proprio/titolo breve', 'Titolo proprio/titolo breve', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
+               ('246', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
+               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('246', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('246', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('246', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('246', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
-               ('246', 'i', 'Display text', 'Display text', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
-               ('246', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('246', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('247', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('247', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('247', 'a', 'Title', 'Title', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
-               ('247', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
+               ('246', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('246', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('246', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
+               ('246', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
+               ('246', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('246', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('247', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('247', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('247', 'a', 'Titolo', 'Titolo', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
+               ('247', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
                ('247', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('247', 'e', 'Name of part/section (SE) [OBSOLETE]', 'Name of part/section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('247', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('247', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('247', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
-               ('247', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('247', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('247', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('250', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('250', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('250', 'a', 'Edition statement', 'Edition statement', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, 0, '', '', '', NULL),
-               ('250', 'b', 'Remainder of edition statement', 'Remainder of edition statement', 0, 0, '', 2, '', '', '', NULL, 0, '', '', '', NULL),
-               ('254', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('254', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('254', 'a', 'Musical presentation statement', 'Musical presentation statement', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('255', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('255', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('255', 'a', 'Statement of scale', 'Statement of scale', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('255', 'b', 'Statement of projection', 'Statement of projection', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('255', 'c', 'Statement of coordinates', 'Statement of coordinates', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('255', 'd', 'Statement of zone', 'Statement of zone', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('255', 'e', 'Statement of equinox', 'Statement of equinox', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('255', 'f', 'Outer G-ring coordinate pairs', 'Outer G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('255', 'g', 'Exclusion G-ring coordinate pairs', 'Exclusion G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('256', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('256', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('256', 'a', 'Computer file characteristics', 'Computer file characteristics', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('257', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('257', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('257', 'a', 'Country of producing entity', 'Country of producing entity', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('258', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('258', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('258', 'a', 'Issuing jurisdiction', 'Issuing jurisdiction', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('258', 'b', 'Denomination', 'Denomination', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('260', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('260', 'a', 'Place of publication, distribution, etc', 'Place of publication, distribution, etc', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, '', '', '', NULL),
-               ('260', 'b', 'Name of publisher, distributor, etc', 'Name of publisher, distributor, etc', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, '', '', '', NULL),
-               ('260', 'c', 'Date of publication, distribution, etc', 'Date of publication, distribution, etc', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, '', '', '', NULL),
+               ('247', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('247', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('247', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, '', '', '', NULL),
+               ('247', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('247', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('247', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('250', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('250', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('250', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('250', 'a', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, 0, '', '', '', NULL),
+               ('250', 'b', 'Restante parte della formulazione di edizione', 'Restante parte della formulazione di edizione', 0, 0, '', 2, '', '', '', NULL, 0, '', '', '', NULL),
+               ('254', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('254', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('254', 'a', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('255', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('255', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('255', 'a', 'Formulazione di scala', 'Formulazione di scala', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('255', 'b', 'Formulazione di proiezione', 'Formulazione di proiezione', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('255', 'c', 'Formulazione di coordinate', 'Formulazione di coordinate', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('255', 'd', 'Formulazione di zona', 'Formulazione di zona', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('255', 'e', 'Formulazione di equinozio', 'Formulazione di equinozio', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('255', 'f', 'Coppie di coordinate d\'inclusione del perimetro', 'Coppie di coordinate d\'inclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('255', 'g', 'Coppie di coordinate di esclusione del perimetro', 'Coppie di coordinate di esclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('256', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('256', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('256', 'a', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('257', '2', 'Fonte', 'Fonte', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('257', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('257', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('257', 'a', 'Paese dell\'ente produttore', 'Paese dell\'ente produttore', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('258', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('258', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('258', 'a', 'Giurisdizione dell\'emissione', 'Giurisdizione dell\'emissione', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('258', 'b', 'Valore facciale', 'Valore facciale', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('260', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('260', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('260', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('260', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, '', '', '', NULL),
+               ('260', 'b', 'Nome dell\'editore, distributore, ecc.', 'Nome dell\'editore, distributore, ecc.', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, '', '', '', NULL),
+               ('260', 'c', 'Data di pubblicazione, distribuzione, ecc.', 'Data di pubblicazione, distribuzione, ecc.', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, '', '', '', NULL),
                ('260', 'd', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('260', 'e', 'Place of manufacture', 'Place of manufacture', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('260', 'f', 'Manufacturer', 'Manufacturer', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('260', 'g', 'Date of manufacture', 'Date of manufacture', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('260', 'e', 'Luogo di stampa', 'Luogo di stampa', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('260', 'f', 'Stampatore', 'Stampatore', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('260', 'g', 'Data di stampa', 'Data di stampa', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('260', 'k', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('260', 'l', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('261', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('261', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('261', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('261', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('261', 'a', 'Producing company', 'Producing company', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('261', 'b', 'Releasing company (primary distributor)', 'Releasing company (primary distributor)', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('261', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('261', 'd', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('261', 'e', 'Contractual producer', 'Contractual producer', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('261', 'f', 'Place of production, release, etc.', 'Place of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('262', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('262', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('262', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('262', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('262', 'a', 'Place of production, release, etc.', 'Place of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('262', 'b', 'Publisher or trade name', 'Publisher or trade name', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('262', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('262', 'k', 'Serial identification', 'Serial identification', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('262', 'l', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('263', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('263', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('263', 'a', 'Projected publication date', 'Projected publication date', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('263', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('263', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('263', 'a', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('264', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('264', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('264', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('264', 'a', 'Luogo di produzione, pubblicazione, ecc.', 'Luogo di produzione, pubblicazione, ecc.', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('264', 'b', 'Nome del produttore, editore, ecc.', 'Nome del produttore, editore, ecc.', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
+               ('264', 'c', 'Data di produzione, specificazione, ecc.', 'Data di produzione, specificazione, ecc.', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('265', '6', 'Linkage [OBSOLETE]', 'Linkage [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
                ('265', 'a', 'Source for acquisition/subscription address [OBSOLETE]', 'Source for acquisition/subscription address [OBSOLETE]', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
-               ('270', '4', 'Relator code', 'Relator code', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('270', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('270', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('270', 'a', 'Address', 'Address', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'b', 'City', 'City', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'c', 'State or province', 'State or province', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'd', 'Country', 'Country', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'e', 'Postal code', 'Postal code', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'f', 'Terms preceding attention name', 'Terms preceding attention name', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'g', 'Attention name', 'Attention name', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'h', 'Attention position', 'Attention position', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'i', 'Type of address', 'Type of address', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'j', 'Specialized telephone number', 'Specialized telephone number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'k', 'Telephone number', 'Telephone number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'l', 'Fax number', 'Fax number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'n', 'TDD or TTY number', 'TDD or TTY number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'p', 'Contact person', 'Contact person', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'q', 'Title of contact person', 'Title of contact person', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'r', 'Hours', 'Hours', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('270', 'z', 'Public note', 'Public note', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('300', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('300', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('300', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('300', 'a', 'Extent', 'Extent', 1, 0, 'biblioitems.pages', 3, '', '', '', NULL, 0, '', '', '', NULL),
-               ('300', 'b', 'Other physical details', 'Other physical details', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, '', '', '', NULL),
-               ('300', 'c', 'Dimensions', 'Dimensions', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, '', '', '', NULL),
+               ('270', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('270', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('270', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('270', 'a', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'b', 'Città', 'Città', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'c', 'Stato o provincia', 'Stato o provincia', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'd', 'Paese', 'Paese', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'e', 'Codice postale', 'Codice postale', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'f', 'Parole che precedono il nome del destinatario', 'Parole che precedono il nome del destinatario', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'g', 'Nome del destinatario', 'Nome del destinatario', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'h', 'Posizione del destinatario', 'Posizione del destinatario', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'i', 'Persona di contatto', 'Persona di contatto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'j', 'Numero di telefono specializzato', 'Numero di telefono specializzato', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'k', 'Numero di telefono', 'Numero di telefono', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'l', 'Numero di fax', 'Numero di fax', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'm', 'Indirizzo e-mail', 'Indirizzo e-mail', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'n', 'Numero di TDD o TTY', 'Numero di TDD o TTY', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'p', 'Persona di contatto', 'Persona di contatto', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'q', 'Titolo della persona di contatto', 'Titolo della persona di contatto', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'r', 'Ore', 'Ore', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('270', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 2, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('300', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('300', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('300', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('300', 'a', 'Estensione', 'Estensione', 1, 0, 'biblioitems.pages', 3, '', '', '', NULL, 0, '', '', '', NULL),
+               ('300', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, '', '', '', NULL),
+               ('300', 'c', 'Dimensioni', 'Dimensioni', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, '', '', '', NULL),
                ('300', 'd', 'Accompanying material [OBSOLETE, CAN/MARC]', 'Accompanying material [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('300', 'e', 'Accompanying material', 'Accompanying material', 0, 0, '', 3, '', '', '', NULL, 0, '', '', '', NULL),
-               ('300', 'f', 'Type of unit', 'Type of unit', 1, 0, '', 3, '', '', '', NULL, 0, '', '', '', NULL),
-               ('300', 'g', 'Size of unit', 'Size of unit', 1, 0, '', 3, '', '', '', NULL, 0, '', '', '', NULL),
+               ('300', 'e', 'Materiale allegato', 'Materiale allegato', 0, 0, '', 3, '', '', '', NULL, 0, '', '', '', NULL),
+               ('300', 'f', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 3, '', '', '', NULL, 0, '', '', '', NULL),
+               ('300', 'g', 'Dimensioni del materiale', 'Dimensioni del materiale', 1, 0, '', 3, '', '', '', NULL, 0, '', '', '', NULL),
                ('300', 'k', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
                ('300', 'm', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
                ('300', 'n', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('301', 'a', 'Extent of item', 'Extent of item', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('301', 'b', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('301', 'c', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL),
-               ('301', 'd', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('301', 'e', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('301', 'f', 'Speed', 'Speed', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL),
+               ('301', 'a', 'Estensione della copia', 'Estensione della copia', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('301', 'b', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('301', 'c', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL),
+               ('301', 'd', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('301', 'e', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('301', 'f', 'Velocità', 'Velocità', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL),
                ('302', 'a', 'Page count', 'Page count', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL),
                ('303', 'a', 'Unit count', 'Unit count', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL),
                ('304', 'a', 'Linear footage', 'Linear footage', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL),
-               ('305', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('305', 'a', 'Extent', 'Extent', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('305', 'b', 'Other physical details', 'Other physical details', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('305', 'c', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL),
+               ('305', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('305', 'a', 'Estensione', 'Estensione', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('305', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('305', 'c', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL),
                ('305', 'd', 'Microgroove or standard', 'Microgroove or standard', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('305', 'e', 'Stereophonic, monaural', 'Stereophonic, monaural', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('305', 'f', 'Number of tracks', 'Number of tracks', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL),
+               ('305', 'e', 'Stereofonico, monoaurale', 'Stereofonico, monoaurale', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('305', 'f', 'Numero dei tracciati', 'Numero dei tracciati', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL),
                ('305', 'm', 'Serial identification', 'Serial identification', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
                ('305', 'n', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 3, '', '', NULL, NULL, -6, '', '', '', NULL),
-               ('306', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('306', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('306', 'a', 'Playing time', 'Playing time', 0, 0, '', 3, '', '', '', NULL, 0, '', '', '', NULL),
-               ('307', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('307', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('307', 'a', 'Hours', 'Hours', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('307', 'b', 'Additional information', 'Additional information', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('308', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('308', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('308', 'a', 'Number of reels', 'Number of reels', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('306', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('306', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('306', 'a', 'Durata di riproduzione', 'Durata di riproduzione', 1, 0, '', 3, '', '', '', NULL, 0, '', '', '', NULL),
+               ('307', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('307', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('307', 'a', 'Ore', 'Ore', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('307', 'b', 'Informazione addizionale', 'Informazione addizionale', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('308', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('308', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('308', 'a', 'Numero di bobine', 'Numero di bobine', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
                ('308', 'b', 'Footage', 'Footage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('308', 'c', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('308', 'd', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('308', 'e', 'Width', 'Width', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('308', 'f', 'Presentation format', 'Presentation format', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('310', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('310', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('310', 'a', 'Current publication frequency', 'Current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('310', 'b', 'Date of current publication frequency', 'Date of current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('315', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('315', 'a', 'Frequency', 'Frequency', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('315', 'b', 'Dates of frequency', 'Dates of frequency', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('321', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('321', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('321', 'a', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('321', 'b', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('340', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('340', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('340', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('340', 'a', 'Material base and configuration', 'Material base and configuration', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('340', 'b', 'Dimensions', 'Dimensions', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('340', 'c', 'Materials applied to surface', 'Materials applied to surface', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('340', 'd', 'Information recording technique', 'Information recording technique', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('340', 'e', 'Support', 'Support', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('340', 'f', 'Production rate/ratio', 'Production rate/ratio', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('340', 'h', 'Location within medium', 'Location within medium', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('340', 'i', 'Technical specifications of medium', 'Technical specifications of medium', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', '2', 'Reference method used', 'Reference method used', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'a', 'Name', 'Name', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'b', 'Coordinate or distance units', 'Coordinate or distance units', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'c', 'Latitude resolution', 'Latitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'd', 'Longitude resolution', 'Longitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'e', 'Standard parallel or oblique line latitude', 'Standard parallel or oblique line latitude', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'f', 'Oblique line longitude', 'Oblique line longitude', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'g', 'Longitude of central meridian or projection center', 'Longitude of central meridian or projection center', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'h', 'Latitude of projection origin or projection center', 'Latitude of projection origin or projection center', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'i', 'False easting', 'False easting', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'j', 'False northing', 'False northing', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'k', 'Scale factor', 'Scale factor', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'l', 'Height of perspective point above surface', 'Height of perspective point above surface', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'm', 'Azimuthal angle', 'Azimuthal angle', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'n', 'Azimuth measure point longitude or straight vertical longitude from pole', 'Azimuth measure point longitude or straight vertical longitude from pole', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'o', 'Landsat number and path number', 'Landsat number and path number', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'p', 'Zone identifier', 'Zone identifier', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'q', 'Ellipsoid name', 'Ellipsoid name', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'r', 'Semi-major axis', 'Semi-major axis', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 's', 'Denominator of flattening ratio', 'Denominator of flattening ratio', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 't', 'Vertical resolution', 'Vertical resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'u', 'Vertical encoding method', 'Vertical encoding method', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'v', 'Local planar, local, or other projection or grid description', 'Local planar, local, or other projection or grid description', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('342', 'w', 'Local planar or local georeference information', 'Local planar or local georeference information', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('343', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('343', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('343', 'a', 'Planar coordinate encoding method', 'Planar coordinate encoding method', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('343', 'b', 'Planar distance units', 'Planar distance units', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('343', 'c', 'Abscissa resolution', 'Abscissa resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('343', 'd', 'Ordinate resolution', 'Ordinate resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('343', 'e', 'Distance resolution', 'Distance resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('343', 'f', 'Bearing resolution', 'Bearing resolution', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('343', 'g', 'Bearing unit', 'Bearing unit', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('343', 'h', 'Bearing reference direction', 'Bearing reference direction', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('343', 'i', 'Bearing reference meridian', 'Bearing reference meridian', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('350', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('350', 'a', 'Price', 'Price', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('350', 'b', 'Form of issue', 'Form of issue', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('351', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('351', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('351', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('351', 'a', 'Organization', 'Organization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('351', 'b', 'Arrangement', 'Arrangement', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('351', 'c', 'Hierarchical level', 'Hierarchical level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('352', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('352', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('352', 'a', 'Direct reference method', 'Direct reference method', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('352', 'b', 'Object type', 'Object type', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('352', 'c', 'Object count', 'Object count', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('352', 'd', 'Row count', 'Row count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('352', 'e', 'Column count', 'Column count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('352', 'f', 'Vertical count', 'Vertical count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('352', 'g', 'VPF topology level', 'VPF topology level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('352', 'i', 'Indirect reference description', 'Indirect reference description', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('355', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('355', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('355', 'a', 'Security classification', 'Security classification', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('355', 'b', 'Handling instructions', 'Handling instructions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('355', 'c', 'External dissemination information', 'External dissemination information', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('355', 'd', 'Downgrading or declassification event', 'Downgrading or declassification event', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('355', 'e', 'Classification system', 'Classification system', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('355', 'f', 'Country of origin code', 'Country of origin code', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('355', 'g', 'Downgrading date', 'Downgrading date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('355', 'h', 'Declassification date', 'Declassification date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('355', 'j', 'Authorization', 'Authorization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('357', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('357', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('357', 'a', 'Originator control term', 'Originator control term', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('357', 'b', 'Originating agency', 'Originating agency', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('357', 'c', 'Authorized recipients of material', 'Authorized recipients of material', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('357', 'g', 'Other restrictions', 'Other restrictions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('359', 'a', 'Rental price', 'Rental price', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('362', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('362', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('362', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('362', 'z', 'Source of information', 'Source of information', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('365', '2', 'Source of price type code', 'Source of price type code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('365', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('365', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('365', 'a', 'Price type code', 'Price type code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('365', 'b', 'Price amount', 'Price amount', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('365', 'c', 'Price type code', 'Price type code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('365', 'd', 'Unit of pricing', 'Unit of pricing', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('365', 'e', 'Price note', 'Price note', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('365', 'f', 'Price effective from', 'Price effective from', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('365', 'g', 'Price effective until', 'Price effective until', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('365', 'h', 'Tax rate 1', 'Tax rate 1', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('365', 'i', 'Tax rate 2', 'Tax rate 2', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('365', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('365', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('365', 'm', 'Identification of pricing entity', 'Identification of pricing entity', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('366', '2', 'Source of availability status code', 'Source of availability status code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('366', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('366', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
-               ('366', 'a', 'Publishers\' compressed title identification', 'Publishers\' compressed title identification', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('366', 'b', 'Detailed date of publication', 'Detailed date of publication', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('366', 'c', 'Availability status code', 'Availability status code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('366', 'd', 'Expected next availability date', 'Expected next availability date', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('366', 'e', 'Note', 'Note', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('366', 'f', 'Publishers\' discount category', 'Publishers\' discount category', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('366', 'g', 'Date made out of print', 'Date made out of print', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('366', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('366', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('366', 'm', 'Identification of agency', 'Identification of agency', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
-               ('400', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('308', 'c', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('308', 'd', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('308', 'e', 'Larghezza', 'Larghezza', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('308', 'f', 'Formato di presentazione', 'Formato di presentazione', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('310', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('310', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('310', 'a', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('310', 'b', 'Data di periodicità corrente della pubblicazione', 'Data di periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('315', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('315', 'a', 'Frequenza', 'Frequenza', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('315', 'b', 'Date della frequenza', 'Date della frequenza', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('321', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('321', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('321', 'a', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('321', 'b', 'Date di periodicità precedente della pubblicazione', 'Date di periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('336', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('336', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('336', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('336', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('336', 'a', 'Termine del tipo di contenuto', 'Termine del tipo di contenuto', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('336', 'b', 'Codice del tipo di contenuto', 'Codice del tipo di contenuto', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('337', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('337', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('337', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('337', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('337', 'a', 'Tipo formato', 'Tipo formato', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('337', 'b', 'Tipo formato (codice)', 'Tipo formato (codice)', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('338', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('338', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('338', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('338', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('338', 'a', 'Formato di trasporto', 'Formato di trasporto', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('338', 'b', 'Formato di trasporto (codice)', 'Formato di trasporto (codice)', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'a', 'Base e composizione del materiale', 'Base e composizione del materiale', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'b', 'Dimensioni', 'Dimensioni', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'c', 'Materiali applicati alla superficie', 'Materiali applicati alla superficie', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'd', 'Tecnica della registrazione della informazione', 'Tecnica della registrazione della informazione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'e', 'Supporto', 'Supporto', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'f', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'h', 'Localizzazione nel supporto', 'Localizzazione nel supporto', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'i', 'Specificazioni tecniche del supporto', 'Specificazioni tecniche del supporto', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'j', 'Creazione', 'Creazione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'k', 'Layout', 'Layout', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'm', 'Formato libro', 'Formato libro', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'n', 'Dimensioni carattere', 'Dimensioni carattere', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('340', 'o', 'Polarità', 'Polarità', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', '2', 'Metodo di riferimento usato', 'Metodo di riferimento usato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'a', 'Nome', 'Nome', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'b', 'Unità di distanza o di coordinate', 'Unità di distanza o di coordinate', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'c', 'Risoluzione di latitudine', 'Risoluzione di latitudine', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'd', 'Risoluzione di longitudine', 'Risoluzione di longitudine', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'e', 'Parallela standard o latitudine di lineare obliqua', 'Parallela standard o latitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'f', 'Longitudine di lineare obliqua', 'Longitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'g', 'Longitudine del meridiano centrale o del centro della proiezione', 'Longitudine del meridiano centrale o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'h', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'i', 'Ascissa falsa', 'Ascissa falsa', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'j', 'Ordinata falsa', 'Ordinata falsa', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'k', 'Fattore di scala', 'Fattore di scala', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'l', 'Altezza del punto di vista sulla superficie', 'Altezza del punto di vista sulla superficie', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'm', 'Angolo d\'azimut', 'Angolo d\'azimut', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'n', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'o', 'Numero del Landsat e numero di traiettoria', 'Numero del Landsat e numero di traiettoria', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'p', 'Identificatore di zona', 'Identificatore di zona', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'q', 'Nome dell\'ellissoide', 'Nome dell\'ellissoide', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'r', 'Semiasse maggiore', 'Semiasse maggiore', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 's', 'Denominatore del rapporto di spianatura', 'Denominatore del rapporto di spianatura', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 't', 'Risoluzione verticale', 'Risoluzione verticale', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'u', 'Metodo di codifica verticale', 'Metodo di codifica verticale', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'v', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('342', 'w', 'Informazione di riferimento geospaziale locale piano o locale', 'Informazione di riferimento geospaziale locale piano o locale', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('343', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('343', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('343', 'a', 'Metodo di codifica di coordinate piane', 'Metodo di codifica di coordinate piane', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('343', 'b', 'Unità di distanza piana', 'Unità di distanza piana', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('343', 'c', 'Risoluzione dell\'ascissa', 'Risoluzione dell\'ascissa', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('343', 'd', 'Risoluzione dell\'ordinata', 'Risoluzione dell\'ordinata', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('343', 'e', 'Risoluzione di distanza', 'Risoluzione di distanza', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('343', 'f', 'Risoluzione di orientamento', 'Risoluzione di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('343', 'g', 'Unità di orientamento', 'Unità di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('343', 'h', 'Direzione di riferimento dell\'orientamento', 'Direzione di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('343', 'i', 'Meridiano di riferimento dell\'orientamento', 'Meridiano di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', 'a', 'Tipo registrazione', 'Tipo registrazione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', 'b', 'Supporto della registrazione', 'Supporto della registrazione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', 'c', 'Velocità', 'Velocità', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', 'd', 'Caratteristiche solco', 'Caratteristiche solco', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', 'e', 'Configurazione traccia', 'Configurazione traccia', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', 'f', 'Configurazione nastro', 'Configurazione nastro', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', 'g', 'Configurazione dei canali di riproduzione', 'Configurazione dei canali di riproduzione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('344', 'h', 'Caratteristiche del canale di riproduzione', 'Caratteristiche del canale di riproduzione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('345', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('345', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('345', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('345', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('345', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('345', 'a', 'Formato di presentazione', 'Formato di presentazione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('345', 'b', 'Velocità proiezione', 'Velocità proiezione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('346', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('346', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('346', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('346', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('346', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('346', 'a', 'Formato video', 'Formato video', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('346', 'b', 'Standard broadcast', 'Standard broadcast', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('347', 'a', 'Tipo file', 'Tipo file', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('347', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('347', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('347', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('347', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('347', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('347', 'b', 'Formato di codifica', 'Formato di codifica', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('347', 'c', 'Dimensione file', 'Dimensione file', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('347', 'd', 'Risoluzione', 'Risoluzione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('347', 'e', 'Codice regionale', 'Codice regionale', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('347', 'f', 'Velocità trasmissione', 'Velocità trasmissione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('350', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('350', 'a', 'Prezzo', 'Prezzo', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('350', 'b', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('351', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('351', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('351', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('351', 'a', 'Organizzazione', 'Organizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('351', 'b', 'Ordinamento', 'Ordinamento', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('351', 'c', 'Livello gerarchico', 'Livello gerarchico', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('352', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('352', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('352', 'a', 'Metodo di riferimento diretto', 'Metodo di riferimento diretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('352', 'b', 'Tipo di oggetto', 'Tipo di oggetto', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('352', 'c', 'Contatore di oggetti', 'Contatore di oggetti', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('352', 'd', 'Contatore di linee', 'Contatore di linee', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('352', 'e', 'Contattore di colonne', 'Contattore di colonne', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('352', 'f', 'Contattore verticale', 'Contattore verticale', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('352', 'g', 'Livello di topologia VPF', 'Livello di topologia VPF', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('352', 'i', 'Descrizione di riferimento indiretto', 'Descrizione di riferimento indiretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('352', 'q', 'Formato dell\'immagine digitale', 'Formato dell\'immagine digitale', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('355', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('355', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('355', 'a', 'Classificazione di sicurezza', 'Classificazione di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('355', 'b', 'Istruzioni per l\'uso', 'Istruzioni per l\'uso', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('355', 'c', 'Informazione di diffusione esterna', 'Informazione di diffusione esterna', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('355', 'd', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('355', 'e', 'Sistema di classificazione', 'Sistema di classificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('355', 'f', 'Codice del paese di origine', 'Codice del paese di origine', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('355', 'g', 'Data di riduzione del livello di sicurezza', 'Data di riduzione del livello di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('355', 'h', 'Data di declassificazione', 'Data di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('355', 'j', 'Autorizzazione', 'Autorizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('357', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('357', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('357', 'a', 'Termine di controllo del creatore', 'Termine di controllo del creatore', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('357', 'b', 'Agenzia di diffusione', 'Agenzia di diffusione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('357', 'c', 'Destinatari autorizzati del materiale', 'Destinatari autorizzati del materiale', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('357', 'g', 'Altre restrizioni', 'Altre restrizioni', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('359', 'a', 'Prezzo del prestito', 'Prezzo del prestito', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('362', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('362', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('362', 'a', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('362', 'z', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('363', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'u', 'Primo livello di designazione testuale', 'Primo livello di designazione testuale', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'v', 'Primo livello di cronologia, data d\'uscita', 'Primo livello di cronologia, data d\'uscita', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('363', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('365', '2', 'Fonte del codice del tipo di prezzo', 'Fonte del codice del tipo di prezzo', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('365', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('365', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('365', 'a', 'Codice del tipo di prezzo', 'Codice del tipo di prezzo', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('365', 'b', 'Prezzo totale', 'Prezzo totale', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('365', 'c', 'Codice della valuta', 'Codice della valuta', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('365', 'd', 'Unità de fissazione del prezzo', 'Unità de fissazione del prezzo', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('365', 'e', 'Nota sul prezzo', 'Nota sul prezzo', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('365', 'f', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('365', 'g', 'Prezzo in vigore fino al', 'Prezzo in vigore fino al', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('365', 'h', 'Aliquota 1', 'Aliquota 1', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('365', 'i', 'Aliquota 2', 'Aliquota 2', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('365', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('365', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('365', 'm', 'Identificazione dell\'ente di fissazione del prezzo', 'Identificazione dell\'ente di fissazione del prezzo', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('366', '2', 'Fonte dello stato di disponibilità', 'Fonte dello stato di disponibilità', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('366', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('366', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('366', 'a', 'Identificazione editoriale abbreviata di titolo', 'Identificazione editoriale abbreviata di titolo', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('366', 'b', 'Data dettagliata di pubblicazione', 'Data dettagliata di pubblicazione', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('366', 'c', 'Codice dello stato di disponibilità', 'Codice dello stato di disponibilità', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('366', 'd', 'Data prevedibile della prossima disponibilità', 'Data prevedibile della prossima disponibilità', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('366', 'e', 'Nota', 'Nota', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('366', 'f', 'Tipo di sconto dell\'editore', 'Tipo di sconto dell\'editore', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('366', 'g', 'Data di esaurimento', 'Data di esaurimento', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('366', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('366', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('366', 'm', 'Identificazione dell\'agenzia', 'Identificazione dell\'agenzia', 0, 0, '', 3, '', '', '', NULL, -1, '', '', '', NULL),
+               ('377', 'l', 'Lingua per esteso', 'Lingua per esteso', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('377', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('377', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('377', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('377', 'a', 'Codice lingua', 'Codice lingua', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('380', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('380', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('380', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('380', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('380', 'a', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('381', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('381', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('381', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('381', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('381', 'a', 'Altre caratteristiche distintive', 'Altre caratteristiche distintive', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('381', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('381', 'v', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('382', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('382', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('382', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('382', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('382', 'a', 'Modalità dell\'esecuzione', 'Modalità dell\'esecuzione', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('382', 'b', 'Solista', 'Solista', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('382', 'd', 'Secondo strumento', 'Secondo strumento', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('382', 'n', 'Numero di esecutori con stesso strumento', 'Numero di esecutori con stesso strumento', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('382', 'p', 'Strumento alternativo', 'Strumento alternativo', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('382', 's', 'Numero totale di esecutori', 'Numero totale di esecutori', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('382', 'v', 'Nota', 'Nota', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('383', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('383', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('383', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('383', 'a', 'Numero seriale', 'Numero seriale', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('383', 'b', 'Numero nell\'opus', 'Numero nell\'opus', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('383', 'c', 'Numero indice tematico', 'Numero indice tematico', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('383', 'd', 'Codice indice tematico', 'Codice indice tematico', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('383', 'e', 'Editore associato a numero nell\'opus', 'Editore associato a numero nell\'opus', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('384', 'a', 'Chiave musicale', 'Chiave musicale', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('384', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('384', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('385', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('385', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('385', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('385', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('385', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('385', 'a', 'Pubblico', 'Pubblico', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('385', 'b', 'Pubblico (codice)', 'Pubblico (codice)', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('385', 'm', 'Gruppo demografico', 'Gruppo demografico', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('385', 'n', 'Gruppo demografico (codice)', 'Gruppo demografico (codice)', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('386', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('386', '2', 'Fonte', 'Fonte', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('386', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('386', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('386', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('386', 'a', 'Creatore /contributore', 'Creatore /contributore', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('386', 'b', 'Creatore/contributore (codice)', 'Creatore/contributore (codice)', 1, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('386', 'm', 'Gruppo demografico', 'Gruppo demografico', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('386', 'n', 'Gruppo demografico (codice)', 'Gruppo demografico (codice)', 0, 0, '', 3, '', '', '', NULL, -6, '', '', '', NULL),
+               ('400', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
                ('400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
-               ('400', 'a', 'Personal name', 'Personal name', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'b', 'Numeration', 'Numeration', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('400', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('400', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('400', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
+               ('400', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('400', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
                ('410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -6, '', '', '', NULL),
-               ('410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('410', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('411', '4', 'Relator code', 'Relator code', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', '6', 'Linkage', 'Linkage', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('410', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('410', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('411', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
-               ('411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('411', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('411', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('411', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('440', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('440', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('411', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('411', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('411', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('440', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('440', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('440', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
                ('440', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, '', '', '', NULL),
-               ('440', 'a', 'Title', 'Title', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, '', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
-               ('440', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, '', '', '', NULL),
-               ('440', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, 0, '', '', '', NULL),
-               ('440', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, '', '', '', NULL),
-               ('440', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, 0, '', '', '', NULL),
-               ('490', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('490', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', NULL, NULL, -6, '', '', '', NULL),
-               ('490', 'a', 'Series statement', 'Series statement', 1, 0, '', 4, '', '', '', NULL, -1, '', '', '', NULL),
-               ('490', 'l', 'Library of Congress call number', 'Library of Congress call number', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
-               ('490', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 1, 0, '', 4, '', '', '', NULL, -1, '', '', '', NULL),
-               ('490', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -1, '', '', '', NULL),
-               ('500', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('500', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('500', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('500', 'a', 'General note', 'General note', 0, 0, 'biblio.notes', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('440', 'a', 'Titolo', 'Titolo', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, '', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
+               ('440', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, '', '', '', NULL),
+               ('440', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, 0, '', '', '', NULL),
+               ('440', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, '', '', '', NULL),
+               ('440', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('440', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, 0, '', '', '', NULL),
+               ('490', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('490', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('490', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', NULL, NULL, -6, '', '', '', NULL),
+               ('490', 'a', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 4, '', '', '', NULL, -1, '', '', '', NULL),
+               ('490', 'l', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 0, 0, '', 4, '', '', '', NULL, -6, '', '', '', NULL),
+               ('490', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 1, 0, '', 4, '', '', '', NULL, -1, '', '', '', NULL),
+               ('490', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, '', 4, '', '', '', NULL, -1, '', '', '', NULL),
+               ('500', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('500', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('500', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('500', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('500', 'a', 'Nota generale', 'Nota generale', 0, 0, 'biblio.notes', 5, '', '', '', NULL, 0, '', '', '', NULL),
                ('500', 'l', 'Library of Congress call number (SE) [OBSOLETE]', 'Library of Congress call number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
                ('500', 'n', 'n (RLIN) [OBSOLETE]', 'n (RLIN) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
                ('500', 'x', 'International Standard Serial Number (SE) [OBSOLETE]', 'International Standard Serial Number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
                ('500', 'z', 'Source of note information (AM SE) [OBSOLETE]', 'Source of note information (AM SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('501', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('501', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('501', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('501', 'a', 'With note', 'With note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('502', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('502', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('502', 'a', 'Dissertation note', 'Dissertation note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('503', '8', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('501', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('501', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('501', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('501', 'a', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('502', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('502', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('502', 'a', 'Nota di dissertazione', 'Nota di dissertazione', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('502', 'b', 'Tipo dissertazione', 'Tipo dissertazione', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('502', 'c', 'Nome dell\'istituzione', 'Nome dell\'istituzione', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('502', 'd', 'Anno di rilascio', 'Anno di rilascio', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('502', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('502', 'o', 'Identificativo dissertazione', 'Identificativo dissertazione', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('503', '8', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
                ('503', 'a', 'Bibliographic history note', 'Bibliographic history note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('504', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('504', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('504', 'a', 'Bibliography, etc', 'Bibliography, etc', 0, 0, '', 5, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('504', 'b', 'Number of references', 'Number of references', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('505', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('505', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('505', 'a', 'Formatted contents note', 'Formatted contents note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('505', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('505', 'r', 'Statement of responsibility', 'Statement of responsibility', 1, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('505', 't', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('505', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, 0, '', '', '', NULL),
-               ('506', '2', 'Source of term', 'Source of term', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('506', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('506', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('506', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('506', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('506', 'a', 'Terms governing access', 'Terms governing access', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('506', 'b', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('506', 'c', 'Physical access provisions', 'Physical access provisions', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('506', 'd', 'Authorized users', 'Authorized users', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('506', 'e', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('506', 'f', 'Standardized terminology for access restriction', 'Standardized terminology for access restriction', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('506', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL),
-               ('507', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('507', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('507', 'a', 'Representative fraction of scale note', 'Representative fraction of scale note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('507', 'b', 'Remainder of scale note', 'Remainder of scale note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('508', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('508', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('508', 'a', 'Creation/production credits note', 'Creation/production credits note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('509', 'a', 'Informal Notes', 'Informal Notes', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('510', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('510', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('510', 'a', 'Name of source', 'Name of source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('510', 'b', 'Coverage of source', 'Coverage of source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('510', 'c', 'Location within source', 'Location within source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('510', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('511', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('511', 'a', 'Participant or performer note', 'Participant or performer note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('512', '6', 'Linkage', 'Linkage', 0, 0, '', -1, '', '', '', NULL, -6, '', '', '', NULL),
+               ('504', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('504', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('504', 'a', 'Nota di bibliografia, ecc.', 'Nota di bibliografia, ecc.', 0, 0, '', 5, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('504', 'b', 'Numero dei riferimenti', 'Numero dei riferimenti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('505', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('505', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('505', 'a', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('505', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 1, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('505', 'r', 'Formulazione di responsabilità', 'Formulazione di responsabilità', 1, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('505', 't', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('505', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, 0, '', '', '', NULL),
+               ('506', '2', 'Fonte', 'Fonte', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('506', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('506', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('506', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('506', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('506', 'a', 'Condizioni che regolano l\'accesso', 'Condizioni che regolano l\'accesso', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('506', 'b', 'Competenza legale', 'Competenza legale', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('506', 'c', 'Disposizioni per l\'accesso fisico', 'Disposizioni per l\'accesso fisico', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('506', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('506', 'e', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('506', 'f', 'Terminologia normalizzata della restrizione all’accesso', 'Terminologia normalizzata della restrizione all’accesso', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('506', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL),
+               ('507', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('507', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('507', 'a', 'Nota di frazione rappresentativa di scala', 'Nota di frazione rappresentativa di scala', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('507', 'b', 'Restante parte della nota di scala', 'Restante parte della nota di scala', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('508', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('508', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('508', 'a', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('509', 'a', 'Note informali', 'Note informali', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('510', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('510', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('510', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('510', 'a', 'Nome della fonte', 'Nome della fonte', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('510', 'b', 'Copertura della fonte', 'Copertura della fonte', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('510', 'c', 'Localizzazione nella fonte', 'Localizzazione nella fonte', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('510', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('510', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('511', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('511', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('511', 'a', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('512', '6', 'Collegamento', 'Collegamento', 0, 0, '', -1, '', '', '', NULL, -6, '', '', '', NULL),
                ('512', 'a', 'Earlier or later volumes separately cataloged note', 'Earlier or later volumes separately cataloged note', 0, 0, '', -1, '', '', '', NULL, -6, '', '', '', NULL),
-               ('513', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('513', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('513', 'a', 'Type of report', 'Type of report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('513', 'b', 'Period covered', 'Period covered', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'a', 'Attribute accuracy report', 'Attribute accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'b', 'Attribute accuracy value', 'Attribute accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'c', 'Attribute accuracy explanation', 'Attribute accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'd', 'Logical consistency report', 'Logical consistency report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'e', 'Completeness report', 'Completeness report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'f', 'Horizontal position accuracy report', 'Horizontal position accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'g', 'Horizontal position accuracy value', 'Horizontal position accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'h', 'Horizontal position accuracy explanation', 'Horizontal position accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'i', 'Vertical positional accuracy report', 'Vertical positional accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'j', 'Vertical positional accuracy value', 'Vertical positional accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'k', 'Vertical positional accuracy explanation', 'Vertical positional accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'm', 'Cloud cover', 'Cloud cover', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('514', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL),
-               ('514', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('515', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('515', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('515', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('513', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('513', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('513', 'a', 'Tipo di rapporto', 'Tipo di rapporto', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('513', 'b', 'Periodo coperto', 'Periodo coperto', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'a', 'Rapporto di esattezza degli attributi', 'Rapporto di esattezza degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'b', 'Valore di esattezza degli attributi', 'Valore di esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'c', 'Spiegazione della esattezza degli attributi', 'Spiegazione della esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'd', 'Rapporto di coerenza logica', 'Rapporto di coerenza logica', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'e', 'Rapporto di completezza', 'Rapporto di completezza', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'f', 'Rapporto di esattezza di posizione orizzontale', 'Rapporto di esattezza di posizione orizzontale', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'g', 'Valore di esattezza di posizione orizzontale', 'Valore di esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'h', 'Spiegazione della esattezza di posizione orizzontale', 'Spiegazione della esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'i', 'Rapporto di esattezza di posizione verticale', 'Rapporto di esattezza di posizione verticale', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'j', 'Valore di esattezza di posizione verticale', 'Valore di esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'k', 'Spiegazione della esattezza di posizione verticale', 'Spiegazione della esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'm', 'Nuvolosità', 'Nuvolosità', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('514', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL),
+               ('514', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('515', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('515', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('515', 'a', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
                ('515', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, '', -1, '', '', '', NULL, -6, '', '', '', NULL),
-               ('516', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('516', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('516', 'a', 'Type of computer file or data note', 'Type of computer file or data note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('517', 'a', 'Different formats', 'Different formats', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('517', 'b', 'Content descriptors', 'Content descriptors', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('517', 'c', 'Additional animation techniques', 'Additional animation techniques', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('518', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('518', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('518', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('518', 'a', 'Date/time and place of an event note', 'Date/time and place of an event note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('520', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('520', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('520', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('520', 'a', 'Summary, etc', 'Summary, etc', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('520', 'b', 'Expansion of summary note', 'Expansion of summary note', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('520', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, 0, '', '', '', NULL),
+               ('516', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('516', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('516', 'a', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('517', 'a', 'Formati multipli', 'Formati multipli', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('517', 'b', 'Descrittori del contenuto', 'Descrittori del contenuto', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('517', 'c', 'Tecniche d\'animazione addizionali', 'Tecniche d\'animazione addizionali', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('518', '0', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('518', '2', 'Fonte', 'Fonte', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('518', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('518', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('518', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('518', 'a', 'Nota sulla data/ora e luogo dell\'evento', 'Nota sulla data/ora e luogo dell\'evento', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('518', 'd', 'Data dell\'evento', 'Data dell\'evento', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('518', 'o', 'Numero di controllo del record', 'Numero di controllo del record', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('518', 'p', 'Luogo dell\'evento', 'Luogo dell\'evento', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('520', '2', 'Fonte', 'Fonte', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('520', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('520', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('520', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('520', 'a', 'Nota di riassunto, ecc.', 'Nota di riassunto, ecc.', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('520', 'b', 'Nota di estensione del riassunto', 'Nota di estensione del riassunto', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('520', 'c', 'Agenzia assegnataria', 'Agenzia assegnataria', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('520', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, 0, '', '', '', NULL),
                ('520', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('521', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('521', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('521', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('521', 'a', 'Target audience note', 'Target audience note', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('521', 'b', 'Source', 'Source', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('522', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('522', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('522', 'a', 'Geographic coverage note', 'Geographic coverage note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('523', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('523', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('521', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('521', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('521', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('521', 'a', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('521', 'b', 'Fonte', 'Fonte', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('522', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('522', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('522', 'a', 'Nota di copertura geografica', 'Nota di copertura geografica', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('523', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('523', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('523', 'a', 'Time period of content note', 'Time period of content note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('524', '2', 'Source of schema used', 'Source of schema used', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('524', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('524', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('524', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('524', 'a', 'Preferred citation of described materials note', 'Preferred citation of described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('525', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('525', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('525', 'a', 'Supplement note', 'Supplement note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('524', '2', 'Fonte dello schema usato', 'Fonte dello schema usato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('524', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('524', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('524', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('524', 'a', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('525', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('525', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('525', 'a', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('525', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('526', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('526', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('526', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('526', 'a', 'Program name', 'Program name', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('526', 'b', 'Interest level', 'Interest level', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('526', 'c', 'Reading level', 'Reading level', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('526', 'd', 'Title point value', 'Title point value', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
-               ('526', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('526', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 6, '', '', '', NULL),
-               ('526', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('527', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('526', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('526', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('526', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('526', 'a', 'Nome del programma', 'Nome del programma', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('526', 'b', 'Livello d\'interesse', 'Livello d\'interesse', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('526', 'c', 'Livello di lettura', 'Livello di lettura', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('526', 'd', 'Valore numerico del titolo', 'Valore numerico del titolo', 0, 0, '', 5, '', '', '', NULL, 0, '', '', '', NULL),
+               ('526', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('526', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 5, '', '', '', NULL, 6, '', '', '', NULL),
+               ('526', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('527', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('527', 'a', 'Censorship note', 'Censorship note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('530', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('530', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('530', 'a', 'Additional physical form available note', 'Additional physical form available note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('530', 'b', 'Availability source', 'Availability source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('530', 'c', 'Availability conditions', 'Availability conditions', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('530', 'd', 'Order number', 'Order number', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('530', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -1, '', '', '', NULL),
+               ('530', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('530', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('530', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('530', 'a', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('530', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('530', 'c', 'Condizioni di disponibilità', 'Condizioni di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('530', 'd', 'Numero di ordine', 'Numero di ordine', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('530', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -1, '', '', '', NULL),
                ('530', 'z', 'Source of note information (AM CF VM SE) [OBSOLETE]', 'Source of note information (AM CF VM SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('533', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('533', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('533', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('533', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('533', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('533', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('533', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('533', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('533', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('533', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('533', 'm', 'Dates and/or sequential designation of issues reproduced', 'Dates and/or sequential designation of issues reproduced', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('533', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('534', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 'a', 'Main entry of original', 'Main entry of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 'b', 'Edition statement of original', 'Edition statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 'c', 'Publication, distribution, etc', 'Publication, distribution, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 'e', 'Physical description, etc', 'Physical description, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 'f', 'Series statement of original', 'Series statement of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 'k', 'Key title of original', 'Key title of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 'l', 'Location of original', 'Location of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 'm', 'Material specific details', 'Material specific details', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 'n', 'Note about original', 'Note about original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 'p', 'Introductory phrase', 'Introductory phrase', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 't', 'Title statement of original', 'Title statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('534', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('535', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('535', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('535', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('535', 'a', 'Custodian', 'Custodian', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('535', 'b', 'Postal address', 'Postal address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('535', 'c', 'Country', 'Country', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('535', 'd', 'Telecommunications address', 'Telecommunications address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('535', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('536', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('536', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('536', 'a', 'Text of note', 'Text of note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('536', 'b', 'Contract number', 'Contract number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('536', 'c', 'Grant number', 'Grant number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('536', 'd', 'Undifferentiated number', 'Undifferentiated number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('536', 'e', 'Program element number', 'Program element number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('536', 'f', 'Project number', 'Project number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('536', 'g', 'Task number', 'Task number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('536', 'h', 'Work unit number', 'Work unit number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('537', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('533', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('533', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('533', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('533', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('533', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('533', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('533', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('533', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('533', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('533', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('533', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('533', 'm', 'Date e/o designazione sequenziale dei documenti riprodotti', 'Date e/o designazione sequenziale dei documenti riprodotti', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('533', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('534', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('534', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 'a', 'Accesso principale dell\'originale', 'Accesso principale dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 'b', 'Formulazione di edizione dell\'originale', 'Formulazione di edizione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 'c', 'Pubblicazione, distribuzione, ecc., dell\'originale', 'Pubblicazione, distribuzione, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 'e', 'Descrizione fisica, ecc., dell\'originale', 'Descrizione fisica, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 'f', 'Formulazione della serie dell\'originale', 'Formulazione della serie dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 'k', 'Titolo chiave dell\'originale', 'Titolo chiave dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 'l', 'Localizzazione dell\'originale', 'Localizzazione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 'n', 'Nota sull\'originale', 'Nota sull\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 'o', 'Altro identificativo della risorsa', 'Altro identificativo della risorsa', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('534', 'p', 'Frase introduttiva', 'Frase introduttiva', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 't', 'Formulazione del titolo dell\'originale', 'Formulazione del titolo dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('534', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('535', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('535', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('535', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('535', 'a', 'Conservatore', 'Conservatore', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('535', 'b', 'Indirizzo postale', 'Indirizzo postale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('535', 'c', 'Paese', 'Paese', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('535', 'd', 'Indirizzo di telecomunicazione', 'Indirizzo di telecomunicazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('535', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('536', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('536', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('536', 'a', 'Testo della nota', 'Testo della nota', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('536', 'b', 'Numero di contratto', 'Numero di contratto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('536', 'c', 'Numero di sovvenzione', 'Numero di sovvenzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('536', 'd', 'Numero indifferenziato', 'Numero indifferenziato', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('536', 'e', 'Numero di elemento di un programma', 'Numero di elemento di un programma', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('536', 'f', 'Numero di progetto', 'Numero di progetto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('536', 'g', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('536', 'h', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('537', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('537', 'a', 'Source of data note', 'Source of data note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('538', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('538', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('538', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('538', 'a', 'System details note', 'System details note', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('538', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('538', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, '', '', '', NULL),
-               ('540', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('540', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('540', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('540', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('540', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('540', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('540', 'c', 'Authorization', 'Authorization', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('540', 'd', 'Authorized users', 'Authorized users', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('540', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL),
-               ('541', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('541', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('541', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('541', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('541', 'a', 'Source of acquisition', 'Source of acquisition', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
-               ('541', 'b', 'Address', 'Address', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
-               ('541', 'c', 'Method of acquisition', 'Method of acquisition', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
-               ('541', 'd', 'Date of acquisition', 'Date of acquisition', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
-               ('541', 'e', 'Accession number', 'Accession number', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
-               ('541', 'f', 'Owner', 'Owner', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
-               ('541', 'h', 'Purchase price', 'Purchase price', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
-               ('541', 'n', 'Extent', 'Extent', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
-               ('541', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
-               ('543', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('538', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('538', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('538', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('538', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('538', 'a', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('538', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('538', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, '', '', '', NULL),
+               ('540', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('540', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('540', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('540', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('540', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('540', 'b', 'Competenza legale', 'Competenza legale', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('540', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('540', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('540', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL),
+               ('541', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('541', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('541', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('541', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('541', 'a', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
+               ('541', 'b', 'Indirizzo', 'Indirizzo', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
+               ('541', 'c', 'Metodo d\'acquisto', 'Metodo d\'acquisto', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
+               ('541', 'd', 'Data d\'acquisto', 'Data d\'acquisto', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
+               ('541', 'e', 'Numero d\'accessione', 'Numero d\'accessione', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
+               ('541', 'f', 'Proprietario', 'Proprietario', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
+               ('541', 'h', 'Prezzo d\'acquisto', 'Prezzo d\'acquisto', 0, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
+               ('541', 'n', 'Estensione', 'Estensione', 1, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
+               ('541', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 5, '', '', '', NULL, 1, '', '', '', NULL),
+               ('542', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'a', 'Creatore persona', 'Creatore persona', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'b', 'Data morte creatore persona', 'Data morte creatore persona', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'c', 'Creatore ente', 'Creatore ente', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'd', 'Possessore del copyright', 'Possessore del copyright', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'e', 'Informazione per contattare il possessore', 'Informazione per contattare il possessore', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'f', 'Dichiarazione di copyright', 'Dichiarazione di copyright', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'g', 'Data di copyright', 'Data di copyright', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'h', 'Data rinnovo copyright', 'Data rinnovo copyright', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'i', 'Data pubblicazione', 'Data pubblicazione', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'j', 'Data di creazione', 'Data di creazione', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'k', 'Editore', 'Editore', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'l', 'Status del copyright', 'Status del copyright', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'm', 'Status della pubblicazione', 'Status della pubblicazione', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'n', 'Nota', 'Nota', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'o', 'Data ricerca', 'Data ricerca', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'p', 'Paese di pubblicazione o creazione', 'Paese di pubblicazione o creazione', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'q', 'Agenzia assegnataria', 'Agenzia assegnataria', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'r', 'Giurisdizione del copyright', 'Giurisdizione del copyright', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 's', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('542', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('543', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('543', 'a', 'Solicitation information note', 'Solicitation information note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('544', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('544', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('544', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('544', 'a', 'Custodian', 'Custodian', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('544', 'b', 'Address', 'Address', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('544', 'c', 'Country', 'Country', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('544', 'd', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('544', 'e', 'Provenance', 'Provenance', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('544', 'n', 'Note', 'Note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('545', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('545', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('545', 'a', 'Biographical or historical note', 'Biographical or historical note', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('545', 'b', 'Expansion', 'Expansion', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('545', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL),
-               ('546', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('546', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('546', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('546', 'a', 'Language note', 'Language note', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('546', 'b', 'Information code or alphabet', 'Information code or alphabet', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('544', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('544', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('544', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('544', 'a', 'Conservatore', 'Conservatore', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('544', 'b', 'Indirizzo', 'Indirizzo', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('544', 'c', 'Paese', 'Paese', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('544', 'd', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('544', 'e', 'Provenienza', 'Provenienza', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('544', 'n', 'Nota', 'Nota', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('545', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('545', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('545', 'a', 'Nota biografica o storica', 'Nota biografica o storica', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('545', 'b', 'Ampliamento', 'Ampliamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('545', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL),
+               ('546', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('546', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('546', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('546', 'a', 'Nota sulla lingua', 'Nota sulla lingua', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('546', 'b', 'Codice d\'informazione o alfabeto', 'Codice d\'informazione o alfabeto', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, '', '', '', NULL),
                ('546', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('547', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('547', 'a', 'Former title complexity note', 'Former title complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('547', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('547', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('547', 'a', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('547', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('550', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('550', 'a', 'Issuing body note', 'Issuing body note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('550', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('550', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('550', 'a', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('550', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('552', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'a', 'Entity type label', 'Entity type label', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'b', 'Entity type definition and source', 'Entity type definition and source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'c', 'Attribute label', 'Attribute label', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'd', 'Attribute definition and source', 'Attribute definition and source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'e', 'Enumerated domain value', 'Enumerated domain value', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'f', 'Enumerated domain value definition and source', 'Enumerated domain value definition and source', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'g', 'Range domain minimum and maximum', 'Range domain minimum and maximum', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'h', 'Codeset name and source', 'Codeset name and source', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'i', 'Unrepresentable domain', 'Unrepresentable domain', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'j', 'Attribute units of measurement and resolution', 'Attribute units of measurement and resolution', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'k', 'Beginning date and ending date of attribute values', 'Beginning date and ending date of attribute values', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'l', 'Attribute value accuracy', 'Attribute value accuracy', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'm', 'Attribute value accuracy explanation', 'Attribute value accuracy explanation', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'n', 'Attribute measurement frequency', 'Attribute measurement frequency', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'o', 'Entity and attribute overview', 'Entity and attribute overview', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'p', 'Entity and attribute detail citation', 'Entity and attribute detail citation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('552', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL),
-               ('552', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('555', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('555', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('555', 'a', 'Cumulative index/finding aids note', 'Cumulative index/finding aids note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('555', 'b', 'Availability source', 'Availability source', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('555', 'c', 'Degree of control', 'Degree of control', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('555', 'd', 'Bibliographic reference', 'Bibliographic reference', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('555', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -1, '', '', '', NULL),
-               ('556', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('556', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('556', 'a', 'Information about documentation note', 'Information about documentation note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('556', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('561', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('561', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('561', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('561', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('561', 'a', 'History', 'History', 0, 0, '', 5, '', '', '', NULL, 6, '', '', '', NULL),
+               ('552', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'a', 'Etichetta del tipo di ente', 'Etichetta del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'b', 'Definizione e fonte del tipo di ente', 'Definizione e fonte del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'c', 'Etichetta dell\'attributo', 'Etichetta dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'd', 'Definizione e fonte dell\'attributo', 'Definizione e fonte dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'e', 'Valore del dominio enumerato', 'Valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'f', 'Definizione e fonte del valore del dominio enumerato', 'Definizione e fonte del valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'g', 'Minimo e massimo del range del dominio', 'Minimo e massimo del range del dominio', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'h', 'Nome e fonte del set dei codici', 'Nome e fonte del set dei codici', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'i', 'Dominio non rappresentabile', 'Dominio non rappresentabile', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'j', 'Unità di misura e risoluzione degli attributi', 'Unità di misura e risoluzione degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'k', 'Data d\'inizio e data di fine dei valori dell\'attributo', 'Data d\'inizio e data di fine dei valori dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'l', 'Esattezza del valore dell\'attributo', 'Esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'm', 'Spiegazione dell\'esattezza del valore dell\'attributo', 'Spiegazione dell\'esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'n', 'Frequenza della misura d\'attributo', 'Frequenza della misura d\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'o', 'Riassunto di ente e d\'attributo', 'Riassunto di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'p', 'Citazione dei dettagli di ente e d\'attributo', 'Citazione dei dettagli di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('552', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, '', '', '', NULL),
+               ('552', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('555', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('555', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('555', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('555', 'a', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('555', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('555', 'c', 'Grado di controllo', 'Grado di controllo', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('555', 'd', 'Riferimento bibliografico', 'Riferimento bibliografico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('555', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -1, '', '', '', NULL),
+               ('556', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('556', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('556', 'a', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('556', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('561', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('561', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('561', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('561', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('561', 'a', 'Storia', 'Storia', 0, 0, '', 5, '', '', '', NULL, 6, '', '', '', NULL),
                ('561', 'b', 'Time of collation [OBSOLETE]', 'Time of collation [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, 6, '', '', '', NULL),
-               ('562', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('562', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('562', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('562', 'a', 'Identifying markings', 'Identifying markings', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('562', 'b', 'Copy identification', 'Copy identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('562', 'c', 'Version identification', 'Version identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('562', 'd', 'Presentation format', 'Presentation format', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('562', 'e', 'Number of copies', 'Number of copies', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('563', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('563', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('563', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('563', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('563', 'a', 'Binding note', 'Binding note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('563', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -1, '', '', '', NULL),
-               ('565', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('565', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('565', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('565', 'a', 'Number of cases/variables', 'Number of cases/variables', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('565', 'b', 'Name of variable', 'Name of variable', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('565', 'c', 'Unit of analysis', 'Unit of analysis', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('565', 'd', 'Universe of data', 'Universe of data', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('565', 'e', 'Filing scheme or code', 'Filing scheme or code', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('567', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('567', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('567', 'a', 'Methodology note', 'Methodology note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('570', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('561', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('562', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('562', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('562', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('562', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('562', 'a', 'Marche d\'identificazione', 'Marche d\'identificazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('562', 'b', 'Identificazione della copia', 'Identificazione della copia', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('562', 'c', 'Identificazione della versione', 'Identificazione della versione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('562', 'd', 'Formato di presentazione', 'Formato di presentazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('562', 'e', 'Numero di copie', 'Numero di copie', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('563', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('563', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('563', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('563', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('563', 'a', 'Nota sulla rilegatura', 'Nota sulla rilegatura', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('563', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -1, '', '', '', NULL),
+               ('565', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('565', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('565', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('565', 'a', 'Numero di pratiche/variabili', 'Numero di pratiche/variabili', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('565', 'b', 'Nome della variabile', 'Nome della variabile', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('565', 'c', 'Unità d\'analisi', 'Unità d\'analisi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('565', 'd', 'Universo dei dati', 'Universo dei dati', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('565', 'e', 'Sistema o codice d’archiviazione', 'Sistema o codice d’archiviazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('567', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('567', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('567', 'a', 'Nota sulla metodologia', 'Nota sulla metodologia', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('570', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('570', 'a', 'Editor note', 'Editor note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('570', 'z', 'Source of note information', 'Source of note information', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('580', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('580', 'a', 'Linking entry complexity note', 'Linking entry complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('580', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('580', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('580', 'a', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('580', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('581', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('581', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('581', 'a', 'Publications about described materials note', 'Publications about described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('581', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('582', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('581', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('581', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('581', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('581', 'a', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('581', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('582', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('582', 'a', 'Related computer files note', 'Related computer files note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('583', '2', 'Source of term', 'Source of term', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('583', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('583', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('583', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('583', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('583', 'a', 'Action', 'Action', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'b', 'Action identification', 'Action identification', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'c', 'Time/date of action', 'Time/date of action', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'd', 'Action interval', 'Action interval', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'e', 'Contingency for action', 'Contingency for action', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'f', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'h', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'i', 'Method of action', 'Method of action', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'j', 'Site of action', 'Site of action', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'k', 'Action agent', 'Action agent', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'l', 'Status', 'Status', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'n', 'Extent', 'Extent', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('583', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, '', '', '', NULL),
-               ('583', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 4, '', '', '', NULL),
-               ('583', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('584', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('584', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('584', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('584', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('584', 'a', 'Accumulation', 'Accumulation', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('584', 'b', 'Frequency of use', 'Frequency of use', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('585', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('585', '5', 'Institution to which field applies', 'Institution to which field applies', 0, -6, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('585', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
-               ('585', 'a', 'Exhibitions note', 'Exhibitions note', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
-               ('586', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('586', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('586', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('586', 'a', 'Awards note', 'Awards note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('583', '2', 'Fonte', 'Fonte', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('583', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('583', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('583', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('583', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('583', 'a', 'Azione', 'Azione', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'b', 'Identificazione dell\'azione', 'Identificazione dell\'azione', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'c', 'Momento/data dell\'azione', 'Momento/data dell\'azione', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'd', 'Intervallo dell\'azione', 'Intervallo dell\'azione', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'e', 'Contingenza per l\'azione', 'Contingenza per l\'azione', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'f', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'h', 'Competenza legale', 'Competenza legale', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'i', 'Metodo dell\'azione', 'Metodo dell\'azione', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'j', 'Luogo dell\'azione', 'Luogo dell\'azione', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'k', 'Agente dell\'azione', 'Agente dell\'azione', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'l', 'Stato', 'Stato', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'n', 'Estensione', 'Estensione', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('583', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, '', '', '', NULL),
+               ('583', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 5, '', '', '', NULL, 4, '', '', '', NULL),
+               ('583', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('584', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('584', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('584', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('584', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('584', 'a', 'Accumulo', 'Accumulo', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('584', 'b', 'Frequenza d\'uso', 'Frequenza d\'uso', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('585', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('585', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, -6, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('585', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('585', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('585', 'a', 'Nota di mostre', 'Nota di mostre', 0, 0, '', 5, '', '', '', NULL, -1, '', '', '', NULL),
+               ('586', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('586', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('586', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('586', 'a', 'Nota di premi', 'Nota di premi', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('588', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('588', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('588', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
+               ('588', 'a', 'Nota sulla fonte della discrezione', 'Nota sulla fonte della discrezione', 0, 0, '', 5, '', '', '', NULL, -6, '', '', '', NULL),
                ('590', '6', 'Linkage (RLIN)', 'Linkage (RLIN)', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('590', '8', 'Field link and sequence number (RLIN)', 'Field link and sequence number (RLIN)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('590', 'a', 'Local note', 'Local note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('590', 'b', 'Provenance (VM) [OBSOLETE]', 'Provenance (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('590', 'c', 'Condition of individual reels (VM) [OBSOLETE]', 'Condition of individual reels (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('590', 'd', 'Origin of safety copy (VM) [OBSOLETE]', 'Origin of safety copy (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('600', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('600', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('600', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('600', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('600', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, 0, '', '', '', NULL),
-               ('600', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
-               ('600', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
-               ('600', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('600', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('600', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('600', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('600', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('600', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('600', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('600', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('610', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('610', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, 0, '', '', '', NULL),
+               ('600', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
+               ('600', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
+               ('600', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('600', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('600', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('600', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('600', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('600', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('600', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('600', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('610', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('610', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('610', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('610', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, 0, '', '', '', NULL),
-               ('610', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('610', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
-               ('610', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
-               ('610', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('610', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('610', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('610', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('610', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('610', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('611', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('611', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('610', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, 0, '', '', '', NULL),
+               ('610', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('610', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
+               ('610', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
+               ('610', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('610', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('610', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('610', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('610', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('610', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('611', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('611', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('611', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('611', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('611', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, '', '', '', NULL),
+               ('611', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, '', '', '', NULL),
                ('611', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('611', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('611', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('611', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('611', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('611', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('611', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('611', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('611', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('630', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('630', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('611', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('611', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('611', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('611', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('611', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('611', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('611', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('611', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('630', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('630', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('630', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('630', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('630', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, 0, '', '', '', NULL),
-               ('630', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
-               ('630', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('630', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('630', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('630', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('630', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('630', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('630', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('648', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('648', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('648', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('648', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, 0, '', '', '', NULL),
+               ('630', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
+               ('630', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('630', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('630', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('630', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('630', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('630', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('630', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('648', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('648', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('648', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('648', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('648', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('648', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('648', 'a', 'Chronological term', 'Chronological term', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, 0, '', '', '', NULL),
-               ('648', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('648', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('648', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('648', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('650', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
-               ('650', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
-               ('650', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('650', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
-               ('650', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
+               ('648', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, 0, '', '', '', NULL),
+               ('648', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('648', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('648', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('648', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('650', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('650', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
+               ('650', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
+               ('650', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('650', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
+               ('650', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
                ('650', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('650', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, '', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
-               ('650', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
-               ('650', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
-               ('650', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
-               ('650', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
-               ('650', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
-               ('650', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
-               ('650', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
-               ('650', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
-               ('651', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('651', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('651', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('651', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('651', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('650', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, '', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
+               ('650', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
+               ('650', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
+               ('650', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
+               ('650', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
+               ('650', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
+               ('650', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
+               ('650', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
+               ('650', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
+               ('651', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('651', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('651', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('651', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('651', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('651', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('651', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('651', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, 0, '', '', '', NULL),
+               ('651', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, 0, '', '', '', NULL),
                ('651', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('651', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
-               ('651', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('651', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('651', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('651', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('652', 'a', 'Geographic name of place element', 'Geographic name of place element', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('652', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('652', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('652', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('653', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('653', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('653', 'a', 'Uncontrolled term', 'Uncontrolled term', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('654', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('654', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('654', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('654', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('654', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('651', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
+               ('651', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('651', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('651', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('651', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('652', 'a', 'Nome geografico del luogo', 'Nome geografico del luogo', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('652', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('652', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('652', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('653', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('653', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('653', 'a', 'Termine non controllato', 'Termine non controllato', 1, 0, NULL, 6, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('654', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('654', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('654', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('654', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('654', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('654', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('654', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('654', 'a', 'Focus term', 'Focus term', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, '', '', '', NULL),
-               ('654', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('654', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('654', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
-               ('654', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('654', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('654', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('654', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('655', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('655', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('655', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('655', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('655', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('654', 'a', 'Termine principale', 'Termine principale', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, '', '', '', NULL),
+               ('654', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('654', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('654', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
+               ('654', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('654', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('654', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('654', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('655', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('655', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('655', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('655', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('655', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('655', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('655', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('655', 'a', 'Genre/form data or focus term', 'Genre/form data or focus term', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, 0, '', '', '', NULL),
-               ('655', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('655', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('655', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('655', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('655', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('655', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('656', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('656', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('656', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('656', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('655', 'a', 'Termine principale di genere/forma', 'Termine principale di genere/forma', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, 0, '', '', '', NULL),
+               ('655', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('655', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('655', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('655', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('655', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('655', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('656', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('656', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('656', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('656', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('656', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('656', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('656', 'a', 'Occupation', 'Occupation', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, '', '', '', NULL),
-               ('656', 'k', 'Form', 'Form', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('656', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('656', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('656', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('656', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('657', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('657', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('657', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('657', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('656', 'a', 'Occupazione', 'Occupazione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, '', '', '', NULL),
+               ('656', 'k', 'Forma', 'Forma', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('656', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('656', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('656', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('656', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('657', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('657', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('657', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('657', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('657', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('657', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('657', 'a', 'Function', 'Function', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, '', '', '', NULL),
-               ('657', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('657', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('657', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('657', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('658', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('658', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('658', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('657', 'a', 'Funzione', 'Funzione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, '', '', '', NULL),
+               ('657', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('657', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('657', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('657', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('658', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('658', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('658', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('658', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('658', 'a', 'Main curriculum objective', 'Main curriculum objective', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, '', '', '', NULL),
-               ('658', 'b', 'Subordinate curriculum objective', 'Subordinate curriculum objective', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('658', 'c', 'Curriculum code', 'Curriculum code', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('658', 'd', 'Correlation factor', 'Correlation factor', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('662', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('662', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('662', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('662', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('662', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('658', 'a', 'Obiettivo principale del curriculum scolastico', 'Obiettivo principale del curriculum scolastico', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, '', '', '', NULL),
+               ('658', 'b', 'Obiettivo secondario del curriculum scolastico', 'Obiettivo secondario del curriculum scolastico', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('658', 'c', 'Codice di curriculum scolastico', 'Codice di curriculum scolastico', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('658', 'd', 'Fattore di correlazione', 'Fattore di correlazione', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('662', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('662', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('662', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('662', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('662', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('662', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('662', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('662', 'a', 'Country or larger entity', 'Country or larger entity', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, 0, '', '', '', NULL),
-               ('662', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('662', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('662', 'd', 'City', 'City', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('662', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
-               ('662', 'f', 'City subsection', 'City subsection', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('662', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
-               ('662', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('662', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, 0, '', '', '', NULL),
+               ('662', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('662', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('662', 'd', 'Città', 'Città', 0, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('662', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, '', '', '', NULL),
+               ('662', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('662', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
+               ('662', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', '', '', NULL, 0, '', '', '', NULL),
                ('690', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
-               ('690', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
-               ('690', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
-               ('690', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
-               ('690', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
+               ('690', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
+               ('690', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
+               ('690', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
+               ('690', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
                ('690', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('690', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, 0, '', '', '', NULL),
-               ('690', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
-               ('690', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
-               ('690', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
-               ('690', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
-               ('690', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
-               ('690', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
-               ('690', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
-               ('690', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
+               ('690', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, 0, '', '', '', NULL),
+               ('690', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
+               ('690', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
+               ('690', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
+               ('690', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -1, '', '', '', NULL),
+               ('690', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
+               ('690', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
+               ('690', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
+               ('690', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', NULL),
                ('691', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
-               ('691', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('691', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('691', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('691', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('691', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('691', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('691', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('691', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('691', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('691', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, '', '', '', NULL),
+               ('691', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, '', '', '', NULL),
                ('691', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('691', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('691', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('691', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('691', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('691', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('691', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('691', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('691', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('696', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
-               ('696', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('696', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('696', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, '', '', '', NULL),
-               ('696', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('696', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, '', '', '', NULL),
+               ('696', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('696', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('697', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
-               ('697', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('697', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('697', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, '', '', '', NULL),
-               ('697', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('697', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, '', '', '', NULL),
+               ('697', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('697', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('698', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
-               ('698', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('698', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('698', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, '', '', '', NULL),
+               ('698', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, '', '', '', NULL),
                ('698', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('698', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('698', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('699', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, '', '', '', NULL),
-               ('699', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('699', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL),
-               ('699', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, '', '', '', NULL),
-               ('699', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('699', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('700', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
-               ('700', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('699', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, '', '', '', NULL),
+               ('699', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('699', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('700', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
+               ('700', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
                ('700', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL),
-               ('700', 'a', 'Personal name', 'Personal name', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, 0, '', '', '', NULL),
-               ('700', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
-               ('700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
-               ('700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
-               ('700', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
-               ('700', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
-               ('700', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('700', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('705', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
-               ('710', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, 0, '', '', '', NULL),
+               ('700', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
+               ('700', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
+               ('700', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
+               ('700', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
+               ('700', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
+               ('700', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('700', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('705', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
+               ('710', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
                ('710', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL),
-               ('710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, 0, '', '', '', NULL),
-               ('710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
-               ('710', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
-               ('710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
-               ('710', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
-               ('710', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('710', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('711', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('711', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('710', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, 0, '', '', '', NULL),
+               ('710', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
+               ('710', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
+               ('710', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
+               ('710', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, 0, '', '', '', NULL),
+               ('710', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('710', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('711', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('711', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('711', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('711', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL),
-               ('711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, 0, '', '', '', NULL),
+               ('711', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, 0, '', '', '', NULL),
                ('711', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('711', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('711', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('711', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('711', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('711', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('711', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('711', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('711', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('711', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('711', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('715', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
-               ('715', 'a', 'Corporate name or jurisdiction name', 'Corporate name or jurisdiction name', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('715', 'b', 'Subordinate unit', 'Subordinate unit', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('715', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('715', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('715', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('715', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('715', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('715', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('715', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('715', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('715', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('715', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('715', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 'a', 'Ragione sociale o nome giuridico', 'Ragione sociale o nome giuridico', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 'b', 'Unità subordinata', 'Unità subordinata', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('715', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('715', 'u', 'Nonprinting information', 'Nonprinting information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('720', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('720', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('720', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('720', 'a', 'Name', 'Name', 0, 0, '', 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('720', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('730', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('720', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('720', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('720', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('720', 'a', 'Nome', 'Nome', 0, 0, '', 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('720', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('730', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
                ('730', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL),
-               ('730', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -1, '', '', '', NULL),
-               ('730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
-               ('730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
-               ('730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
-               ('730', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('730', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('740', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('740', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('740', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('740', 'a', 'Uncontrolled related/analytical title', 'Uncontrolled related/analytical title', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
-               ('740', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('740', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('740', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('752', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('752', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('752', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('752', 'a', 'Country or larger entity', 'Country or larger entity', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('752', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('752', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('752', 'd', 'City', 'City', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('752', 'f', 'City subsection', 'City subsection', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('752', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('752', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('753', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('753', 'a', 'Make and model of machine', 'Make and model of machine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('753', 'b', 'Programming language', 'Programming language', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('753', 'c', 'Operating system', 'Operating system', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('754', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('754', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('754', 'a', 'Taxonomic name', 'Taxonomic name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('754', 'c', 'Taxonomic category', 'Taxonomic category', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('754', 'd', 'Common or alternative name', 'Common or alternative name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('754', 'x', 'Non-public note', 'Non-public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('754', 'z', 'Public note', 'Public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('755', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('755', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('755', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('755', 'a', 'Access term', 'Access term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('755', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('760', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('760', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('730', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -1, '', '', '', NULL),
+               ('730', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
+               ('730', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
+               ('730', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
+               ('730', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('730', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('740', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('740', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('740', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('740', 'a', 'Titolo analitico/correlato non controllato', 'Titolo analitico/correlato non controllato', 0, 0, '', 7, '', '', '', NULL, -1, '', '', '', NULL),
+               ('740', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('740', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('740', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('751', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('751', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('751', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('751', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('751', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('751', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('751', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('751', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('752', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('752', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('752', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('752', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('752', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('752', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('752', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('752', 'd', 'Città', 'Città', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('752', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('752', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('752', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('753', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('753', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('753', 'a', 'Marca e modello della macchina', 'Marca e modello della macchina', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('753', 'b', 'Linguaggio di programmazione', 'Linguaggio di programmazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('753', 'c', 'Sistema operativo', 'Sistema operativo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('754', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('754', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('754', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('754', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('754', 'a', 'Nome tassonomico', 'Nome tassonomico', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('754', 'c', 'Categoria tassonomica', 'Categoria tassonomica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('754', 'd', 'Nome comune o alternativo', 'Nome comune o alternativo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('754', 'x', 'Nota non pubblica', 'Nota non pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('754', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('755', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('755', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('755', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('755', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('755', 'a', 'Termine d\'accesso', 'Termine d\'accesso', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('755', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('755', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('755', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('760', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('760', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('760', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('760', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('760', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('760', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('762', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('762', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('762', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('762', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('765', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('765', 'q', 'Parallel title (BK SE)  [OBSOLETE]', 'Parallel title (BK SE)  [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('765', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('765', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('765', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('767', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('767', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('767', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('767', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', '8', 'Field link and sequence number', 'Field link and sequence number ', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('767', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('770', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('770', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('770', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('770', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('770', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('772', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('772', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('772', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('772', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('772', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', '0', 'Codice record bibliografico contenente lo spoglio', 'Codice record bibliografico contenente lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('773', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', '9', 'Codice copia contenete lo spoglio', 'Codice copia contenete lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'q', 'Numerazione e prima pagina', 'Numerazione e prima pagina', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('773', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('773', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('773', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('773', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('774', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('774', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('774', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'e', 'Language code', 'Language code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'f', 'Country code', 'Country code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('774', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('775', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'e', 'Codice lingua', 'Codice lingua', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'f', 'Codice di paese', 'Codice di paese', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('775', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('775', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('775', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('775', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('776', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('776', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('776', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('776', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('776', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('777', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('777', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('777', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('777', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('780', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('780', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('780', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('780', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('780', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('785', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('785', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('785', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('785', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'j', 'Period of content', 'Period of content', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('785', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('786', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'j', 'Periodo del contenuto', 'Periodo del contenuto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('786', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('786', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'v', 'Contributo della fonte', 'Contributo della fonte', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('786', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('786', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', '4', 'Codice relazione', 'Codice relazione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('787', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('787', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('787', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('787', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('787', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('789', '%', '%', '%', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
                ('789', '2', '2', '2', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
                ('789', '3', '3', '3', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
@@ -2601,365 +2911,390 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('789', 'y', 'y', 'y', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
                ('789', 'z', 'z', 'z', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
                ('796', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
-               ('796', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
                ('796', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL),
-               ('796', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, '', '', '', NULL),
-               ('796', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('796', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, '', '', '', NULL),
+               ('796', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('796', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
                ('797', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
-               ('797', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
                ('797', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL),
-               ('797', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, '', '', '', NULL),
-               ('797', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('797', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, '', '', '', NULL),
+               ('797', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('797', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
                ('798', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL),
-               ('798', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('798', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL),
-               ('798', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, '', '', '', NULL),
+               ('798', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, '', '', '', NULL),
                ('798', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('798', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('798', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('799', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, '', '', '', NULL),
-               ('799', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
                ('799', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, '', '', '', NULL),
-               ('799', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, '', '', '', NULL),
-               ('799', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('799', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('800', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, '', '', '', NULL),
+               ('799', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('799', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('800', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('800', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
-               ('800', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -1, '', '', '', NULL),
-               ('800', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('800', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('800', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('800', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('800', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('800', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('800', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -1, '', '', '', NULL),
+               ('800', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('800', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('800', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('800', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('800', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('800', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('800', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('800', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('810', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('810', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
-               ('810', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -1, '', '', '', NULL),
-               ('810', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('810', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('810', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('810', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('810', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('810', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('810', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -1, '', '', '', NULL),
+               ('810', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('810', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('810', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('810', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('810', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('810', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('810', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('811', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('811', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('811', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('811', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('811', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('811', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('811', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
-               ('811', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -1, '', '', '', NULL),
+               ('811', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -1, '', '', '', NULL),
                ('811', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('811', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('811', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('811', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL),
-               ('811', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('811', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('830', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('811', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('811', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('811', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('811', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -1, '', '', '', NULL),
+               ('811', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('811', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
-               ('830', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -1, '', '', '', NULL),
-               ('830', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('830', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('830', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('830', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('830', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('830', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('830', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('830', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('830', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('830', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('830', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
-               ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('830', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('840', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('841', 'a', 'Type of record', 'Type of record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('841', 'b', 'Fixed-length data elements', 'Fixed-length data elements', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('841', 'e', 'Encoding level', 'Encoding level', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('842', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('842', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('842', 'a', 'Textual physical form designator', 'Textual physical form designator', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('843', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('843', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('843', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('843', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('843', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('843', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('843', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('843', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('843', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('843', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('843', 'm', 'Dates of publication and/or sequential designation of issues reproduced', 'Dates of publication and/or sequential designation of issues reproduced', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('843', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('844', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('844', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('844', 'a', 'Name of unit', 'Name of unit', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('845', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('845', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('845', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('845', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('845', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('845', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('845', 'c', 'Authorization', 'Authorization', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('845', 'd', 'Authorized users', 'Authorized users', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('850', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('850', 'a', 'Holding institution', 'Holding institution', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('830', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -1, '', '', '', NULL),
+               ('830', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('830', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('830', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -1, '', '', '', NULL),
+               ('830', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('830', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('830', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('840', 'a', 'Titolo', 'Titolo', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('840', 'h', 'Supporto', 'Supporto', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('840', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('841', 'a', 'Tipo di record', 'Tipo di record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('841', 'b', 'Elementi a lunghezza fiss', 'Elementi a lunghezza fiss', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('841', 'e', 'Livello di codifica', 'Livello di codifica', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('842', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('842', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('842', 'a', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('843', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('843', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('843', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('843', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('843', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('843', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('843', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('843', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('843', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('843', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('843', 'm', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('843', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('844', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('844', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('844', 'a', 'Nome dell\'unità', 'Nome dell\'unità', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('845', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('845', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('845', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('845', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('845', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('845', 'b', 'Competenza legale', 'Competenza legale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('845', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('845', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('850', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('850', 'a', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
                ('850', 'b', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
                ('850', 'd', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
                ('850', 'e', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('851', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('851', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('851', 'a', 'Name (custodian or owner)', 'Name (custodian or owner)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('851', 'b', 'Institutional division', 'Institutional division', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('851', 'c', 'Street address', 'Street address', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('851', 'd', 'Country', 'Country', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('851', 'e', 'Location of units', 'Location of units', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('851', 'f', 'Item number', 'Item number', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('851', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
-               ('852', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'a', 'Location', 'Location', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'b', 'Sublocation or collection', 'Sublocation or collection', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'c', 'Shelving location', 'Shelving location', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'e', 'Address', 'Address', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'f', 'Coded location qualifier', 'Coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'g', 'Non-coded location qualifier', 'Non-coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'h', 'Classification part', 'Classification part', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'i', 'Item part', 'Item part', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'j', 'Shelving control number', 'Shelving control number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'k', 'Call number prefix', 'Call number prefix', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'l', 'Shelving form of title', 'Shelving form of title', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'm', 'Call number suffix', 'Call number suffix', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'n', 'Country code', 'Country code', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 8, '', '', '', 1, 5, '', '', '', NULL),
-               ('852', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('852', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('853', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('854', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('855', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('856', '2', 'Access method', 'Access method', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
-               ('856', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', 0, 0, '', '', '', NULL),
-               ('856', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
-               ('856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
-               ('856', 'a', 'Host name', 'Host name', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'b', 'Access number', 'Access number', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'c', 'Compression information', 'Compression information', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('851', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('851', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('851', 'a', 'Nome (custode o proprietario)', 'Nome (custode o proprietario)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('851', 'b', 'Suddivisione istituzionale', 'Suddivisione istituzionale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('851', 'c', 'Indirizzo', 'Indirizzo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('851', 'd', 'Paese', 'Paese', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('851', 'e', 'Localizzazione dell\'unità', 'Localizzazione dell\'unità', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('851', 'f', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('851', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, '', '', '', NULL),
+               ('852', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', '8', 'Numero di sequenza', 'Numero di sequenza', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'a', 'Localizzazione', 'Localizzazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'b', 'Sottolocalizzazione o collezione', 'Sottolocalizzazione o collezione', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'd', 'Precedente localizzazione a scaffale', 'Precedente localizzazione a scaffale', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('852', 'e', 'Indirizzo', 'Indirizzo', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'g', 'Qualificatore di localizzazione non codificato', 'Qualificatore di localizzazione non codificato', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'l', 'Forma di collocazione (segnatura) di titolo', 'Forma di collocazione (segnatura) di titolo', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'n', 'Codice di paese', 'Codice di paese', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 8, '', '', '', 1, 5, '', '', '', NULL),
+               ('852', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('852', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('853', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('854', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('855', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('856', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
+               ('856', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', 0, 0, '', '', '', NULL),
+               ('856', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
+               ('856', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
+               ('856', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
                ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
                ('856', 'l', 'Logon', 'Logon', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'o', 'Operating system', 'Operating system', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 's', 'File size', 'File size', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 'biblioitems.url', 8, '', '', '', 1, 0, '', '', '', NULL),
-               ('856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'w', 'Record control number', 'Record control number', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
-               ('856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 1, '', '', '', NULL),
-               ('856', 'y', 'Link text', 'Link text', 1, 0, '', 8, '', '', '', 0, 0, '', '', '', NULL),
-               ('856', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 0, '', '', '', NULL),
+               ('856', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'n', 'Nome della localizzazione dell\'host', 'Nome della localizzazione dell\'host', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'p', 'Porta', 'Porta', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'r', 'Parametri', 'Parametri', 0, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 'biblioitems.url', 8, '', '', '', 1, 0, '', '', '', NULL),
+               ('856', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 8, '', '', '', 0, -1, '', '', '', NULL),
+               ('856', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 1, '', '', '', NULL),
+               ('856', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 8, '', '', '', 0, 0, '', '', '', NULL),
+               ('856', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 0, '', '', '', NULL),
                ('859', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
                ('859', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
                ('859', 'd', 'TDC (RLIN)', 'TDC (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
@@ -2968,140 +3303,215 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('859', 'r', 'REG (RLIN)', 'REG (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
                ('859', 'v', 'VER (RLIN)', 'VER (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
                ('859', 'x', 'LDEL (RLIN)', 'LDEL (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
-               ('866', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('866', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('866', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
-               ('866', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
-               ('866', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
-               ('867', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('867', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('867', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
-               ('867', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
-               ('867', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
-               ('868', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('868', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('868', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
-               ('868', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
-               ('868', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
-               ('870', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('870', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('871', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('872', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('863', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('863', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('863', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('863', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('864', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('864', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('864', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('865', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('865', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('865', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('866', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('866', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('866', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('866', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('866', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('867', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('867', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('867', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('867', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('867', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('868', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('868', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('868', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('868', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('868', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, '', '', '', NULL),
+               ('870', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('870', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('871', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('872', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('872', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('872', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('872', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('873', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('873', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('876', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('876', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('876', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('872', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('872', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('872', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('873', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('873', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('876', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('876', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('876', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('876', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('876', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('876', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('876', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('876', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('876', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('876', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('876', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('876', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('876', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('876', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('876', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('876', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('876', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('876', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('876', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('876', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('876', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('877', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('877', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('877', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('876', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('876', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('876', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('877', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('877', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('877', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('877', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('877', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('877', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('877', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('877', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('877', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('877', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('877', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('877', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('877', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('877', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('877', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('877', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('877', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('877', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('877', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('877', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('877', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('878', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('878', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('878', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('877', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('877', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('877', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('878', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('878', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('878', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('878', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('878', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('878', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('878', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('878', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('878', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('878', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('878', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('878', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('878', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('878', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('878', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('878', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('878', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('878', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('878', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('878', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('878', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('878', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('878', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('878', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
                ('880', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('880', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('880', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('880', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('880', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('880', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('880', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('880', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('880', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
@@ -3131,6 +3541,20 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('880', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('880', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('880', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('882', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('882', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('882', 'a', 'Titolo in sostituzione', 'Titolo in sostituzione', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('882', 'i', 'Spiegazione', 'Spiegazione', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('882', 'w', 'Numero di controllo del reocrd che sostituisce', 'Numero di controllo del reocrd che sostituisce', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('883', '0', 'Numero del record di authority o numero standard', 'Numero del record di authority o numero standard', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('883', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('883', 'a', 'Processo di generazione', 'Processo di generazione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('883', 'c', 'Attendibilità dei metadati (valore)', 'Attendibilità dei metadati (valore)', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('883', 'd', 'Data di generazione', 'Data di generazione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('883', 'q', 'Agenzia di generazione', 'Agenzia di generazione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('883', 'x', 'Fine data validità', 'Fine data validità', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('883', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('883', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('886', '0', '0', '0', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('886', '1', '1', '1', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('886', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
@@ -3167,117 +3591,117 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('886', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('886', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('886', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('887', '2', 'Source of data', 'Source of data', 0, 0, NULL, 8, NULL, NULL, '', NULL, 0, '', '', '', NULL),
-               ('887', 'a', 'Content of non-MARC field', 'Content of non-MARC field', 0, 0, NULL, 8, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('887', '2', 'Fonte dei dati', 'Fonte dei dati', 0, 0, NULL, 8, NULL, NULL, '', NULL, 0, '', '', '', NULL),
+               ('887', 'a', 'Contenuto del campo non-MARC', 'Contenuto del campo non-MARC', 0, 0, NULL, 8, NULL, NULL, '', NULL, 0, '', '', '', NULL),
                ('896', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
-               ('896', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('896', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
-               ('896', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, '', '', '', NULL),
-               ('896', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('896', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, '', '', '', NULL),
+               ('896', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('896', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('897', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
-               ('897', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('897', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
-               ('897', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, '', '', '', NULL),
-               ('897', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('897', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, '', '', '', NULL),
+               ('897', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('897', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('898', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
-               ('898', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('898', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
-               ('898', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, '', '', '', NULL),
+               ('898', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, '', '', '', NULL),
                ('898', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('898', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('898', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('899', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, '', '', '', NULL),
-               ('899', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
                ('899', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, '', '', '', NULL),
-               ('899', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, '', '', '', NULL),
-               ('899', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
-               ('899', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
-               ('900', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', 0, 5, '', '''110a'', ''700a'', ''710a''', '', NULL),
-               ('900', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('900', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('899', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, '', '', '', NULL),
+               ('899', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
+               ('899', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, 5, '', '', '', NULL),
+               ('900', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', 0, 5, '', '''110a'',''700a'',''710a''', '', NULL),
+               ('900', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('900', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('901', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
                ('901', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
                ('901', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
@@ -3532,72 +3956,72 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('907', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
                ('908', 'a', 'Put command parameter', 'Put command parameter', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('910', 'a', 'User-option data', 'User-option data', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('911', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('911', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('911', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 's', 'Version', 'Version', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('930', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('911', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 's', 'Versione', 'Versione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('930', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('936', 'a', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', 1, -6, '', '', '', NULL),
-               ('940', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('940', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, -6, '', '', '', NULL),
+               ('940', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('940', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('941', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('941', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('943', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 9, '', '', '', 1, 5, '', '', '130', NULL),
-               ('943', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('943', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('941', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('943', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, 5, '', '', '130', NULL),
+               ('943', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('943', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('945', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
                ('945', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
                ('945', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
@@ -3794,16 +4218,16 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('950', 'w', 'Subscription status code, LANT (RLIN)', 'Subscription status code, LANT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('950', 'y', 'Date, LVOL (RLIN)', 'Date, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('950', 'z', 'Retention, LVOL (RLIN)', 'Retention, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('951', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('951', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('951', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('951', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('951', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('951', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('951', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('951', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('951', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('951', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('951', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('951', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('951', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('951', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
-               ('951', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('951', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('951', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('951', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
+               ('951', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, '', '', '', NULL),
                ('955', 'a', 'Classification number, CCAL (RLIN)', 'Classification number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('955', 'b', 'Book number/undivided call number, CCAL (RLIN)', 'Book number/undivided call number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('955', 'c', 'Copy information and material description, CCAL + MDES (RLIN)', 'Copy information and material description, CCAL + MDES (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
@@ -3814,176 +4238,176 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('955', 'r', 'Circulation control number, HNT (RLIN)', 'Circulation control number, HNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('955', 's', 'Shelflist note, HNT (RLIN)', 'Shelflist note, HNT (RLIN)', 1, 0, '', 9, '', '', '', 1, 5, '', '', '', NULL),
                ('955', 'u', 'Non-printing notes, HNT (RLIN)', 'Non-printing notes, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('956', '2', 'Access method', 'Access method', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', '3', 'Materials specified', 'Materials specified', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'a', 'Host name', 'Host name', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'b', 'Access number', 'Access number', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'c', 'Compression information', 'Compression information', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'd', 'Path', 'Path', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'i', 'Instruction', 'Instruction', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('956', 'k', 'Password', 'Password', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('956', 'l', 'Logon', 'Logon', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('956', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'o', 'Operating system', 'Operating system', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'p', 'Port', 'Port', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'r', 'Settings', 'Settings', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 's', 'File size', 'File size', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -6, '', '', '', NULL),
-               ('956', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'w', 'Record control number', 'Record control number', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', 0, 6, '', '', '', NULL),
-               ('956', 'y', 'Link text', 'Link text', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('956', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'p', 'Porta', 'Porta', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'r', 'Parametri', 'Parametri', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -6, '', '', '', NULL),
+               ('956', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', 0, 6, '', '', '', NULL),
+               ('956', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('956', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('960', '3', 'Materials specified, MATL', 'Materials specified, MATL', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
                ('960', 'a', 'Physical location, PLOC (RLIN)', 'Physical location, PLOC (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('967', 'a', 'GNR (RLIN)', 'GNR (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('967', 'c', 'PSI (RLIN)', 'PSI (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('980', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('980', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('981', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('982', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('980', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('980', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('981', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('982', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
                ('982', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('982', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
-               ('983', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('983', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('984', 'a', 'Holding library identification number', 'Holding library identification number', 0, 0, '', 9, '', '', '', NULL, 5, '', '', '', NULL),
-               ('984', 'b', 'Physical description codes', 'Physical description codes', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('984', 'c', 'Call number', 'Call number', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('984', 'd', 'Volume or other numbering', 'Volume or other numbering', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('984', 'e', 'Dates', 'Dates', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('982', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('982', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
+               ('983', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('983', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
+               ('984', 'a', 'Numero idenficativo biblioteca proprietaria', 'Numero idenficativo biblioteca proprietaria', 0, 0, '', 9, '', '', '', NULL, 5, '', '', '', NULL),
+               ('984', 'b', 'Codici descrizione fisica', 'Codici descrizione fisica', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('984', 'c', 'Numero di chiamata', 'Numero di chiamata', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('984', 'd', 'Volume o altra numerazione', 'Volume o altra numerazione', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('984', 'e', 'Date', 'Date', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('984', 'f', 'Completeness note', 'Completeness note', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('984', 'g', 'Referral note', 'Referral note', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('984', 'h', 'Retention note', 'Retention note', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('987', 'a', 'Romanization/conversion identifier', 'Romanization/conversion identifier', 0, 0, '', 9, '', '', '', NULL, -6, '', '', '', NULL),
-               ('987', 'b', 'Agency that converted, created or reviewed', 'Agency that converted, created or reviewed', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('987', 'c', 'Date of conversion or review', 'Date of conversion or review', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('987', 'd', 'Status code', 'Status code ', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('987', 'e', 'Version of conversion program used', 'Version of conversion program used', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('987', 'f', 'Note', 'Note', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('987', 'b', 'Agenzia che ha convertito, creato o rivisto', 'Agenzia che ha convertito, creato o rivisto', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('987', 'c', 'Data della conversione o della revisione', 'Data della conversione o della revisione', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('987', 'd', 'Codice dello status', 'Codice dello status', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('987', 'e', 'Versione del programma usato per la conversione', 'Versione del programma usato per la conversione', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('987', 'f', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('990', 'a', 'Link information for 9XX fields', 'Link information for 9XX fields', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('990', 'b', 'Link information for field corresponding to 9XX field', 'Link information for field corresponding to 9XX field', 1, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('995', '0', 'Withdrawn status [LOCAL, KOHA]', 'Withdrawn status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', '1', 'Lost status [LOCAL, KOHA]', 'Lost status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', '2', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, '', '', '', NULL),
-               ('995', '3', 'Use restrictions [LOCAL, KOHA]', 'Use restrictions [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', '4', 'Koha normalized classification for sorting [LOCAL, KOHA]', 'Koha normalized classification for sorting [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', '5', 'Coded location qualifier [LOCAL, KOHA]', 'Coded location qualifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', NULL, 5, '', '', '', NULL),
-               ('995', '6', 'Copy number [LOCAL, KOHA]', 'Copy number [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, '', '', '', NULL),
-               ('995', '7', 'Uniform Resource Identifier [LOCAL, KOHA]', 'Uniform Resource Identifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', 1, 5, '', '', '', NULL),
-               ('995', '8', 'Koha collection [LOCAL, KOHA]', 'Koha collection [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', '9', 'Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]', 'Internal itemnumber (Koha itemnumber) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'c', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'd', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'e', 'Genre detail', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'f', 'Barcode', 'Barcode', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'g', 'Barcode prefix', 'Barcode prefix', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'h', 'Barcode incrementation', 'Barcode incrementation', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'i', 'Barcode suffix', 'Barcode suffix', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'j', 'Section', 'Section', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'p', 'Serial', 'Serial', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'q', 'Intended audience (age level)', 'Intended audience (age level)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 's', 'Acquisition mode', 'Acquisition mode', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 't', 'Genre', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'u', 'Copy note', 'Copy note', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'v', 'Periodical number', 'Periodical number', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'w', 'Recipient organisation code', 'Recipient organisation code', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'x', 'Recipient organisation, free text', 'Recipient organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'y', 'Recipient parent organisation code', 'Recipient parent organisation code', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
-               ('995', 'z', 'Recipient parent organisation, free text', 'Recipient parent organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', '0', 'Ritiro della copia', 'Ritiro della copia', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', '1', 'Copia smarrita', 'Copia smarrita', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', '2', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 0, 0, '', 9, '', '', '', NULL, 5, '', '', '', NULL),
+               ('995', '3', 'Restrizioni d\'uso', 'Restrizioni d\'uso', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', '4', 'Classificazione normalizzata Koha per l\'ordinamento', 'Classificazione normalizzata Koha per l\'ordinamento', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', '5', 'Qualificatore dell\'ubicazione', 'Qualificatore dell\'ubicazione', 1, 0, '', 9, '', '', '', NULL, 5, '', '', '', NULL),
+               ('995', '6', 'Numero della copia', 'Numero della copia', 0, 0, '', 9, '', '', '', NULL, 5, '', '', '', NULL),
+               ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, 5, '', '', '', NULL),
+               ('995', '8', 'Collezione Koha', 'Collezione Koha', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', '9', 'Numero interno di copia (Koha itemnumber, autogenerato)', 'Numero interno di copia (Koha itemnumber, autogenerato)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'a', 'Bib. proprietaria della copia (testo libero)', 'Bib. proprietaria della copia (testo libero)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'b', 'Bib. proprietaria della copia', 'Bib. proprietaria della copia', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'c', 'Bib. che possiede o presta (holding branch)', 'Bib. che possiede o presta (holding branch)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'd', 'Bib. che possiede o presta (codice)', 'Bib. che possiede o presta (codice)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'e', 'Dettaglio del genere', 'Dettaglio del genere', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'f', 'Codice a barre', 'Codice a barre', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'g', 'Prefisso del codice a barre', 'Prefisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'h', 'Incremento del codice a barre', 'Incremento del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'i', 'Suffisso del codice a barre', 'Suffisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'j', 'Sezione', 'Sezione', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'k', 'Collocazione', 'Collocazione', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'l', 'Numerazione (volume o altre parti)', 'Numerazione (volume o altre parti)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'm', 'Data del prestito o deposito', 'Data del prestito o deposito', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'n', 'Data scadenza del prestito', 'Data scadenza del prestito', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'o', 'Tipo di circolazione (non a prestito)', 'Tipo di circolazione (non a prestito)', 1, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'p', 'Periodico', 'Periodico', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'q', 'Pubblico destinato (età)', 'Pubblico destinato (età)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'r', 'Tipologia della copia e del materiale', 'Tipologia della copia e del materiale', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 's', 'Modalità d\'acquisto', 'Modalità d\'acquisto', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 't', 'Genere', 'Genere', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'u', 'Nota della copia', 'Nota della copia', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'v', 'Numero periodico', 'Numero periodico', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'w', 'Codice dell\'ente destinatario', 'Codice dell\'ente destinatario', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'x', 'Ente destinatario, testo libero', 'Ente destinatario, testo libero', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'y', 'Codice dell\'ente destinatario superiore', 'Codice dell\'ente destinatario superiore', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
+               ('995', 'z', 'Ente destinatario superiore, testo libero', 'Ente destinatario superiore, testo libero', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('998', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('998', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
-               ('998', 'd', 'First date, FD (RLIN)', 'First Date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
+               ('998', 'd', 'First date, FD (RLIN)', 'First date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, '', '', '', NULL),
                ('998', 'i', 'RINS (RLIN)', 'RINS (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('998', 'l', 'LI (RLIN)', 'LI (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('998', 'n', 'NUC (RLIN)', 'NUC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
@@ -3992,5 +4416,6 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('998', 't', 'RTYP (RLIN)', 'RTYP (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL),
                ('998', 'w', 'PLINK (RLIN)', 'PLINK (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, '', '', '', NULL);
 
+
 UPDATE `marc_subfield_structure` SET maxlength=24 WHERE tagfield='000';
 UPDATE `marc_subfield_structure` SET maxlength=40 WHERE tagfield='008';
index 77dde7e..c5d9f88 100644 (file)
-INSERT IGNORE INTO biblio_framework VALUES ( 'FA','Fast Add Framework' );
+INSERT IGNORE INTO biblio_framework VALUES
+               ('FA', 'Cat. veloce');
+
 INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-                ('000', 'LEADER', 'LEADER', 0, 1, '', 'FA'),
-                ('008', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 0, 1, '', 'FA'),
-                ('010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, '', 'FA'),
-                ('020', 'INTERNATIONAL STANDARD BOOK NUMBER', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL, 'FA'),
-                ('022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL, 'FA'),
-                ('050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL, 'FA'),
-               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER', 1, 0, '', 'FA'),
-                ('099', 'LOCAL FREE-TEXT CALL NUMBER', 'LOCAL FREE-TEXT CALL NUMBER', 1, 0, '', 'FA'),
-               ('100', 'MAIN ENTRY--PERSONAL NAME', 'MAIN ENTRY--PERSONAL NAME', 0, 0, NULL, 'FA'),
-                ('245', 'TITLE STATEMENT', 'TITLE STATEMENT', 0, 1, '', 'FA'),
-                ('250', 'EDITION STATEMENT', 'EDITION STATEMENT', 0, 0, NULL, 'FA'),
-                ('260', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 1, 0, NULL, 'FA'),
-                ('300', 'PHYSICAL DESCRIPTION', 'PHYSICAL DESCRIPTION', 1, 0, NULL, 'FA'),
-                ('500', 'GENERAL NOTE', 'GENERAL NOTE', 1, 0, NULL, 'FA'),
-                ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', 'FA'),
-                ('952', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', 'FA'),
-                ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', 'FA');
+               ('000', 'LEADER', 'LEADER', 0, 1, '', 'FA'),
+               ('008', 'Elementi di lunghezza fissa--Informazione generale', 'Elementi di lunghezza fissa--Informazione generale', 0, 1, '', 'FA'),
+               ('010', 'Numero di controllo della Library of Congress', 'Numero di controllo della Library of Congress', 0, 0, '', 'FA'),
+               ('020', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 'FA'),
+               ('022', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 'FA'),
+               ('050', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 1, 0, NULL, 'FA'),
+               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 1, 0, '', 'FA'),
+               ('099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, '', 'FA'),
+               ('100', 'Accesso principale -- nome di persona', 'Accesso principale -- nome di persona', 0, 0, NULL, 'FA'),
+               ('245', 'Formulazione del titolo', 'Formulazione del titolo', 0, 1, '', 'FA'),
+               ('250', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, NULL, 'FA'),
+               ('260', 'Pubblicazione, distribuzione, ecc. (stampa)', 'Pubblicazione, distribuzione, ecc. (stampa)', 1, 0, NULL, 'FA'),
+               ('300', 'Descrizione fisica', 'Descrizione fisica', 1, 0, NULL, 'FA'),
+               ('500', 'Nota generale', 'Nota generale', 1, 0, NULL, 'FA'),
+               ('942', 'Dati aggiuntivi (Koha)', 'Dati aggiuntivi (Koha)', 0, 0, '', 'FA'),
+               ('952', 'Dati di copia (Koha)', 'Dati di copia (Koha)', 1, 0, '', 'FA'),
+               ('999', 'Sys Number locale (Koha)', 'Sys Number locale (Koha)', 1, 0, '', 'FA');
 
 INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('000','@','fixed length control field','fixed length control field',0,1,'',0,'','','marc21_leader.pl',NULL,0,'FA','',NULL,NULL),
-               ('008','@','fixed length control field','fixed length control field',0,1,'',0,'','','marc21_field_008.pl',NULL,0,'FA','',NULL,NULL),
-               ('010','8','Field link and sequence number','Field link and sequence number',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('010','a','LC control number','LC control number',0,0,'biblioitems.lccn',0,'','','',0,0,'FA',NULL,'',''),
-               ('010','b','NUCMC control number','NUCMC control number',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('010','z','Canceled/invalid LC control number','Canceled/invalid LC control number',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('020','6','Linkage','Linkage',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('020','8','Field link and sequence number','Field link and sequence number',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('020','a','International Standard Book Number','International Standard Book Number',0,0,'biblioitems.isbn',0,'','','',0,0,'FA',NULL,'',''),
-               ('020','c','Terms of availability','Terms of availability',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('020','z','Cancelled/invalid ISBN','Cancelled/invalid ISBN',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-                ('050', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, 0, 'FA', '', '', NULL),
-                ('050', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, 0, 'FA', '', '', NULL),
-               ('082','2','Edition number','Edition number',0,0,'',0,'','','',NULL,0,'FA','',NULL,NULL),
-               ('082','6','Linkage','Linkage',0,0,'',0,'','','',NULL,0,'FA','',NULL,NULL),
-               ('082','8','Field link and sequence number','Field link and sequence number',1,0,'',0,'','','',NULL,0,'FA','',NULL,NULL),
-               ('082','a','Classification number','Classification number',1,0,'',0,'','','',NULL,0,'FA','',NULL,NULL),
-               ('082','b','Item number','Item number',0,0,'',0,'','','',NULL,0,'FA','',NULL,NULL),
-                ('090', 'a', 'Local Classification number (NR)', 'Local Classification number (NR)', 1, 0, '', 0, '', '', '', 0, 5, 'FA', '', '', NULL),
-                ('090', 'b', 'Local cutter number', 'Local cutter number', 0, 0, '', 0, '', '','', 0, 5, 'FA', '', '', NULL),
-               ('100','4','Relator code','Relator code',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','6','Linkage','Linkage',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','8','Field link and sequence number','Field link and sequence number',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','9','9 (RLIN)','9 (RLIN)',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','a','Personal name','Personal name',0,0,'biblio.author',0,'','PERSO_NAME','',0,0,'FA',NULL,'',''),
-               ('100','b','Numeration','Numeration',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','c','Titles and other words associated with a name','Titles and other words associated with a name',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','d','Dates associated with a name','Dates associated with a name',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','e','Relator term','Relator term',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','f','Date of a work','Date of a work',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','g','Miscellaneous information','Miscellaneous information',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','j','Attribution qualifier','Attribution qualifier',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','k','Form subheading','Form subheading',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','l','Language of a work','Language of a work',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','n','Number of part/section of a work','Number of part/section of a work',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','p','Name of part/section of a work','Name of part/section of a work',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','q','Fuller form of name','Fuller form of name',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','t','Title of a work','Title of a work',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('100','u','Affiliation','Affiliation',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','6','Linkage','Linkage',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','8','Field link and sequence number','Field link and sequence number',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','a','Title','Title',0,1,'biblio.title',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','b','Remainder of title','Remainder of title',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','c','Statement of responsibility, etc','Statement of responsibility, etc',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','d','Designation of section/part/series (SE) [OBSOLETE]','Designation of section section/part/series: (SE) [OBSOLETE]',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','e','Name of part/section/series (SE) [OBSOLETE]','Name of part/section/series (SE) [OBSOLETE]',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','f','Inclusive dates','Inclusive dates',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','g','Bulk dates','Bulk dates',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','h','Medium','Medium',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','k','Form','Form',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','n','Number of part/section of a work','Number of part/section of a work',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','p','Name of part/section of a work','Name of part/section of a work',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('245','s','Version','Version',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('250','6','Linkage','Linkage',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('250','8','Field link and sequence number','Field link and sequence number',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('250','a','Edition statement','Edition statement',0,0,'biblioitems.editionstatement',0,'','','',0,0,'FA',NULL,'',''),
-               ('250','b','Remainder of edition statement','Remainder of edition statement',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('260','6','Linkage','Linkage',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('260','8','Field link and sequence number','Field link and sequence number',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('260','a','Place of publication, distribution, etc','Place of publication, distribution, etc',1,0,'biblioitems.place',0,'','','',0,0,'FA',NULL,'',''),
-               ('260','b','Name of publisher, distributor, etc','Name of publisher, distributor, etc',1,0,'biblioitems.publishercode',0,'','','',0,0,'FA',NULL,'',''),
-               ('260','c','Date of publication, distribution, etc','Date of publication, distribution, etc',1,0,'biblio.copyrightdate',0,'','','',0,0,'FA',NULL,'',''),
-               ('260','d','Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL,','Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL,',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('260','e','Place of manufacture','Place of manufacture',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('260','f','Manufacturer','Manufacturer',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('260','g','Date of manufacture','Date of manufacture',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('260','k','Identification/manufacturer number [OBSOLETE, CAN/MARC]','Identification/manufacturer number [OBSOLETE, CAN/MARC]',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('260','l','Matrix and/or take number [OBSOLETE, CAN/MARC]','Matrix and/or take number [OBSOLETE, CAN/MARC]',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('500','3','Materials specified','Materials specified',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('500','5','Institution to which field applies','Institution to which field applies',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('500','6','Linkage','Linkage',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('500','8','Field link and sequence number','Field link and sequence number',1,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('500','a','General note','General note',0,0,'biblio.notes',0,'','','',0,0,'FA',NULL,'',''),
-               ('500','l','Library of Congress call number (SE) [OBSOLETE]','Library of Congress call number (SE) [OBSOLETE]',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('500','n','n (RLIN) [OBSOLETE]','n (RLIN) [OBSOLETE]',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('500','x','International Standard Serial Number (SE) [OBSOLETE]','International Standard Serial Number (SE) [OBSOLETE]',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-               ('500','z','Source of note information (AM SE) [OBSOLETE]','Source of note information (AM SE) [OBSOLETE]',0,0,'',0,'','','',0,0,'FA',NULL,'',''),
-                ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, 5, 'FA', '', '', NULL),
-                ('942', 'c', 'Koha [default] item type', 'Koha item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 5, 'FA', '', '', NULL),
-                ('942', 'n', 'Suppress in OPAC', 'Suppress in OPAC', 0, 0, NULL, 9, '', '', '', 0, 5, 'FA', '', '', NULL),
-                ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', NULL, 5, 'FA', '', '', NULL),
-              ('952','0','Withdrawn status','Withdrawn status',0,0,'items.withdrawn',10,'WITHDRAWN','','',NULL,0,'FA','',NULL,NULL),
-               ('952','1','Lost status','Lost status',0,0,'items.itemlost',10,'LOST','','',NULL,0,'FA','',NULL,NULL),
-               ('952','2','Source of classification or shelving scheme','Source of classification or shelving scheme',0,0,'items.cn_source',10,'cn_source','','',NULL,0,'FA','',NULL,NULL),
-               ('952','3','Materials specified (bound volume or other part)','Materials specified (bound volume or other part)',0,0,'items.materials',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','4','Damaged status','Damaged status',0,0,'items.damaged',10,'DAMAGED','','',NULL,0,'FA','',NULL,NULL),
-               ('952','5','Use restrictions','Use restrictions',0,0,'items.restricted',10,'RESTRICTED','','',NULL,0,'FA','',NULL,NULL),
-               ('952','6','Koha normalized classification for sorting','Koha normalized classification for sorting',0,0,'items.cn_sort',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','7','Not for loan','Not for loan',0,0,'items.notforloan',10,'NOT_LOAN','','',NULL,0,'FA','',NULL,NULL),
-               ('952','8','Koha collection','Koha collection',0,0,'items.ccode',10,'CCODE','','',NULL,0,'FA','',NULL,NULL),
-               ('952','9','Koha itemnumber (autogenerated)','Koha itemnumber',0,0,'items.itemnumber',-1,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','a','Location (home branch)','Location (home branch)',0,0,'items.homebranch',10,'branches','','',NULL,0,'FA','',NULL,NULL),
-               ('952','b','Sublocation or collection (holding branch)','Sublocation or collection (holding branch)',0,0,'items.holdingbranch',10,'branches','','',NULL,0,'FA','',NULL,NULL),
-               ('952','c','Shelving location','Shelving location',0,0,'items.location',10,'LOC','','',NULL,0,'FA','',NULL,NULL),
-               ('952','d','Date acquired','Date acquired',0,0,'items.dateaccessioned',10,'','','dateaccessioned.pl',NULL,0,'FA','',NULL,NULL),
-               ('952','e','Source of acquisition','Source of acquisition',0,0,'items.booksellerid',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','f','Coded location qualifier','Coded location qualifier',0,0,'items.coded_location_qualifier',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','g','Cost, normal purchase price','Cost, normal purchase price',0,0,'items.price',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','h','Serial Enumeration / chronology','Serial Enumeration / chronology',0,0,'items.enumchron',10,'','','',NULL,0,'FA','',NULL,NULL),
-        ('952','i','Inventory number','Inventory number',0,0,'items.stocknumber',10,'','','',0,0,'FA','',NULL,NULL),
-               ('952','j','Shelving control number','Shelving control number',0,0,'items.stack',10,'STACK','','',NULL,0,'FA','',NULL,NULL),
-               ('952','l','Koha issues (times borrowed)','Koha issues (times borrowed)',0,0,'items.issues',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','m','Koha renewals','Koha renewals',0,0,'items.renewals',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','n','Koha reserves (requests)','Koha reserves (requests)',0,0,'items.reserves',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','o','Koha full call number','Koha full call number',0,0,'items.itemcallnumber',10,'','',NULL,NULL,0,'FA','',NULL,NULL),
-               ('952','p','Piece designation (barcode)','Piece designation (barcode)',0,0,'items.barcode',10,'','','barcode.pl',NULL,0,'FA','',NULL,NULL),
-               ('952','q','Koha out on loan','Koha out on loan',0,0,'items.onloan',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','r','Koha date last seen','Koha date last seen',0,0,'items.datelastseen',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','s','Koha date last borrowed','Koha date last borrowed',0,0,'items.datelastborrowed',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','t','Copy number','Copy number',0,0,'items.copynumber',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','u','Uniform Resource Identifier','Uniform Resource Identifier',0,0,'items.uri',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','v','Cost, replacement price','Cost, replacement price',0,0,'items.replacementprice',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','w','Price effective from','Price effective from',0,0,'items.replacementpricedate',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','x','Nonpublic note (lost item payment)','Nonpublic note (lost item payment)',1,0,'items.paidfor',10,'','','',NULL,0,'FA','',NULL,NULL),
-               ('952','y','Koha item type','Koha item type',0,0,'items.itype',10,'itemtypes','','',NULL,0,'FA','',NULL,NULL),
-               ('952','z','Public note','Public note',0,0,'items.itemnotes',10,'','','',NULL,0,'FA','',NULL,NULL),
-                ('999', 'c', 'Koha biblionumber', 'Koha biblionumber', 0, 0, 'biblio.biblionumber', -1, NULL, NULL, '', NULL, -5, 'FA', '', '', NULL),
-                ('999', 'd', 'Koha biblioitemnumber', 'Koha biblioitemnumber', 0, 0, 'biblioitems.biblioitemnumber', -1, NULL, NULL, '', NULL, -5, 'FA', '', '', NULL);
+               ('000', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_leader.pl', NULL, 0, 'FA', '', NULL, NULL),
+               ('008', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_field_008.pl', NULL, 0, 'FA', '', NULL, NULL),
+               ('010', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('010', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('010', 'b', 'Numero di controllo del NUCMC', 'Numero di controllo del NUCMC', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('010', 'z', 'Numero di controllo della LC cancellato o errato', 'Numero di controllo della LC cancellato o errato', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('020', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('020', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('020', 'a', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('020', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('020', 'z', 'ISBN cancellato o errato', 'ISBN cancellato o errato', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('050', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, 0, 'FA', '', '', NULL),
+               ('050', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, 0, 'FA', '', '', NULL),
+               ('082', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('082', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('082', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('082', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('082', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('090', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, 5, 'FA', '', '', NULL),
+               ('090', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'FA', '', '', NULL),
+               ('100', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 0, 0, 'biblio.author', 0, '', 'PERSO_NAME', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('100', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', 'a', 'Titolo', 'Titolo', 0, 1, 'biblio.title', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', 'f', 'Date inclusive', 'Date inclusive', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', 'g', 'Date preponderanti', 'Date preponderanti', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', 'h', 'Supporto', 'Supporto', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', 'k', 'Forma', 'Forma', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('245', 's', 'Versione', 'Versione', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('250', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('250', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('250', 'a', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, 'biblioitems.editionstatement', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('250', 'b', 'Restante parte della formulazione di edizione', 'Restante parte della formulazione di edizione', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('260', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('260', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('260', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 'biblioitems.place', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('260', 'b', 'Nome dell\'editore, distributore, ecc.', 'Nome dell\'editore, distributore, ecc.', 1, 0, 'biblioitems.publishercode', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('260', 'c', 'Data di pubblicazione, distribuzione, ecc.', 'Data di pubblicazione, distribuzione, ecc.', 1, 0, 'biblio.copyrightdate', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('260', 'd', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('260', 'e', 'Luogo di stampa', 'Luogo di stampa', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('260', 'f', 'Stampatore', 'Stampatore', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('260', 'g', 'Data di stampa', 'Data di stampa', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('260', 'k', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('260', 'l', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('500', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('500', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('500', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('500', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('500', 'a', 'Nota generale', 'Nota generale', 0, 0, 'biblio.notes', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('500', 'l', 'Library of Congress call number (SE) [OBSOLETE]', 'Library of Congress call number (SE) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('500', 'n', 'n (RLIN) [OBSOLETE]', 'n (RLIN) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('500', 'x', 'International Standard Serial Number (SE) [OBSOLETE]', 'International Standard Serial Number (SE) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('500', 'z', 'Source of note information (AM SE) [OBSOLETE]', 'Source of note information (AM SE) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''),
+               ('942', '0', 'Numero prestiti (tutte le copie)', 'Numero prestiti (tutte le copie)', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, 5, 'FA', '', '', NULL),
+               ('942', 'c', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 5, 'FA', '', '', NULL),
+               ('942', 'n', 'Nasconto in Opac', 'Nasconto in Opac', 0, 0, NULL, 9, '', '', '', 0, 5, 'FA', '', '', NULL),
+               ('942', 's', 'Flag seriale', 'Flag seriale', 0, 0, 'biblio.serial', 9, '', '', '', NULL, 5, 'FA', '', '', NULL),
+               ('952', '0', 'Ritirato (status)', 'Ritirato (status)', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', '1', 'Perso (status)', 'Perso (status)', 0, 0, 'items.itemlost', 10, 'LOST', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', '3', 'Materiali specifici (rilegati o simili)', 'Materiali specifici (rilegati o simili)', 0, 0, 'items.materials', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', '4', 'Danneggiato (status)', 'Danneggiato (status)', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', '5', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'items.cn_sort', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', '7', 'Non per il presito', 'Non per il presito', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', '8', 'Codice collezione', 'Codice collezione', 0, 0, 'items.ccode', 10, 'CCODE', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', '9', 'Numero di copia (ID autogenerato)', 'Numero di copia (ID autogenerato)', 0, 0, 'items.itemnumber', -1, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'a', 'Biblioteca proprietaria', 'Biblioteca proprietaria', 0, 0, 'items.homebranch', 10, 'branches', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'b', 'Biblioteca in cui si trova', 'Biblioteca in cui si trova', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 0, 0, 'items.location', 10, 'LOC', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, 'items.booksellerid', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'g', 'Costo, prezzo di acquisto', 'Costo, prezzo di acquisto', 0, 0, 'items.price', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'h', 'Enumerazione seriale / cronologia', 'Enumerazione seriale / cronologia', 0, 0, 'items.enumchron', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'i', 'Numero di inventario', 'Numero di inventario', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'FA', '', NULL, NULL),
+               ('952', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'l', 'Totale prestiti', 'Totale prestiti', 0, 0, 'items.issues', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'm', 'Totale rinnovi', 'Totale rinnovi', 0, 0, 'items.renewals', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'n', 'Totale prenotazioni', 'Totale prenotazioni', 0, 0, 'items.reserves', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'o', 'Collocazione', 'Collocazione', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'p', 'Codice a barre', 'Codice a barre', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'q', 'Prestito', 'Prestito', 0, 0, 'items.onloan', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'r', 'Data ultima operazione', 'Data ultima operazione', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 's', 'Data ultimo prestito', 'Data ultimo prestito', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 't', 'Numero di copia', 'Numero di copia', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 0, 0, 'items.uri', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'v', 'Costo, costo di riacquisto', 'Costo, costo di riacquisto', 0, 0, 'items.replacementprice', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'w', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, 'items.replacementpricedate', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'x', 'Nota non pubblica', 'Nota non pubblica', 1, 0, 'items.paidfor', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'y', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('952', 'z', 'Nota pubblica', 'Nota pubblica', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'FA', '', NULL, NULL),
+               ('999', 'c', 'Koha biblionumber', 'Koha biblionumber', 0, 0, 'biblio.biblionumber', -1, NULL, NULL, '', NULL, -5, 'FA', '', '', NULL),
+               ('999', 'd', 'Koha biblioitemnumber', 'Koha biblioitemnumber', 0, 0, 'biblioitems.biblioitemnumber', -1, NULL, NULL, '', NULL, -5, 'FA', '', '', NULL);
diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_holdings_coded_values.sql b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_holdings_coded_values.sql
new file mode 100644 (file)
index 0000000..3082dde
--- /dev/null
@@ -0,0 +1,144 @@
+-- Coded values conforming to the Z39.77-2006 Holdings Statements for Bibliographic Items');
+-- ISSN: 1041-5653
+-- Refer to http://www.niso.org/standards/index.html
+
+-- General Holdings: Type of Unit Designator
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','0','Informazione non disponibile, non applicabile');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','a','Record bibliografico di base');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','c','Record secondario: supplementi, fascicoli speciali, materiale di accompagnamento, altre forme secondarie');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','d','Indexes');
+
+-- Physical Form Designators
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','au' ,'Materiale cartografico');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ad' ,'Materiale cartografico, atlante');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ag' ,'Materiale cartografico, diagramma');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','aj' ,'Materiale cartografico, carta geografica');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ak' ,'Materiale cartografico, profilo');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','aq' ,'Materiale cartografico, plastico');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ar' ,'Materiale cartografico, immagine di rilevamento');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','as' ,'Materiale cartografico, sezione');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ay' ,'Materiale cartografico, veduta');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','az' ,'CMateriale cartografico, altro');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cu' ,'Risorsa elettronica');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ca' ,'Risorsa elettronica, cartuccia nastro');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cb' ,'Risorsa elettronica, cartuccia con chip di memoria');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cc' ,'Risorsa elettronica, cartuccia disco ottico del computer');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cf' ,'Risorsa elettronica, cassetta del nastro');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ch' ,'Risorsa elettronica, bobina del nastro');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cj' ,'Risorsa elettronica, disco magnetico');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cm' ,'Risorsa elettronica, disco ottico magnetico');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','co' ,'Risorsa elettronica, disco ottico');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cr' ,'Risorsa elettronica, remoto');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cz' ,'Risorsa elettronica, altro');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','du' ,'Globo');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','da' ,'Globo, globo celeste');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','db' ,'Globo, globo planetario o lunare');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','dc' ,'Globo, globo terrestre');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','de' ,'Globo, globo della luna del pianeta Terra');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','dz' ,'Globo, altro');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ou' ,'Kit');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hu' ,'Microforma');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ha' ,'Microforma, scheda a finistra');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hb' ,'Microforma, microfilm in cartuccia');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hc' ,'Microforma, microfilm in cassetta');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hd' ,'Microforma, microfilm in bobina');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','he' ,'Microforma, microfiche');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hf' ,'Microforma, cassatta di microfiche');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hg' ,'Microforma, micropaco');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hz' ,'Microforma, altro');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','mu' ,'Film');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','mc' ,'Film, cartuccia di film');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','mf' ,'Film, cassetta di film');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','mr' ,'Film, bobina di film');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','mz' ,'Film, altro');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ku' ,'Grafica non proiettabile');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kc' ,'Grafica non proiettabile, collage');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kd' ,'Grafica non proiettabile, disegno');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ke' ,'Grafica non proiettabile, pittura');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kf' ,'Grafica non proiettabile, stampa fotomeccanica');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kg' ,'Grafica non proiettabile, negativo di foto');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kh' ,'Grafica non proiettabile, stampa di foto');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ki' ,'Grafica non proiettabile, immagine');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kj' ,'Grafica non proiettabile, stampa');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kl' ,'Grafica non proiettabile, disegno tecnico');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kn' ,'Grafica non proiettabile, diagramma');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ko' ,'Grafica non proiettabile, scheda didattica');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kz' ,'Grafica non proiettabile, altro');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','qu' ,'Musica notata');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gu' ,'Grafica proiettata');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gc' ,'Grafica proiettata, cartuccia di filmina');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gd' ,'Grafica proiettata, spezzone');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gf' ,'Grafica proiettata, altro tipo di filmina');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','go' ,'Grafica proiettata, rullo di filmina');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gs' ,'Grafica proiettata, diapositiva');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gt' ,'Grafica proiettata, transparente');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gz' ,'Grafica proiettata, altro');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ru' ,'Immagine di telerilevamento');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','su' ,'Audioregistrazione');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','sd' ,'Audioregistrazione, disco sonoro');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','se' ,'Audioregistrazione, cilindro');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','sg' ,'Audioregistrazione, audiocartuccia');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','si' ,'Audioregistrazione, colonna sonora film');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','sq' ,'Audioregistrazione, rullo');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ss' ,'Audioregistrazione, audiocassetta');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','st' ,'Audioregistrazione, audiobobina');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','sw' ,'Audioregistrazione, registrazione su filo');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','sz' ,'Audioregistrazione, altro');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','tu' ,'Testo');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ta' ,'Testo, caratteri normali');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','tb' ,'Testo, grandi caratteri');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','tc' ,'Testo, Braille');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','td' ,'Testo, testo in raccoglitore a fogli mobili');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','tz' ,'Testo, altro');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','vu' ,'Videoregistrazione');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','vc' ,'Videoregistrazione, videocartuccia');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','vd' ,'Videoregistrazione, videodisco');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','vf' ,'Videoregistrazione, videocassetta');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','vr' ,'Videoregistrazione, videobobina');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','vz' ,'Videoregistrazione, altro');
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','zu' ,'La forma fisica non è specificata');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','zm' ,'Multiple forme fisiche');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','zz' ,'Altre forme fisiche');
+
+-- General Holdings: Completeness Designator
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_C','0','Informazione non disponibile o conservazione limitata');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_C','1','Completo (95%-100%)');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_C','2','Incompleto (50%-94%)');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_C','3','Molto incompleta o roviata (meno del 50%)');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_C','4','Non applicabile');
+
+-- General Holdings: Acquisition Status Designator
+-- This data element specifies acquisition status for the unit at the time of the holdings report.
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_AS','0','Informazione non disponibile o conservazione limitata');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_AS','1','Altro');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_AS','2','Ricevuto e completo, o cessato');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_AS','3','Ordinato');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_AS','4','Attualmente ricevuto');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_AS','5','Attualmente non ricevuto');
+
+-- General Holdings: Retention Designator
+-- This data element specifies the retention policy for the unit at the time of the holdings report.
+
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','0','Informazione non disponibile');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','1','Altro');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','2','Conservato ma sostituito dagli aggiornamenti');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','3','Vieme conservato un fascicolo come esempio');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','4','Conservato fino alla sostituzione con microforma o altro formato di conservazione');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','5','Conservato fino alla sostiuzione di un cumulativo, un volume sostitutivo o revisione');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','6','Conservazione limitata (solo alcune parti vengono tenute)');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','7','Nessuna conservazione(niente viene tenutp)');
+INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','8','Conservazione permanente (tutte le parti tenute a tempo indefinito)');
diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_holdings_coded_values.txt b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_holdings_coded_values.txt
new file mode 100644 (file)
index 0000000..6787e0f
--- /dev/null
@@ -0,0 +1,2 @@
+Valori codificati per le copie di record bibliografici su MARC21  (standard Z39.71-2006).
+Cerca in http://www.niso.org/standards/index.html per i dettagli.
index 70068e6..3ad2460 100644 (file)
 
 
 INSERT INTO `biblio_framework` (`frameworkcode`,`frameworktext`) VALUES
-               ('BKS', 'Books, Booklets, Workbooks'),
-               ('CF', 'CD-ROMs, DVD-ROMs, General Online Resources'),
-               ('SR', 'Audio Cassettes, CDs'),
-               ('VR', 'DVDs, VHS'),
-               ('AR', 'Models'),
+               ('BKS', 'Libri'),
+               ('CF', 'Risorse elettroniche'),
+               ('SR', 'CD e cassette audio'),
+               ('VR', 'DVD, VHS'),
+               ('AR', 'Modelli'),
                ('KT', 'Kits'),
-               ('IR', 'Binders'),
-               ('SER', 'Serials');
+               ('IR', 'Raccolte'),
+               ('SER', 'Seriali');
 
 
 -- ******************************************************
@@ -103,7 +103,7 @@ INSERT INTO `biblio_framework` (`frameworkcode`,`frameworktext`) VALUES
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', 'BKS');
+               ('999', 'Sys Number locale (Koha)', 'Sys Number locale (Koha)', 1, 0, '', 'BKS');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
                ('999', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, NULL, -1, NULL, NULL, '', NULL, -5, 'BKS', '', '', NULL),
@@ -118,8 +118,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for primary biblioitems Field/Subfields.
 
 
---             ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'BKS', '', '', NULL),
---             ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'BKS', '', '', NULL),
+--      ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'BKS', '', '', NULL),
+--      ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'BKS', '', '', NULL),
 
 
 
@@ -127,21 +127,21 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', 'BKS');
+               ('942', 'Dati aggiuntivi (Koha)', 'Dati aggiuntivi (Koha)', 0, 0, '', 'BKS');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'BKS', '', '', NULL),
-               ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'BKS', '', '', NULL),
+               ('942', '0', 'Numero prestiti (tutte le copie)', 'Numero prestiti (tutte le copie)', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'BKS', '', '', NULL),
+               ('942', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('942', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'BKS', '', '', NULL),
                ('942', 'a', 'Institution code [OBSOLETE]', 'Institution code [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -5, 'BKS', '', '', NULL),
-               ('942', 'c', 'Item type', 'Item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('942', 'e', 'Edition', 'Edition', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('942', 'i', 'Item part', 'Item part', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'BKS', '', '', NULL),
-               ('942', 'k', 'Call number prefix', 'Call number prefix', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('942', 'm', 'Call number suffix', 'Call number suffix', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('942', 'n', 'Suppress in OPAC', 'Suppress in OPAC', 0, 0, NULL, 9, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'BKS', '', '', NULL);
+               ('942', 'c', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('942', 'e', 'Edizione', 'Edizione', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('942', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('942', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'BKS', '', '', NULL),
+               ('942', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('942', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('942', 'n', 'Nasconto in Opac', 'Nasconto in Opac', 0, 0, NULL, 9, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('942', 's', 'Flag seriale', 'Flag seriale', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'BKS', '', '', NULL);
 
 
 -- ******************************************************
@@ -150,8 +150,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for items Field/Subfields
 
 
---             ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'BKS', '', '', NULL),
---             ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'BKS', '', '', NULL),
+--      ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'BKS', '', '', NULL),
+--      ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'BKS', '', '', NULL),
 
 
 
@@ -159,44 +159,44 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('952', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', 'BKS');
+               ('952', 'Dati di copia (Koha)', 'Dati di copia (Koha)', 1, 0, '', 'BKS');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-            ('952', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', '1', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('952', '3', 'Materials specified (bound volume or other part)', 'Materials specified (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('952', '4', 'Damaged status', 'Damaged status', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('952', '0', 'Ritirato (status)', 'Ritirato (status)', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', '1', 'Perso (status)', 'Perso (status)', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('952', '3', 'Materiali specifici (rilegati o simili)', 'Materiali specifici (rilegati o simili)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('952', '4', 'Danneggiato (status)', 'Danneggiato (status)', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'BKS', '', '', NULL),
                ('952', '5', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'BKS', '', '', NULL),
-               ('952', '7', 'Not for loan', 'Not for loan', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', '8', 'Collection code', 'Collection code', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', '9', 'Koha itemnumber (autogenerated)', 'Koha itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'BKS', '', '', NULL),
-               ('952', 'a', 'Permanent location', 'Permanent location', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', 'b', 'Current location', 'Current location', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', 'c', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', 'd', 'Date acquired', 'Date acquired', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'BKS', '', '', NULL),
-               ('952', 'e', 'Source of acquisition', 'Source of acquisition', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', 'f', 'Coded location qualifier', 'Coded location qualifier', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('952', 'g', 'Cost, normal purchase price', 'Cost, normal purchase price', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', 'h', 'Serial Enumeration / chronology','Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'BKS', '', '', NULL),
-        ('952', 'i', 'Inventory number','Inventory number', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', 'j', 'Shelving control number', 'Shelving control number', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('952', 'l', 'Total Checkouts', 'Total Checkouts', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'BKS', '', '', NULL),
-               ('952', 'm', 'Total Renewals', 'Total Renewals', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'BKS', '', '', NULL),
-               ('952', 'n', 'Total Holds', 'Total Holds', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'BKS', '', '', NULL),
-               ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'BKS', '', '', NULL),
-               ('952', 'p', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'BKS', '', '', NULL),
-               ('952', 'q', 'Checked out', 'Checked out', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'BKS', '', '', NULL),
-               ('952', 'r', 'Date last seen', 'Date last seen', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'BKS', '', '', NULL),
-               ('952', 's', 'Date last borrowed', 'Date last borrowed', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'BKS', '', '', NULL),
-               ('952', 't', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('952', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'BKS', '', '', NULL),
-               ('952', 'v', 'Cost, replacement price', 'Cost, replacement price', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', 'w', 'Price effective from', 'Price effective from', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('952', 'x', 'Non-public note', 'Non-public note', 0, 0, '', 10, '', '', '', NULL, 1, 'BKS', '', '', NULL),
-               ('952', 'y', 'Koha item type', 'Koha item type', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('952', 'z', 'Public note', 'Public note', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'BKS', '', '', NULL);
+               ('952', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'BKS', '', '', NULL),
+               ('952', '7', 'Non per il presito', 'Non per il presito', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', '8', 'Codice collezione', 'Codice collezione', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', '9', 'Numero di copia (ID autogenerato)', 'Numero di copia (ID autogenerato)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'BKS', '', '', NULL),
+               ('952', 'a', 'Biblioteca proprietaria', 'Biblioteca proprietaria', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', 'b', 'Biblioteca in cui si trova', 'Biblioteca in cui si trova', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'BKS', '', '', NULL),
+               ('952', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('952', 'g', 'Costo, prezzo di acquisto', 'Costo, prezzo di acquisto', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', 'h', 'Enumerazione seriale / cronologia', 'Enumerazione seriale / cronologia', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', 'i', 'Numero di inventario', 'Numero di inventario', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('952', 'l', 'Totale prestiti', 'Totale prestiti', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'BKS', '', '', NULL),
+               ('952', 'm', 'Totale rinnovi', 'Totale rinnovi', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'BKS', '', '', NULL),
+               ('952', 'n', 'Totale prenotazioni', 'Totale prenotazioni', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'BKS', '', '', NULL),
+               ('952', 'o', 'Collocazione', 'Collocazione', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'BKS', '', '', NULL),
+               ('952', 'p', 'Codice a barre', 'Codice a barre', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'BKS', '', '', NULL),
+               ('952', 'q', 'Prestito', 'Prestito', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'BKS', '', '', NULL),
+               ('952', 'r', 'Data ultima operazione', 'Data ultima operazione', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'BKS', '', '', NULL),
+               ('952', 's', 'Data ultimo prestito', 'Data ultimo prestito', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'BKS', '', '', NULL),
+               ('952', 't', 'Numero di copia', 'Numero di copia', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('952', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'BKS', '', '', NULL),
+               ('952', 'v', 'Costo, costo di riacquisto', 'Costo, costo di riacquisto', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', 'w', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('952', 'x', 'Nota non pubblica', 'Nota non pubblica', 0, 0, '', 10, '', '', '', NULL, 1, 'BKS', '', '', NULL),
+               ('952', 'y', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('952', 'z', 'Nota pubblica', 'Nota pubblica', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'BKS', '', '', NULL);
 
 
 
@@ -212,275 +212,275 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
                ('000', 'LEADER', 'LEADER', 0, 1, '', 'BKS'),
-               ('001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 0, '', 'BKS'),
-               ('003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 0, '', 'BKS'),
-               ('005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 0, '', 'BKS'),
-               ('006', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 1, 0, '', 'BKS'),
-               ('007', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 1, 0, '', 'BKS'),
-               ('008', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 0, 1, '', 'BKS'),
+               ('001', 'Numero di controllo', 'Numero di controllo', 0, 0, '', 'BKS'),
+               ('003', 'Identificatore del numero di controllo', 'Identificatore del numero di controllo', 0, 0, '', 'BKS'),
+               ('005', 'Data e orario dell\'ultima transazione', 'Data e orario dell\'ultima transazione', 0, 0, '', 'BKS'),
+               ('006', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 1, 0, '', 'BKS'),
+               ('007', 'Campo fisso per la descrizione fisica--informazione generale', 'Campo fisso per la descrizione fisica--informazione generale', 1, 0, '', 'BKS'),
+               ('008', 'Elementi di lunghezza fissa--Informazione generale', 'Elementi di lunghezza fissa--Informazione generale', 0, 1, '', 'BKS'),
                ('009', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 1, 0, '', 'BKS'),
-               ('010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, '', 'BKS'),
+               ('010', 'Numero di controllo della Library of Congress', 'Numero di controllo della Library of Congress', 0, 0, '', 'BKS'),
                ('011', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 0, 0, '', 'BKS'),
-               ('013', 'PATENT CONTROL INFORMATION', 'PATENT CONTROL INFORMATION', 1, 0, '', 'BKS'),
-               ('015', 'NATIONAL BIBLIOGRAPHY NUMBER', 'NATIONAL BIBLIOGRAPHY NUMBER', 1, 0, '', 'BKS'),
-               ('016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, '', 'BKS'),
-               ('017', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 1, 0, '', 'BKS'),
-               ('018', 'COPYRIGHT ARTICLE-FEE CODE', 'COPYRIGHT ARTICLE-FEE CODE', 0, 0, '', 'BKS'),
-               ('020', 'ISBN', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL, 'BKS'),
-               ('022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL, 'BKS'),
+               ('013', 'Informazioni impiegate per il controllo di brevetti', 'Informazioni impiegate per il controllo di brevetti', 1, 0, '', 'BKS'),
+               ('015', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 'BKS'),
+               ('016', 'Numero di controllo dell\'agenzia bibliografica nazionale', 'Numero di controllo dell\'agenzia bibliografica nazionale', 1, 0, '', 'BKS'),
+               ('017', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 'BKS'),
+               ('018', 'Codice di tassa sul copyright dell’articolo', 'Codice di tassa sul copyright dell’articolo', 0, 0, '', 'BKS'),
+               ('020', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 'BKS'),
+               ('022', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 'BKS'),
                ('023', 'STANDARD FILM NUMBER (VM) [DELETED]', 'STANDARD FILM NUMBER (VM) [DELETED]', 1, 0, NULL, 'BKS'),
-               ('024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL, 'BKS'),
-               ('025', 'OVERSEAS ACQUISITION NUMBER', 'OVERSEAS ACQUISITION NUMBER', 1, 0, '', 'BKS'),
-               ('026', 'FINGERPRINT IDENTIFIER', 'FINGERPRINT IDENTIFIER', 1, 0, '', 'BKS'),
-               ('027', 'STANDARD TECHNICAL REPORT NUMBER', 'STANDARD TECHNICAL REPORT NUMBER', 1, 0, '', 'BKS'),
-               ('028', 'PUBLISHER NUMBER', 'PUBLISHER NUMBER', 1, 0, NULL, 'BKS'),
-               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', ' (OCLC)', 1, 0, '', 'BKS'),
-               ('030', 'CODEN DESIGNATION', 'CODEN DESIGNATION', 1, 0, '', 'BKS'),
-               ('031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, '', 'BKS'),
-               ('032', 'POSTAL REGISTRATION NUMBER', 'POSTAL REGISTRATION NUMBER', 1, 0, '', 'BKS'),
-               ('033', 'DATE/TIME AND PLACE OF AN EVENT', 'DATE/TIME AND PLACE OF AN EVENT', 1, 0, '', 'BKS'),
-               ('034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, '', 'BKS'),
-               ('035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL, 'BKS'),
-               ('036', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 0, 0, '', 'BKS'),
-               ('037', 'PUBLICATION, DISTRIBUTION DETAILS--SOURCE OF ACQUISITION', 'SOURCE OF ACQUISITION', 1, 0, NULL, 'BKS'),
-               ('038', 'RECORD CONTENT LICENSOR', 'RECORD CONTENT LICENSOR', 0, 0, '', 'BKS'),
+               ('024', 'Altri identificatori standard', 'Altri identificatori standard', 1, 0, NULL, 'BKS'),
+               ('025', 'Numero di acquisito estero', 'Numero di acquisito estero', 1, 0, '', 'BKS'),
+               ('026', 'Identificatore dell’impronta', 'Identificatore dell’impronta', 1, 0, '', 'BKS'),
+               ('027', 'Standard Technical Report Number', 'Standard Technical Report Number', 1, 0, '', 'BKS'),
+               ('028', 'Numero dell’editore', 'Numero dell’editore', 1, 0, NULL, 'BKS'),
+               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 1, 0, '', 'BKS'),
+               ('030', 'Designazione CODEN', 'Designazione CODEN', 1, 0, '', 'BKS'),
+               ('031', 'Informazione sugli incipit musicali', 'Informazione sugli incipit musicali', 1, 0, '', 'BKS'),
+               ('032', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 1, 0, '', 'BKS'),
+               ('033', 'Data/ora e luogo di un evento', 'Data/ora e luogo di un evento', 1, 0, '', 'BKS'),
+               ('034', 'Dati matematici codificati per il materiale cartografico', 'Dati matematici codificati per il materiale cartografico', 1, 0, '', 'BKS'),
+               ('035', 'Numero di controllo del sistema', 'Numero di controllo del sistema', 1, 0, NULL, 'BKS'),
+               ('036', 'Numero dello studio originale del computer data file', 'Numero dello studio originale del computer data file', 0, 0, '', 'BKS'),
+               ('037', 'Fonte d’acquisto', 'Fonte d’acquisto', 1, 0, NULL, 'BKS'),
+               ('038', 'Licenza d’uso del contenuto della registrazione', 'Licenza d’uso del contenuto della registrazione', 0, 0, '', 'BKS'),
                ('039', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 0, 0, '', 'BKS'),
-               ('040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 0, NULL, 'BKS'),
-               ('041', 'LANGUAGE CODE', 'LANGUAGE CODE', 1, 0, '', 'BKS'),
-               ('042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, '', 'BKS'),
-               ('043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL, 'BKS'),
-               ('044', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 0, 0, '', 'BKS'),
-               ('045', 'TIME PERIOD OF CONTENT', 'TIME PERIOD OF CONTENT', 0, 0, '', 'BKS'),
-               ('046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, '', 'BKS'),
-               ('047', 'FORM OF MUSICAL COMPOSITION CODE', 'FORM OF MUSICAL COMPOSITION CODE', 1, 0, '', 'BKS'),
-               ('048', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 1, 0, '', 'BKS'),
+               ('040', 'Fonte della catalogazione', 'Fonte della catalogazione', 0, 0, NULL, 'BKS'),
+               ('041', 'Codice di lingua', 'Codice di lingua', 1, 0, '', 'BKS'),
+               ('042', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 'BKS'),
+               ('043', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 0, 0, NULL, 'BKS'),
+               ('044', 'Codice del paese dell’ente che pubblica/produce l’item', 'Codice del paese dell’ente che pubblica/produce l’item', 0, 0, '', 'BKS'),
+               ('045', 'Periodo di tempo del contenuto', 'Periodo di tempo del contenuto', 0, 0, '', 'BKS'),
+               ('046', 'Codice delle date speciali', 'Codice delle date speciali', 1, 0, '', 'BKS'),
+               ('047', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 'BKS'),
+               ('048', 'Codice del numero degli strumenti musicali o delle voci', 'Codice del numero degli strumenti musicali o delle voci', 1, 0, '', 'BKS'),
                ('049', 'LOCAL HOLDINGS (OCLC)', 'LOCAL HOLDINGS (OCLC)', 0, 0, '', 'BKS'),
-               ('050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL, 'BKS'),
-               ('051', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 1, 0, NULL, 'BKS'),
-               ('052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL, 'BKS'),
-               ('055', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 1, 0, NULL, 'BKS'),
-               ('060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL, 'BKS'),
-               ('061', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 1, 0, NULL, 'BKS'),
-               ('066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL, 'BKS'),
-               ('070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL, 'BKS'),
-               ('071', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 1, 0, NULL, 'BKS'),
-               ('072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL, 'BKS'),
-               ('074', 'GPO ITEM NUMBER', 'GPO ITEM NUMBER', 1, 0, NULL, 'BKS'),
-               ('080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'BKS'),
-               ('082', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'BKS'),
-               ('084', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL, 'BKS'),
-               ('086', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL, 'BKS'),
+               ('050', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 1, 0, NULL, 'BKS'),
+               ('051', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 1, 0, NULL, 'BKS'),
+               ('052', 'Classificazione geografica', 'Classificazione geografica', 1, 0, NULL, 'BKS'),
+               ('055', 'Numero di classificazione assegnati in Canada', 'Numero di classificazione assegnati in Canada', 1, 0, NULL, 'BKS'),
+               ('060', 'Numero di chiamata (collocazione) della National Library of Medicine', 'Numero di chiamata (collocazione) della National Library of Medicine', 1, 0, NULL, 'BKS'),
+               ('061', 'Formulazione dell’esemplare della National Library of Medicine', 'Formulazione dell’esemplare della National Library of Medicine', 1, 0, NULL, 'BKS'),
+               ('066', 'Set di caratteri presenti', 'Set di caratteri presenti', 0, 0, NULL, 'BKS'),
+               ('070', 'Numero di chiamata (collocazione) della National Agricultural Library', 'Numero di chiamata (collocazione) della National Agricultural Library', 1, 0, NULL, 'BKS'),
+               ('071', 'Formulazione dell’esemplare della National Agricultural Library', 'Formulazione dell’esemplare della National Agricultural Library', 1, 0, NULL, 'BKS'),
+               ('072', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 1, 0, NULL, 'BKS'),
+               ('074', 'Numero GPO dell’item', 'Numero GPO dell’item', 1, 0, NULL, 'BKS'),
+               ('080', 'Numero di classificazione decimale universale', 'Numero di classificazione decimale universale', 1, 0, NULL, 'BKS'),
+               ('082', 'Numero di classificazione Decimale Dewey', 'Numero di classificazione Decimale Dewey', 1, 0, NULL, 'BKS'),
+               ('084', 'Numero d’altra classificazione', 'Numero d’altra classificazione', 1, 0, NULL, 'BKS'),
+               ('086', 'Numero di classificazione di documento governativo', 'Numero di classificazione di documento governativo', 1, 0, NULL, 'BKS'),
                ('087', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 1, 0, NULL, 'BKS'),
-               ('088', 'REPORT NUMBER', 'REPORT NUMBER', 1, 0, NULL, 'BKS'),
-               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, '', 'BKS'),
+               ('088', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 'BKS'),
+               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 1, 0, '', 'BKS'),
                ('091', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 0, 0, '', 'BKS'),
                ('092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, '', 'BKS'),
                ('096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, '', 'BKS'),
                ('098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, '', 'BKS'),
                ('099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, '', 'BKS'),
-               ('100', 'MAIN ENTRY--PERSONAL AUTHOR', 'MAIN ENTRY--PERSONAL NAME', 0, 0, NULL, 'BKS'),
-               ('110', 'MAIN ENTRY--CORPORATE AUTHOR', 'MAIN ENTRY--CORPORATE NAME', 0, 0, NULL, 'BKS'),
-               ('111', 'MAIN ENTRY--MEETING NAME', 'MAIN ENTRY--MEETING NAME', 0, 0, NULL, 'BKS'),
-               ('130', 'MAIN ENTRY--UNIFORM TITLE', 'MAIN ENTRY--UNIFORM TITLE', 0, 0, NULL, 'BKS'),
-               ('210', 'ABBREVIATED TITLE', 'ABBREVIATED TITLE', 1, 0, NULL, 'BKS'),
+               ('100', 'Accesso principale -- nome di persona', 'Accesso principale -- nome di persona', 0, 0, NULL, 'BKS'),
+               ('110', 'Accesso principale--nome di ente', 'Accesso principale--nome di ente', 0, 0, NULL, 'BKS'),
+               ('111', 'Accesso principale--nome di convegno', 'Accesso principale--nome di convegno', 0, 0, NULL, 'BKS'),
+               ('130', 'Accesso principale--titolo uniforme', 'Accesso principale--titolo uniforme', 0, 0, NULL, 'BKS'),
+               ('210', 'Titolo abbreviato', 'Titolo abbreviato', 1, 0, NULL, 'BKS'),
                ('211', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 1, 0, NULL, 'BKS'),
                ('212', 'VARIANT ACCESS TITLE [OBSOLETE]', 'VARIANT ACCESS TITLE [OBSOLETE]', 1, 0, NULL, 'BKS'),
                ('214', 'AUGMENTED TITLE [OBSOLETE]', 'AUGMENTED TITLE [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('222', 'KEY TITLE', 'KEY TITLE', 1, 0, NULL, 'BKS'),
-               ('240', 'UNIFORM TITLE', 'UNIFORM TITLE', 0, 0, 'Unititle', 'BKS'),
+               ('222', 'Titolo chiave', 'Titolo chiave', 1, 0, NULL, 'BKS'),
+               ('240', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'Unititle', 'BKS'),
                ('241', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 0, 0, '', 'BKS'),
-               ('242', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 1, 0, NULL, 'BKS'),
-               ('243', 'COLLECTIVE UNIFORM TITLE', 'COLLECTIVE UNIFORM TITLE', 0, 0, '', 'BKS'),
-               ('245', 'TITLE', 'TITLE STATEMENT', 0, 1, '', 'BKS'),
-               ('246', 'VARYING FORM OF TITLE', 'VARYING FORM OF TITLE', 1, 0, NULL, 'BKS'),
-               ('247', 'FORMER TITLE', 'FORMER TITLE', 1, 0, NULL, 'BKS'),
-               ('250', 'EDITION STATEMENT', 'EDITION STATEMENT', 0, 0, NULL, 'BKS'),
-               ('254', 'MUSICAL PRESENTATION STATEMENT', 'MUSICAL PRESENTATION STATEMENT', 0, 0, NULL, 'BKS'),
-               ('255', 'CARTOGRAPHIC MATHEMATICAL DATA', 'CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL, 'BKS'),
-               ('256', 'COMPUTER FILE CHARACTERISTICS', 'COMPUTER FILE CHARACTERISTICS', 0, 0, NULL, 'BKS'),
-               ('257', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 0, 0, NULL, 'BKS'),
-               ('258', 'PHILATELIC ISSUE DATE', 'PHILATELIC ISSUE DATE', 1, 0, NULL, 'BKS'),
-               ('260', 'PUBLISHER--PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 1, 0, NULL, 'BKS'),
+               ('242', 'Traduzione del titolo dell’agenzia di catalogazione', 'Traduzione del titolo dell’agenzia di catalogazione', 1, 0, NULL, 'BKS'),
+               ('243', 'Titolo uniforme collettivo', 'Titolo uniforme collettivo', 0, 0, '', 'BKS'),
+               ('245', 'Formulazione del titolo', 'Formulazione del titolo', 0, 1, '', 'BKS'),
+               ('246', 'Varianti del titolo', 'Varianti del titolo', 1, 0, NULL, 'BKS'),
+               ('247', 'Titolo precedente', 'Titolo precedente', 1, 0, NULL, 'BKS'),
+               ('250', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, NULL, 'BKS'),
+               ('254', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, NULL, 'BKS'),
+               ('255', 'Dati matematici del materiale cartografico', 'Dati matematici del materiale cartografico', 1, 0, NULL, 'BKS'),
+               ('256', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, NULL, 'BKS'),
+               ('257', 'Paese dell’ente produttore dei film d’archivio', 'Paese dell’ente produttore dei film d’archivio', 0, 0, NULL, 'BKS'),
+               ('258', 'Dati dell’emissione filatelica', 'Dati dell’emissione filatelica', 1, 0, NULL, 'BKS'),
+               ('260', 'Pubblicazione, distribuzione, ecc. (stampa)', 'Pubblicazione, distribuzione, ecc. (stampa)', 1, 0, NULL, 'BKS'),
                ('261', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, NULL, 'BKS'),
                ('262', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 0, 0, NULL, 'BKS'),
-               ('263', 'PROJECTED PUBLICATION DATE', 'PROJECTED PUBLICATION DATE', 0, 0, NULL, 'BKS'),
+               ('263', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, NULL, 'BKS'),
                ('265', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 0, 0, NULL, 'BKS'),
-               ('270', 'PUBLICATION, DISTRIBUTION DETAILS--ADDRESS', 'ADDRESS', 1, 0, NULL, 'BKS'),
-               ('300', 'PHYSICAL DESCRIPTION', 'PHYSICAL DESCRIPTION', 1, 1, NULL, 'BKS'),
+               ('270', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 'BKS'),
+               ('300', 'Descrizione fisica', 'Descrizione fisica', 1, 1, NULL, 'BKS'),
                ('301', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 0, 0, NULL, 'BKS'),
                ('302', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 0, 0, NULL, 'BKS'),
                ('303', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'BKS'),
                ('304', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'BKS'),
                ('305', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 0, 0, NULL, 'BKS'),
-               ('306', 'PLAYING TIME', 'PLAYING TIME', 0, 0, NULL, 'BKS'),
-               ('307', 'HOURS, ETC.', 'HOURS, ETC.', 1, 0, NULL, 'BKS'),
+               ('306', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, NULL, 'BKS'),
+               ('307', 'Disponibilità oraria, ecc.', 'Disponibilità oraria, ecc.', 1, 0, NULL, 'BKS'),
                ('308', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('310', 'CURRENT PUBLICATION FREQUENCY', 'CURRENT PUBLICATION FREQUENCY', 0, 0, NULL, 'BKS'),
+               ('310', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 'BKS'),
                ('315', 'FREQUENCY (CF MP) [OBSOLETE]', 'FREQUENCY (CF MP) [OBSOLETE]', 0, 0, NULL, 'BKS'),
-               ('321', 'FORMER PUBLICATION FREQUENCY', 'FORMER PUBLICATION FREQUENCY', 1, 0, NULL, 'BKS'),
-               ('340', 'PHYSICAL MEDIUM', 'PHYSICAL MEDIUM', 1, 0, NULL, 'BKS'),
-               ('342', 'GEOSPATIAL REFERENCE DATA', 'GEOSPATIAL REFERENCE DATA', 1, 0, NULL, 'BKS'),
-               ('343', 'PLANAR COORDINATE DATA', 'PLANAR COORDINATE DATA', 1, 0, NULL, 'BKS'),
+               ('321', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 1, 0, NULL, 'BKS'),
+               ('340', 'Supporto fisico', 'Supporto fisico', 1, 0, NULL, 'BKS'),
+               ('342', 'Dati di riferimento geospaziale', 'Dati di riferimento geospaziale', 1, 0, NULL, 'BKS'),
+               ('343', 'Dati di coordinate piane', 'Dati di coordinate piane', 1, 0, NULL, 'BKS'),
                ('350', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('351', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 1, 0, NULL, 'BKS'),
-               ('352', 'DIGITAL GRAPHIC REPRESENTATION', 'DIGITAL GRAPHIC REPRESENTATION', 1, 0, NULL, 'BKS'),
-               ('355', 'SECURITY CLASSIFICATION CONTROL', 'SECURITY CLASSIFICATION CONTROL', 1, 0, NULL, 'BKS'),
-               ('357', 'ORIGINATOR DISSEMINATION CONTROL', 'ORIGINATOR DISSEMINATION CONTROL', 0, 0, NULL, 'BKS'),
+               ('351', 'Organizzazione e l’ordinamento dei materiali', 'Organizzazione e l’ordinamento dei materiali', 1, 0, NULL, 'BKS'),
+               ('352', 'Rappresentazione grafica digitale', 'Rappresentazione grafica digitale', 1, 0, NULL, 'BKS'),
+               ('355', 'Controllo della classificazione di sicurezza', 'Controllo della classificazione di sicurezza', 1, 0, NULL, 'BKS'),
+               ('357', 'Controllo del creatore sulla diffusione', 'Controllo del creatore sulla diffusione', 0, 0, NULL, 'BKS'),
                ('359', 'RENTAL PRICE (VM) [OBSOLETE]', 'RENTAL PRICE (VM) [OBSOLETE]', 0, 0, NULL, 'BKS'),
-               ('362', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL, 'BKS'),
-               ('365', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE PRICE', 'TRADE PRICE', 1, 0, NULL, 'BKS'),
-               ('366', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE AVAILABILITY INFORMATION', 'TRADE AVAILABILITY INFORMATION', 1, 0, NULL, 'BKS'),
+               ('362', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 1, 0, NULL, 'BKS'),
+               ('365', 'Prezzo commerciale', 'Prezzo commerciale', 1, 0, NULL, 'BKS'),
+               ('366', 'Informazione sulla disponibilità editoriale', 'Informazione sulla disponibilità editoriale', 1, 0, NULL, 'BKS'),
                ('400', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'BKS'),
                ('410', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'BKS'),
                ('411', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'BKS'),
-               ('440', 'SERIES--TITLE', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 1, 0, NULL, 'BKS'),
-               ('490', 'SERIES STATEMENT', 'SERIES STATEMENT', 1, 0, '', 'BKS'),
-               ('500', 'GENERAL NOTE', 'GENERAL NOTE', 1, 0, NULL, 'BKS'),
-               ('501', 'WITH NOTE', 'WITH NOTE', 1, 0, NULL, 'BKS'),
-               ('502', 'DISSERTATION NOTE', 'DISSERTATION NOTE', 1, 0, NULL, 'BKS'),
+               ('440', 'Formulazione della serie/accesso aggiunto--titolo', 'Formulazione della serie/accesso aggiunto--titolo', 1, 0, NULL, 'BKS'),
+               ('490', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 'BKS'),
+               ('500', 'Nota generale', 'Nota generale', 1, 0, NULL, 'BKS'),
+               ('501', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 1, 0, NULL, 'BKS'),
+               ('502', 'Nota di dissertazione', 'Nota di dissertazione', 1, 0, NULL, 'BKS'),
                ('503', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('504', 'BIBLIOGRAPHY, ETC. NOTE', 'BIBLIOGRAPHY, ETC. NOTE', 1, 0, NULL, 'BKS'),
-               ('505', 'FORMATTED CONTENTS NOTE', 'FORMATTED CONTENTS NOTE', 1, 0, NULL, 'BKS'),
-               ('506', 'RESTRICTIONS ON ACCESS NOTE', 'RESTRICTIONS ON ACCESS NOTE', 1, 0, NULL, 'BKS'),
-               ('507', 'SCALE NOTE FOR GRAPHIC MATERIAL', 'SCALE NOTE FOR GRAPHIC MATERIAL', 0, 0, NULL, 'BKS'),
-               ('508', 'CREATION/PRODUCTION CREDITS NOTE', 'CREATION/PRODUCTION CREDITS NOTE', 1, 0, NULL, 'BKS'),
+               ('504', 'Nota di bibliografia', 'Nota di bibliografia', 1, 0, NULL, 'BKS'),
+               ('505', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 1, 0, NULL, 'BKS'),
+               ('506', 'Nota sulle restrizioni all\'accesso', 'Nota sulle restrizioni all\'accesso', 1, 0, NULL, 'BKS'),
+               ('507', 'Nota di scala per materiale grafico', 'Nota di scala per materiale grafico', 0, 0, NULL, 'BKS'),
+               ('508', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 1, 0, NULL, 'BKS'),
                ('509', 'INFORMAL NOTES (RLIN)', 'INFORMAL NOTES (RLIN)', 0, 0, NULL, 'BKS'),
-               ('510', 'CITATION/REFERENCES NOTE', 'CITATION/REFERENCES NOTE', 1, 0, NULL, 'BKS'),
-               ('511', 'PARTICIPANT OR PERFORMER NOTE', 'PARTICIPANT OR PERFORMER NOTE', 1, 0, NULL, 'BKS'),
+               ('510', 'Nota di citazione/riferimenti esterni', 'Nota di citazione/riferimenti esterni', 1, 0, NULL, 'BKS'),
+               ('511', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 1, 0, NULL, 'BKS'),
                ('512', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('513', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 1, 0, NULL, 'BKS'),
-               ('514', 'DATA QUALITY NOTE', 'DATA QUALITY NOTE', 0, 0, NULL, 'BKS'),
-               ('515', 'NUMBERING PECULIARITIES NOTE', 'NUMBERING PECULIARITIES NOTE', 1, 0, NULL, 'BKS'),
-               ('516', 'TYPE OF COMPUTER FILE OR DATA NOTE', 'TYPE OF COMPUTER FILE OR DATA NOTE', 1, 0, NULL, 'BKS'),
+               ('513', 'Nota di tipo di rapporto e periodo coperto', 'Nota di tipo di rapporto e periodo coperto', 1, 0, NULL, 'BKS'),
+               ('514', 'Nota sulla qualità dei dati', 'Nota sulla qualità dei dati', 0, 0, NULL, 'BKS'),
+               ('515', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 1, 0, NULL, 'BKS'),
+               ('516', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 1, 0, NULL, 'BKS'),
                ('517', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 0, 0, NULL, 'BKS'),
-               ('518', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 1, 0, NULL, 'BKS'),
-               ('520', 'SUMMARY, ETC.', 'SUMMARY, ETC.', 1, 0, NULL, 'BKS'),
-               ('521', 'GRADE LEVEL/TARGET AUDIENCE NOTE', 'TARGET AUDIENCE NOTE', 1, 0, NULL, 'BKS'),
-               ('522', 'GEOGRAPHIC DETAILS/GEOGRAPHIC COVERAGE NOTE', 'GEOGRAPHIC COVERAGE NOTE', 1, 0, NULL, 'BKS'),
+               ('518', 'Nota sulla data/ora e luogo di un evento', 'Nota sulla data/ora e luogo di un evento', 1, 0, NULL, 'BKS'),
+               ('520', 'Riassunto, ecc.', 'Riassunto, ecc.', 1, 0, NULL, 'BKS'),
+               ('521', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 'BKS'),
+               ('522', 'Nota di copertura geografica', 'Nota di copertura geografica', 1, 0, NULL, 'BKS'),
                ('523', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'BKS'),
-               ('524', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'BKS'),
-               ('525', 'SUPPLEMENT NOTE', 'SUPPLEMENT NOTE', 0, 0, NULL, 'BKS'),
-               ('526', 'STUDY PROGRAM INFORMATION NOTE', 'STUDY PROGRAM INFORMATION NOTE', 0, 0, NULL, 'BKS'),
+               ('524', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 1, 0, NULL, 'BKS'),
+               ('525', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 'BKS'),
+               ('526', 'Nota d’informazione sul programma di studi', 'Nota d’informazione sul programma di studi', 0, 0, NULL, 'BKS'),
                ('527', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('530', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 1, 0, NULL, 'BKS'),
-               ('533', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'BKS'),
-               ('534', 'ORIGINAL VERSION NOTE', 'ORIGINAL VERSION NOTE', 1, 0, NULL, 'BKS'),
-               ('535', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 1, 0, NULL, 'BKS'),
-               ('536', 'FUNDING INFORMATION NOTE', 'FUNDING INFORMATION NOTE', 1, 0, NULL, 'BKS'),
+               ('530', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 1, 0, NULL, 'BKS'),
+               ('533', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'BKS'),
+               ('534', 'Nota sulla versione originale', 'Nota sulla versione originale', 1, 0, NULL, 'BKS'),
+               ('535', 'Nota sulla localizzazione degli originali/duplicati', 'Nota sulla localizzazione degli originali/duplicati', 1, 0, NULL, 'BKS'),
+               ('536', 'Nota d’informazione sul finanziamento', 'Nota d’informazione sul finanziamento', 1, 0, NULL, 'BKS'),
                ('537', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'BKS'),
-               ('538', 'SYSTEM DETAILS NOTE', 'SYSTEM DETAILS NOTE', 1, 0, NULL, 'BKS'),
-               ('540', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'BKS'),
-               ('541', 'ACQUISITION INFO--IMMEDIATE SOURCE OF ACQUISITION NOTE', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 1, 0, NULL, 'BKS'),
+               ('538', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 1, 0, NULL, 'BKS'),
+               ('540', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'BKS'),
+               ('541', 'Nota sulla fonte immediata d\'acquisto', 'Nota sulla fonte immediata d\'acquisto', 1, 0, NULL, 'BKS'),
                ('543', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('544', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 1, 0, NULL, 'BKS'),
-               ('545', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL, 'BKS'),
-               ('546', 'LANGUAGE/TRANSLATION INFO', 'LANGUAGE NOTE', 1, 0, NULL, 'BKS'),
-               ('547', 'FORMER TITLE COMPLEXITY NOTE', 'FORMER TITLE COMPLEXITY NOTE', 1, 0, NULL, 'BKS'),
-               ('550', 'ISSUING BODY NOTE', 'ISSUING BODY NOTE', 1, 0, NULL, 'BKS'),
-               ('552', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 1, 0, NULL, 'BKS'),
-               ('555', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 1, 0, NULL, 'BKS'),
-               ('556', 'INFORMATION ABOUT DOCUMENTATION NOTE', 'INFORMATION ABOUT DOCUMENTATION NOTE', 1, 0, NULL, 'BKS'),
-               ('561', 'OWNERSHIP AND CUSTODIAL HISTORY', 'OWNERSHIP AND CUSTODIAL HISTORY', 1, 0, NULL, 'BKS'),
-               ('562', 'COPY AND VERSION IDENTIFICATION NOTE', 'COPY AND VERSION IDENTIFICATION NOTE', 1, 0, NULL, 'BKS'),
-               ('563', 'BINDING INFORMATION', 'BINDING INFORMATION', 1, 0, NULL, 'BKS'),
-               ('565', 'CASE FILE CHARACTERISTICS NOTE', 'CASE FILE CHARACTERISTICS NOTE', 1, 0, NULL, 'BKS'),
-               ('567', 'METHODOLOGY NOTE', 'METHODOLOGY NOTE', 1, 0, NULL, 'BKS'),
+               ('544', 'Nota sulla localizzazione d’altri materiali d’archivio', 'Nota sulla localizzazione d’altri materiali d’archivio', 1, 0, NULL, 'BKS'),
+               ('545', 'Dati biografici o storici', 'Dati biografici o storici', 1, 0, NULL, 'BKS'),
+               ('546', 'Nota sulla lingua', 'Nota sulla lingua', 1, 0, NULL, 'BKS'),
+               ('547', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 1, 0, NULL, 'BKS'),
+               ('550', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 1, 0, NULL, 'BKS'),
+               ('552', 'Nota d’informazione sull’ente e l’attributo', 'Nota d’informazione sull’ente e l’attributo', 1, 0, NULL, 'BKS'),
+               ('555', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 1, 0, NULL, 'BKS'),
+               ('556', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 1, 0, NULL, 'BKS'),
+               ('561', 'Storia della proprietà e custodia', 'Storia della proprietà e custodia', 1, 0, NULL, 'BKS'),
+               ('562', 'Nota d\'identificazione della copia e della versione', 'Nota d\'identificazione della copia e della versione', 1, 0, NULL, 'BKS'),
+               ('563', 'Informazione sulla rilegatura', 'Informazione sulla rilegatura', 1, 0, NULL, 'BKS'),
+               ('565', 'Nota sulle caratteristiche della singola pratica', 'Nota sulle caratteristiche della singola pratica', 1, 0, NULL, 'BKS'),
+               ('567', 'Nota sulla metodologia', 'Nota sulla metodologia', 1, 0, NULL, 'BKS'),
                ('570', 'EDITOR NOTE (SE) [OBSOLETE]', 'EDITOR NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('580', 'LINKING ENTRY COMPLEXITY NOTE', 'LINKING ENTRY COMPLEXITY NOTE', 1, 0, NULL, 'BKS'),
-               ('581', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'BKS'),
+               ('580', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 1, 0, NULL, 'BKS'),
+               ('581', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 1, 0, NULL, 'BKS'),
                ('582', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('583', 'ACQUISITION INFO--ACTION NOTE', 'ACTION NOTE', 1, 0, NULL, 'BKS'),
-               ('584', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 1, 0, NULL, 'BKS'),
-               ('585', 'EXHIBITIONS NOTE', 'EXHIBITIONS NOTE', 1, 0, NULL, 'BKS'),
-               ('586', 'AWARDS', 'AWARDS NOTE', 1, 0, NULL, 'BKS'),
+               ('583', 'Nota d’azione', 'Nota d’azione', 1, 0, NULL, 'BKS'),
+               ('584', 'Nota di accumulo e di frequenza d’uso', 'Nota di accumulo e di frequenza d’uso', 1, 0, NULL, 'BKS'),
+               ('585', 'Nota di mostre', 'Nota di mostre', 1, 0, NULL, 'BKS'),
+               ('586', 'Nota di premi', 'Nota di premi', 1, 0, NULL, 'BKS'),
                ('590', 'LOCAL NOTE (RLIN)', 'LOCAL NOTE (RLIN)', 1, 0, NULL, 'BKS'),
-               ('600', 'SUBJECT--PERSONAL NAME', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'BKS'),
-               ('610', 'SUBJECT--CORPORATE NAME', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'BKS'),
-               ('611', 'SUBJECT--MEETING NAME', 'SUBJECT ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'BKS'),
-               ('630', 'SUBJECT--UNIFORM TITLE', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'BKS'),
-               ('648', 'SUBJECT--CHRONOLOGICAL TERM', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL, 'BKS'),
-               ('650', 'SUBJECT--TOPIC', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 1, 0, NULL, 'BKS'),
-               ('651', 'SUBJECT--GEOGRAPHIC NAME', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 1, 0, NULL, 'BKS'),
+               ('600', 'Accesso aggiunto di soggetto-–Nome di persona', 'Accesso aggiunto di soggetto-–Nome di persona', 1, 0, NULL, 'BKS'),
+               ('610', 'Accesso aggiunto di soggetto--nome di ente', 'Accesso aggiunto di soggetto--nome di ente', 1, 0, NULL, 'BKS'),
+               ('611', 'Accesso aggiunto di soggetto--nome di convegno', 'Accesso aggiunto di soggetto--nome di convegno', 1, 0, NULL, 'BKS'),
+               ('630', 'Accesso aggiunto di soggetto--titolo uniforme', 'Accesso aggiunto di soggetto--titolo uniforme', 1, 0, NULL, 'BKS'),
+               ('648', 'Accesso aggiunto di soggetto--termine cronologico', 'Accesso aggiunto di soggetto--termine cronologico', 1, 0, NULL, 'BKS'),
+               ('650', 'Accesso aggiunto di soggetto--termine topico', 'Accesso aggiunto di soggetto--termine topico', 1, 0, NULL, 'BKS'),
+               ('651', 'Accesso aggiunto di soggetto--nome geografico', 'Accesso aggiunto di soggetto--nome geografico', 1, 0, NULL, 'BKS'),
                ('652', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('653', 'SUBJECT--UNCONTROLLED', 'INDEX TERM--UNCONTROLLED', 1, 0, NULL, 'BKS'),
-               ('654', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 1, 0, NULL, 'BKS'),
-               ('655', 'SUBJECT--GENRE/FORM', 'INDEX TERM--GENRE/FORM', 1, 0, NULL, 'BKS'),
-               ('656', 'SUBJECT--OCCUPATION', 'INDEX TERM--OCCUPATION', 1, 0, NULL, 'BKS'),
-               ('657', 'SUBJECT--FUNCTION', 'INDEX TERM--FUNCTION', 1, 0, NULL, 'BKS'),
-               ('658', 'SUBJECT--CURRICULUM OBJECTIVE', 'INDEX TERM--CURRICULUM OBJECTIVE', 1, 0, NULL, 'BKS'),
-               ('662', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'BKS'),
-               ('690', 'LOCAL SUBJECT--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'BKS'),
+               ('653', 'Termine d’indicizzazione--non controllato', 'Termine d’indicizzazione--non controllato', 1, 0, NULL, 'BKS'),
+               ('654', 'Accesso aggiunto di soggetto--termini topici faccettati', 'Accesso aggiunto di soggetto--termini topici faccettati', 1, 0, NULL, 'BKS'),
+               ('655', 'Termine d’indicizzazione--genere/forma', 'Termine d’indicizzazione--genere/forma', 1, 0, NULL, 'BKS'),
+               ('656', 'Termine d’indicizzazione--occupazione', 'Termine d’indicizzazione--occupazione', 1, 0, NULL, 'BKS'),
+               ('657', 'Termine d’indicizzazione--funzione', 'Termine d’indicizzazione--funzione', 1, 0, NULL, 'BKS'),
+               ('658', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 1, 0, NULL, 'BKS'),
+               ('662', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 1, 0, NULL, 'BKS'),
+               ('690', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'BKS'),
                ('691', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 1, 0, '', 'BKS'),
                ('696', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'BKS'),
                ('697', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'BKS'),
                ('698', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'BKS'),
                ('699', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'BKS'),
-               ('700', 'ADDED ENTRY--PERSONAL AUTHOR', 'ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'BKS'),
+               ('700', 'Accesso aggiunto--nome di persona', 'Accesso aggiunto--nome di persona', 1, 0, NULL, 'BKS'),
                ('705', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('710', 'ADDED ENTRY--CORPORATE AUTHOR', 'ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'BKS'),
-               ('711', 'ADDED ENTRY--MEETING NAME', 'ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'BKS'),
+               ('710', 'Accesso aggiunto--nome di ente', 'Accesso aggiunto--nome di ente', 1, 0, NULL, 'BKS'),
+               ('711', 'Accesso aggiunto--nome di convegno', 'Accesso aggiunto--nome di convegno', 1, 0, NULL, 'BKS'),
                ('715', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('720', 'ADDED ENTRY--UNCONTROLLED AUTHOR', 'ADDED ENTRY--UNCONTROLLED NAME', 1, 0, NULL, 'BKS'),
-               ('730', 'ADDED ENTRY--UNIFORM TITLE', 'ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'BKS'),
-               ('740', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 1, 0, NULL, 'BKS'),
-               ('752', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'BKS'),
-               ('753', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 1, 0, NULL, 'BKS'),
-               ('754', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 1, 0, NULL, 'BKS'),
+               ('720', 'Accesso aggiunto--nome non controllato', 'Accesso aggiunto--nome non controllato', 1, 0, NULL, 'BKS'),
+               ('730', 'Accesso aggiunto--titolo uniforme', 'Accesso aggiunto--titolo uniforme', 1, 0, NULL, 'BKS'),
+               ('740', 'Accesso aggiunto--titolo analitico/correlato non controllato', 'Accesso aggiunto--titolo analitico/correlato non controllato', 1, 0, NULL, 'BKS'),
+               ('752', 'Accesso aggiunto – nome gerarchico di luogo', 'Accesso aggiunto – nome gerarchico di luogo', 1, 0, NULL, 'BKS'),
+               ('753', 'Dettagli sul sistema per accedere ai computer file', 'Dettagli sul sistema per accedere ai computer file', 1, 0, NULL, 'BKS'),
+               ('754', 'Accesso aggiunto--identificazione tassonomica', 'Accesso aggiunto--identificazione tassonomica', 1, 0, NULL, 'BKS'),
                ('755', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('760', 'MAIN SERIES ENTRY', 'MAIN SERIES ENTRY', 1, 0, NULL, 'BKS'),
-               ('762', 'SUBSERIES ENTRY', 'SUBSERIES ENTRY', 1, 0, NULL, 'BKS'),
-               ('765', 'ORIGINAL LANGUAGE ENTRY', 'ORIGINAL LANGUAGE ENTRY', 1, 0, NULL, 'BKS'),
-               ('767', 'TRANSLATION ENTRY', 'TRANSLATION ENTRY', 1, 0, NULL, 'BKS'),
-               ('770', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 1, 0, NULL, 'BKS'),
-               ('772', 'SUPPLEMENT PARENT ENTRY', 'SUPPLEMENT PARENT ENTRY', 1, 0, NULL, 'BKS'),
-               ('773', 'HOST ITEM ENTRY', 'HOST ITEM ENTRY', 1, 0, NULL, 'BKS'),
-               ('774', 'CONSTITUENT UNIT ENTRY', 'CONSTITUENT UNIT ENTRY', 1, 0, NULL, 'BKS'),
-               ('775', 'OTHER EDITION ENTRY', 'OTHER EDITION ENTRY', 1, 0, NULL, 'BKS'),
-               ('776', 'ADDITIONAL PHYSICAL FORM ENTRY', 'ADDITIONAL PHYSICAL FORM ENTRY', 1, 0, NULL, 'BKS'),
-               ('777', 'ISSUED WITH ENTRY', 'ISSUED WITH ENTRY', 1, 0, NULL, 'BKS'),
-               ('780', 'PRECEDING ENTRY', 'PRECEDING ENTRY', 1, 0, NULL, 'BKS'),
-               ('785', 'SUCCEEDING ENTRY', 'SUCCEEDING ENTRY', 1, 0, NULL, 'BKS'),
-               ('786', 'DATA SOURCE ENTRY', 'DATA SOURCE ENTRY', 1, 0, NULL, 'BKS'),
-               ('787', 'NONSPECIFIC RELATIONSHIP ENTRY', 'NONSPECIFIC RELATIONSHIP ENTRY', 1, 0, NULL, 'BKS'),
+               ('760', 'Accesso di serie principale', 'Accesso di serie principale', 1, 0, NULL, 'BKS'),
+               ('762', 'Accesso di sottoserie', 'Accesso di sottoserie', 1, 0, NULL, 'BKS'),
+               ('765', 'Accesso di lingua originale', 'Accesso di lingua originale', 1, 0, NULL, 'BKS'),
+               ('767', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'BKS'),
+               ('770', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'BKS'),
+               ('772', 'Accesso di pubblicazione principale', 'Accesso di pubblicazione principale', 1, 0, NULL, 'BKS'),
+               ('773', 'Accesso d’item ospite', 'Accesso d’item ospite', 1, 0, NULL, 'BKS'),
+               ('774', 'Accesso d’unità costituente', 'Accesso d’unità costituente', 1, 0, NULL, 'BKS'),
+               ('775', 'Acceso di un’altra edizione', 'Acceso di un’altra edizione', 1, 0, NULL, 'BKS'),
+               ('776', 'Accesso di forma fisica aggiunta', 'Accesso di forma fisica aggiunta', 1, 0, NULL, 'BKS'),
+               ('777', 'Accesso di ', 'Accesso di ', 1, 0, NULL, 'BKS'),
+               ('780', 'Accesso precedente', 'Accesso precedente', 1, 0, NULL, 'BKS'),
+               ('785', 'Accesso successivo', 'Accesso successivo', 1, 0, NULL, 'BKS'),
+               ('786', 'Accesso di fonte dei dati', 'Accesso di fonte dei dati', 1, 0, NULL, 'BKS'),
+               ('787', 'Accesso di relazione non specificata', 'Accesso di relazione non specificata', 1, 0, NULL, 'BKS'),
                ('789', 'COMPONENT ITEM ENTRY (RLIN)', 'COMPONENT ITEM ENTRY (RLIN)', 1, 0, '', 'BKS'),
                ('796', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'BKS'),
                ('797', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'BKS'),
                ('798', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'BKS'),
                ('799', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'BKS'),
-               ('800', 'SERIES ADDED ENTRY--PERSONAL NAME', 'SERIES ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'BKS'),
-               ('810', 'SERIES ADDED ENTRY--CORPORATE NAME', 'SERIES ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'BKS'),
-               ('811', 'SERIES ADDED ENTRY--MEETING NAME', 'SERIES ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'BKS'),
-               ('830', 'SERIES ADDED ENTRY--UNIFORM TITLE', 'SERIES ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'BKS'),
+               ('800', 'Accesso aggiunto di serie--nome di persona', 'Accesso aggiunto di serie--nome di persona', 1, 0, NULL, 'BKS'),
+               ('810', 'Accesso aggiunto di serie--nome di ente', 'Accesso aggiunto di serie--nome di ente', 1, 0, NULL, 'BKS'),
+               ('811', 'Accesso aggiunto di serie--nome di convegno', 'Accesso aggiunto di serie--nome di convegno', 1, 0, NULL, 'BKS'),
+               ('830', 'Accesso aggiunto di serie--titolo uniforme', 'Accesso aggiunto di serie--titolo uniforme', 1, 0, NULL, 'BKS'),
                ('840', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('841', 'HOLDINGS CODED DATA VALUES', 'HOLDINGS CODED DATA VALUES', 0, 0, NULL, 'BKS'),
-               ('842', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 0, 0, NULL, 'BKS'),
-               ('843', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'BKS'),
-               ('844', 'NAME OF UNIT', 'NAME OF UNIT', 0, 0, NULL, 'BKS'),
-               ('845', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'BKS'),
-               ('850', 'HOLDING INSTITUTION', 'HOLDING INSTITUTION', 1, 0, NULL, 'BKS'),
+               ('841', 'Valori dei dati codificati di posseduti', 'Valori dei dati codificati di posseduti', 0, 0, NULL, 'BKS'),
+               ('842', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, NULL, 'BKS'),
+               ('843', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'BKS'),
+               ('844', 'Nome dell’unità', 'Nome dell’unità', 0, 0, NULL, 'BKS'),
+               ('845', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'BKS'),
+               ('850', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 'BKS'),
                ('851', 'LOCATION [OBSOLETE]', 'LOCATION [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('852', 'LOCATION/CALL NUMBER', 'LOCATION/CALL NUMBER', 1, 0, NULL, 'BKS'),
-               ('853', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'BKS'),
-               ('854', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'BKS'),
-               ('855', 'CAPTIONS AND PATTERN--INDEXES', 'CAPTIONS AND PATTERN--INDEXES', 1, 0, NULL, 'BKS'),
-               ('856', 'URL/ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL, 'BKS'),
+               ('852', 'Localizzazione', 'Localizzazione', 1, 0, NULL, 'BKS'),
+               ('853', 'Legende e modello--unità bibliografica basilare', 'Legende e modello--unità bibliografica basilare', 1, 0, NULL, 'BKS'),
+               ('854', 'Legende e modello--supplementi', 'Legende e modello--supplementi', 1, 0, NULL, 'BKS'),
+               ('855', 'Legende e modello--indici', 'Legende e modello--indici', 1, 0, NULL, 'BKS'),
+               ('856', 'Localizzazione e accesso elettronico', 'Localizzazione e accesso elettronico', 1, 0, NULL, 'BKS'),
                ('859', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', 'BKS'),
-               ('863', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'BKS'),
-               ('864', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'BKS'),
-               ('865', 'ENUMERATION AND CHRONOLOGY--INDEXES', 'ENUMERATION AND CHRONOLOGY--INDEXES', 1, 0, NULL, 'BKS'),
-               ('866', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'BKS'),
-               ('867', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'BKS'),
-               ('868', 'TEXTUAL HOLDINGS--INDEXES', 'TEXTUAL HOLDINGS--INDEXES', 1, 0, NULL, 'BKS'),
+               ('863', 'Numerazione e cronologia--unità bibliografica basilare', 'Numerazione e cronologia--unità bibliografica basilare', 1, 0, NULL, 'BKS'),
+               ('864', 'Numerazione e cronologia--supplementi', 'Numerazione e cronologia--supplementi', 1, 0, NULL, 'BKS'),
+               ('865', 'Numerazione e cronologia--indici', 'Numerazione e cronologia--indici', 1, 0, NULL, 'BKS'),
+               ('866', 'Formulazione testuale di posseduti--unità bibliografica basilare', 'Formulazione testuale di posseduti--unità bibliografica basilare', 1, 0, NULL, 'BKS'),
+               ('867', 'Formulazione testuale di posseduti--supplementi', 'Formulazione testuale di posseduti--supplementi', 1, 0, NULL, 'BKS'),
+               ('868', 'Formulazione testuale di posseduti--indici', 'Formulazione testuale di posseduti--indici', 1, 0, NULL, 'BKS'),
                ('870', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 1, 0, NULL, 'BKS'),
                ('871', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 1, 0, NULL, 'BKS'),
                ('872', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 1, 0, NULL, 'BKS'),
                ('873', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 1, 0, NULL, 'BKS'),
-               ('876', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'BKS'),
-               ('877', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'BKS'),
-               ('878', 'ITEM INFORMATION--INDEXES', 'ITEM INFORMATION--INDEXES', 1, 0, NULL, 'BKS'),
-               ('880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL, 'BKS'),
-               ('886', 'FOREIGN MARC INFORMATION FIELD', 'FOREIGN MARC INFORMATION FIELD', 1, 0, NULL, 'BKS'),
-               ('887', 'NON-MARC INFORMATION FIELD', 'NON-MARC INFORMATION FIELD', 1, 0, NULL, 'BKS'),
+               ('876', 'Informazione sull’item--unità bibliografica basilare', 'Informazione sull’item--unità bibliografica basilare', 1, 0, NULL, 'BKS'),
+               ('877', 'Informazione sull’item--supplementi', 'Informazione sull’item--supplementi', 1, 0, NULL, 'BKS'),
+               ('878', 'Informazione sull’item--indici', 'Informazione sull’item--indici', 1, 0, NULL, 'BKS'),
+               ('880', 'Rappresentazione grafica alternativa', 'Rappresentazione grafica alternativa', 1, 0, NULL, 'BKS'),
+               ('886', 'Campo dell’informazione per MARC differenti', 'Campo dell’informazione per MARC differenti', 1, 0, NULL, 'BKS'),
+               ('887', 'Campo dell’informazione per non-MARC', 'Campo dell’informazione per non-MARC', 1, 0, NULL, 'BKS'),
                ('896', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'BKS'),
                ('897', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'BKS'),
                ('898', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'BKS'),
@@ -507,7 +507,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('948', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 1, 0, '', 'BKS'),
                ('949', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', 'BKS'),
                ('950', 'LOCAL HOLDINGS (RLIN)', 'LOCAL HOLDINGS (RLIN)', 1, 0, '', 'BKS'),
-               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE-GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'BKS'),
+               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'BKS'),
                ('955', 'COPY-LEVEL INFORMATION (RLIN)', 'COPY-LEVEL INFORMATION (RLIN)', 1, 0, '', 'BKS'),
                ('956', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 1, 0, '', 'BKS'),
                ('960', 'PHYSICAL LOCATION (RLIN)', 'PHYSICAL LOCATION (RLIN)', 1, 0, '', 'BKS'),
@@ -515,7 +515,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('980', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'BKS'),
                ('981', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'BKS'),
                ('982', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'BKS'),
-               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE--SERIES STATEMENT-TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'BKS'),
+               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'BKS'),
                ('984', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 1, 0, '', 'BKS'),
                ('987', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 1, 0, '', 'BKS'),
                ('990', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 1, 0, '', 'BKS'),
@@ -525,220 +525,224 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
 
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'BKS', '', '', NULL),
-               ('001', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'BKS', '', '', NULL),
-               ('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'BKS', '', '', NULL),
-               ('006', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'BKS', '', '', NULL),
-               ('007', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'BKS', '', '', NULL),
-               ('008', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'BKS', '', '', NULL),
-               ('009', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', NULL, 0, -6, 'BKS', '', '', NULL),
-               ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('011', 'a', 'LC control number', 'LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('013', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'BKS', '', '', NULL),
-               ('013', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('013', 'a', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('013', 'b', 'Country', 'Country', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('013', 'c', 'Type of number', 'Type of number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('013', 'd', 'Date', 'Date', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('013', 'e', 'Status', 'Status', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('013', 'f', 'Party to document', 'Party to document', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('015', '2', 'Source', 'Source', 0, 0, '', 0, '', '', NULL, 0, -6, 'BKS', '', '', NULL),
-               ('015', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('015', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('015', 'a', 'National bibliography number', 'National bibliography number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('016', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('016', 'a', 'Record control number', 'Record control number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('016', 'z', 'Canceled or invalid record control number', 'Canceled or invalid record control number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('017', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('017', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('017', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('017', 'a', 'Copyright or legal deposit number', 'Copyright or legal deposit number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('017', 'b', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('017', 'd', 'Date', 'Date', 0, 0, '', 0, '', '', NULL, 0, -6, 'BKS', '', '', NULL),
-               ('017', 'i', 'Display text', 'Display text', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('018', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('018', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('018', 'a', 'Copyright article-fee code', 'Copyright article-fee code', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('020', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('020', 'z', 'Cancelled/invalid ISBN', 'Cancelled/invalid ISBN', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('022', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('022', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('000', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'BKS', '', '', NULL),
+               ('001', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('003', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'BKS', '', '', NULL),
+               ('005', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'BKS', '', '', NULL),
+               ('006', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'BKS', '', '', NULL),
+               ('007', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'BKS', '', '', NULL),
+               ('008', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'BKS', '', '', NULL),
+               ('009', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('010', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', NULL, 0, -6, 'BKS', '', '', NULL),
+               ('010', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('010', 'b', 'Numero di controllo del NUCMC', 'Numero di controllo del NUCMC', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('010', 'z', 'Numero di controllo della LC cancellato o errato', 'Numero di controllo della LC cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('011', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('013', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'BKS', '', '', NULL),
+               ('013', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('013', 'a', 'Numero', 'Numero', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('013', 'b', 'Paese', 'Paese', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('013', 'c', 'Tipo di numero', 'Tipo di numero', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('013', 'd', 'Data', 'Data', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('013', 'e', 'Stato', 'Stato', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('013', 'f', 'Parte responsabile del documento', 'Parte responsabile del documento', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('015', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', NULL, 0, -6, 'BKS', '', '', NULL),
+               ('015', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('015', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('015', 'a', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('016', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('016', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('016', 'a', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('016', 'z', 'Numero di controllo della registrazione cancellato o errato', 'Numero di controllo della registrazione cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('017', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('017', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('017', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('017', 'a', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('017', 'b', 'Agenzia che assegna il numero', 'Agenzia che assegna il numero', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('017', 'd', 'Data', 'Data', 0, 0, '', 0, '', '', NULL, 0, -6, 'BKS', '', '', NULL),
+               ('017', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('018', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('018', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('018', 'a', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('020', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('020', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('020', 'a', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('020', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('020', 'z', 'ISBN cancellato o errato', 'ISBN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('022', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('022', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('022', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('022', 'a', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('022', 'y', 'ISSN errato', 'ISSN errato', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('022', 'z', 'ISSN cancellato', 'ISSN cancellato', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('023', 'a', 'Standard film number', 'Standard film number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('024', '2', 'Source of number or code', 'Source of number or code', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('024', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('024', '2', 'Fonte del numero o codice', 'Fonte del numero o codice', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('024', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('024', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('024', 'a', 'Numero standard o codice', 'Numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
                ('024', 'b', 'Additional codes following the standard number [OBSOLETE]', 'Additional codes following the standard number [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('025', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('025', 'a', 'Overseas acquisition number', 'Overseas acquisition number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('026', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('026', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('026', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('026', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('026', 'a', 'First and second groups of characters', 'First and second groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('026', 'b', 'Third and fourth groups of characters', 'Third and fourth groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('026', 'c', 'Date', 'Date', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('026', 'd', 'Number of volume or part', 'Number of volume or part', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('026', 'e', 'unparsed fingerprint', 'unparsed fingerprint', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('027', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('027', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('027', 'a', 'Standard technical report number', 'Standard technical report number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('027', 'z', 'Canceled/invalid number', 'Canceled/invalid number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('028', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('028', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('028', 'a', 'Publisher number', 'Publisher number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('028', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('030', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('030', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('024', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('024', 'd', 'Codici addizionali che seguono il numero standard o codice', 'Codici addizionali che seguono il numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('024', 'z', 'Numero standard o codice, cancellato o errato', 'Numero standard o codice, cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('025', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('025', 'a', 'Numero d\'acquisto estero', 'Numero d\'acquisto estero', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('026', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('026', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('026', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('026', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('026', 'a', 'Primo e secondo gruppo di caratteri', 'Primo e secondo gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('026', 'b', 'Terzo e quarto gruppo di caratteri', 'Terzo e quarto gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('026', 'c', 'Data', 'Data', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('026', 'd', 'Numero del volume o parte', 'Numero del volume o parte', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('026', 'e', 'Impronta non analizzata', 'Impronta non analizzata', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('027', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('027', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('027', 'a', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('027', 'z', 'Numero cancellato o errato', 'Numero cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('028', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('028', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('028', 'a', 'Numero dell\'editore', 'Numero dell\'editore', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('028', 'b', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('029', 'a', 'OCLC library identifier', 'OCLC library identifier', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('029', 'b', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('029', 'c', 'OAI set name', 'OAI set name', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('029', 't', 'Content type identifier', 'Content type identifier', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('030', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('030', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('030', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('030', 'z', 'Canceled/invalid CODEN', 'Canceled/invalid CODEN', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', '2', 'System code', 'System code', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'a', 'Number of work', 'Number of work', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'b', 'Number of movement', 'Number of movement', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'e', 'Role', 'Role', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'g', 'Clef', 'Clef', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'n', 'Key signature', 'Key signature', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'o', 'Time signature', 'Time signature', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'p', 'Musical notation', 'Musical notation', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'q', 'General note', 'General note', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'r', 'Key or mode', 'Key or mode', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 's', 'Coded validity note', 'Coded validity note', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 't', 'Text incipit', 'Text incipit', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 0, '', '', '', 1, -6, 'BKS', '', '', NULL),
-               ('031', 'y', 'Link text', 'Link text', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('031', 'z', 'Public note', 'Public note', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('032', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'BKS', '', '', NULL),
-               ('032', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('032', 'a', 'Postal registration number', 'Postal registration number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('032', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('033', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('033', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('033', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('033', 'a', 'Formatted date/time', 'Formatted date/time', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('033', 'b', 'Geographic classification area code', 'Geographic classification area code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('033', 'c', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'a', 'Category of scale', 'Category of scale', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'b', 'Constant ratio linear horizontal scale', 'Constant ratio linear horizontal scale', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'c', 'Constant ratio linear vertical scale', 'Constant ratio linear vertical scale', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'h', 'Angular scale', 'Angular scale', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'p', 'Equinox', 'Equinox', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'r', 'Distrance from earth', 'Distrance from earth', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'x', 'Beginning date', 'Beginning date', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'y', 'Ending date', 'Ending date', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('035', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('030', 'z', 'CODEN cancellato o errato', 'CODEN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', '2', 'Codice di sistema', 'Codice di sistema', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'a', 'Numero di composizione', 'Numero di composizione', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'b', 'Numero di movimento', 'Numero di movimento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'c', 'Numero progressivo nel movimento', 'Numero progressivo nel movimento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'd', 'Titolo o intitolazione', 'Titolo o intitolazione', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'e', 'Personaggio', 'Personaggio', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'g', 'Chiave', 'Chiave', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'm', 'Voce/strumento', 'Voce/strumento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'n', 'Alterazioni', 'Alterazioni', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'o', 'Misura', 'Misura', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'p', 'Contesto musicale', 'Contesto musicale', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'q', 'Nota generale', 'Nota generale', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'r', 'Tonalità o modo', 'Tonalità o modo', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 's', 'Nota codificata di validità', 'Nota codificata di validità', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 't', 'Incipit testuale', 'Incipit testuale', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 0, '', '', '', 1, -6, 'BKS', '', '', NULL),
+               ('031', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('031', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('032', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'BKS', '', '', NULL),
+               ('032', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('032', 'a', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('032', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('033', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('033', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('033', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('033', 'a', 'Data/ora formattate', 'Data/ora formattate', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('033', 'b', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('033', 'c', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'a', 'Categoria della scala', 'Categoria della scala', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'b', 'Rapporto costante (scala orizzontale)', 'Rapporto costante (scala orizzontale)', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'c', 'Rapporto costante (scala verticale)', 'Rapporto costante (scala verticale)', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'd', 'Coordinate--longitudine limite Ovest', 'Coordinate--longitudine limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'e', 'Coordinate--longitudine limite Est', 'Coordinate--longitudine limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'f', 'Coordinate--latitudine limite Nord', 'Coordinate--latitudine limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'g', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'h', 'Scala angolare', 'Scala angolare', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'j', 'Declinazione--limite Nord', 'Declinazione--limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'k', 'Declinazione--limite Sud', 'Declinazione--limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'm', 'Ascensione retta--limite Est', 'Ascensione retta--limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'n', 'Ascensione retta--limite Ovest', 'Ascensione retta--limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'p', 'Equinozio', 'Equinozio', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'r', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 's', 'Latitudine del perimetro', 'Latitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 't', 'Longitudine del perimetro', 'Longitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'x', 'Data d\'inizio', 'Data d\'inizio', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'y', 'Data di fine', 'Data di fine', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('034', 'z', 'Nome dell\'oggetto extraterrestre', 'Nome dell\'oggetto extraterrestre', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('035', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('035', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('035', 'a', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('036', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('036', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('036', 'a', 'Original study number', 'Original study number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('036', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('037', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('037', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('037', 'a', 'Stock number', 'Stock number', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('037', 'b', 'Source of stock number/acquisition', 'Source of stock number/acquisition', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('037', 'c', 'Terms of availability', 'Terms of availability', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('037', 'f', 'Form of issue', 'Form of issue', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('037', 'g', 'Additional format characteristics', 'Additional format characteristics', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('037', 'n', 'Note', 'Note', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('038', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('038', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('038', 'a', 'Record content licensor', 'Record content licensor', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('035', 'z', 'Numero di controllo del sistema cancellato o errato', 'Numero di controllo del sistema cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('036', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('036', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('036', 'a', 'Numero dello studio originale', 'Numero dello studio originale', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('036', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('037', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('037', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('037', 'a', 'Numero di magazzino', 'Numero di magazzino', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('037', 'b', 'Fonte del numero di magazzino/d\'acquisto', 'Fonte del numero di magazzino/d\'acquisto', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('037', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('037', 'f', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('037', 'g', 'Caratteristiche addizionali di formato', 'Caratteristiche addizionali di formato', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('037', 'n', 'Nota', 'Nota', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('038', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('038', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('038', 'a', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('039', 'a', 'Level of rules in bibliographic description', 'Level of rules in bibliographic description', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('039', 'b', 'Level of effort used to assign nonsubject heading access points', 'Level of effort used to assign nonsubject heading access points', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('039', 'c', 'Level of effort used to assign subject headings', 'Level of effort used to assign subject headings', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('039', 'd', 'Level of effort used to assign classification', 'Level of effort used to assign classification', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('039', 'e', 'Number of fixed field character positions coded', 'Number of fixed field character positions coded', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('040', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('040', 'e', 'Description conventions', 'Description conventions', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('041', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('041', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('041', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('041', 'a', 'Language code of text/sound track or separate title', 'Language code of text/sound track or separate title', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('041', 'b', 'Language code of summary or abstract/overprinted title or subtitle', 'Language code of summary or abstract/overprinted title or subtitle', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('040', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('040', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('040', 'a', 'Agenzia catalografica originale', 'Agenzia catalografica originale', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('040', 'b', 'Lingua della catalogazione', 'Lingua della catalogazione', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('040', 'c', 'Agenzia che fa la trascrizione', 'Agenzia che fa la trascrizione', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('040', 'd', 'Agenzia che fa la modifica', 'Agenzia che fa la modifica', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('040', 'e', 'Regole di descrizione', 'Regole di descrizione', 0, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('041', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('041', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('041', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('041', 'a', 'Codice di lingua del testo/traccia sonora o titolo separato', 'Codice di lingua del testo/traccia sonora o titolo separato', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('041', 'b', 'Codice di lingua del riassunto, estratto o sottotitoli', 'Codice di lingua del riassunto, estratto o sottotitoli', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('041', 'c', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('041', 'd', 'Language code of sung or spoken text', 'Language code of sung or spoken text', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('041', 'e', 'Language code of librettos', 'Language code of librettos', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('041', 'f', 'Language code of table of contents', 'Language code of table of contents', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('041', 'g', 'Language code of accompanying material other than librettos', 'Language code of accompanying material other than librettos', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('041', 'h', 'Language code of original and/or intermediate translations of text', 'Language code of original and/or intermediate translations of text', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('042', 'a', 'Authentication code', 'Authentication code', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('043', '2', 'Source of local code', 'Source of local code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('043', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('043', 'c', 'ISO code', 'ISO code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('044', '2', 'Source of local subentity code', 'Source of local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('044', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('044', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('044', 'a', 'MARC country code', 'MARC country code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('044', 'b', 'Local subentity code', 'Local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('044', 'c', 'ISO country code', 'ISO country code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('045', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('045', 'a', 'Time period code', 'Time period code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', '2', 'Source of date', 'Source of date', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', 'a', 'Type of date code', 'Type of date code', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', 'b', 'Date 1 (B.C. date)', 'Date 1 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', 'c', 'Date 1 (C.E. date)', 'Date 1 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', 'd', 'Date 2 (B.C. date)', 'Date 2 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', 'e', 'Date 2 (C.E. date)', 'Date 2 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', 'j', 'Date resource modified', 'Date resource modified', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', 'l', 'Ending date created', 'Ending date created', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', 'm', 'Beginning of date valid', 'Beginning of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('046', 'n', 'End of date valid', 'End of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('047', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('047', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('047', 'a', 'Form of musical composition code', 'Form of musical composition code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('048', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('048', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('048', 'a', 'Performer or ensemble', 'Performer or ensemble', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('048', 'b', 'Soloist', 'Soloist', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('041', 'd', 'Codice della lingua del testo cantato o parlato', 'Codice della lingua del testo cantato o parlato', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('041', 'e', 'Codice della lingua dei libretti', 'Codice della lingua dei libretti', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('041', 'f', 'Codice della lingua del sommario', 'Codice della lingua del sommario', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('041', 'g', 'Codice della lingua del materiale allegato diverso dai libretti', 'Codice della lingua del materiale allegato diverso dai libretti', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('041', 'h', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 1, 0, '', 0, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('042', 'a', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('043', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('043', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('043', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('043', 'a', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('043', 'b', 'Codice locale GAC (codice dell\'area geografica)', 'Codice locale GAC (codice dell\'area geografica)', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('043', 'c', 'Codice ISO', 'Codice ISO', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('044', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('044', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('044', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('044', 'a', 'Codice MARC del paese', 'Codice MARC del paese', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('044', 'b', 'Codice di sottoente locale', 'Codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('044', 'c', 'Codice ISO del paese', 'Codice ISO del paese', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('045', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('045', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('045', 'a', 'Codice di periodo di tempo', 'Codice di periodo di tempo', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('045', 'b', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('045', 'c', 'Periodo di tempo formattato anteriore al 9999 a.C.', 'Periodo di tempo formattato anteriore al 9999 a.C.', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', '2', 'Fonte della data', 'Fonte della data', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', 'a', 'Codice di tipo di data', 'Codice di tipo di data', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', 'b', 'Data 1 (data a.C.)', 'Data 1 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', 'c', 'Data 1 (data d.C.)', 'Data 1 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', 'd', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', 'e', 'Data 2 (data d.C.)', 'Data 2 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', 'j', 'Data della modifica della risorsa', 'Data della modifica della risorsa', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', 'k', 'Data iniziale di creazione o data semplice', 'Data iniziale di creazione o data semplice', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', 'l', 'Data finale di creazione', 'Data finale di creazione', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', 'm', 'Data iniziale di validità', 'Data iniziale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('046', 'n', 'Data finale di validità', 'Data finale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('047', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('047', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('047', 'a', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('048', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('048', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('048', 'a', 'Esecutore o complesso', 'Esecutore o complesso', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('048', 'b', 'Solista', 'Solista', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('049', 'a', 'Holding library', 'Holding library', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('049', 'c', 'Copy statement', 'Copy statement', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('049', 'd', 'Definition of bibliographic subdivisions', 'Definition of bibliographic subdivisions', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
@@ -752,82 +756,82 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('049', 's', 'Fifth bibliographic subdivision', 'Fifth bibliographic subdivision', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('049', 't', 'Sixth bibliographic subdivision', 'Sixth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('049', 'u', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('049', 'v', 'Primary bibliographic subdivision', 'Primary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('049', 'v', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('049', 'y', 'Inclusive dates of publication or coverage', 'Inclusive dates of publication or coverage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('050', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('050', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('050', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('050', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('050', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('050', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('050', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('050', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('050', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, 0, 'BKS', '', '', NULL),
                ('050', 'd', 'Supplementary class number (MU) [OBSOLETE]', 'Supplementary class number (MU) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('051', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('051', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('051', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('051', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('052', '2', 'Code Source', 'Code Source', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('052', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('051', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('051', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('051', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('051', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('052', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('052', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('052', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('052', 'a', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('052', 'b', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('052', 'c', 'Subject (MP) [OBSOLETE]', 'Subject (MP) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('052', 'd', 'Populated place name', 'Populated place name', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('055', '2', 'Source of call/class number', 'Source of call/class number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('055', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('055', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('055', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('060', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('060', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('061', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('061', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('061', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('061', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('070', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('070', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('071', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('071', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('071', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('071', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('072', '2', 'Source', 'Source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('072', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('072', 'a', 'Subject category code', 'Subject category code', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('074', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('074', 'a', 'GPO item number', 'GPO item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('074', 'z', 'Canceled/invalid GPO item number', 'Canceled/invalid GPO item number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('080', '2', 'Edition identifier', 'Edition identifier', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('080', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('080', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('082', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('082', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('082', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('082', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('084', '2', 'Source of number', 'Source of number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('084', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('084', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('084', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('086', '2', 'Number source', 'Number source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('086', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('086', 'a', 'Classification number', 'Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('086', 'z', 'Canceled/invalid classification number', 'Canceled/invalid classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('052', 'd', 'Nome di luogo abitato', 'Nome di luogo abitato', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('055', '2', 'Fonte del numero di chiamata/classe', 'Fonte del numero di chiamata/classe', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('055', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('055', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('055', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('055', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('060', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('060', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('060', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('061', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('061', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('061', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('061', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('066', 'a', 'Set di caratteri primario G0', 'Set di caratteri primario G0', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('066', 'b', 'Set di caratteri primario G1', 'Set di caratteri primario G1', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('066', 'c', 'Set di caratteri alternativo G0 o G1', 'Set di caratteri alternativo G0 o G1', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('070', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('070', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('070', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('071', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('071', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('071', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('071', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('072', '2', 'Fonte', 'Fonte', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('072', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('072', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('072', 'a', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('072', 'x', 'Suddivisione del codice di categoria di soggetto', 'Suddivisione del codice di categoria di soggetto', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('074', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('074', 'a', 'Numero GPO dell\'item', 'Numero GPO dell\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('074', 'z', 'Numero GPO dell\'item cancellato/errato', 'Numero GPO dell\'item cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('080', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('080', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('080', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('080', 'a', 'Numero di Classificazione decimale universale', 'Numero di Classificazione decimale universale', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('080', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('080', 'x', 'Suddivisione ausiliare comune', 'Suddivisione ausiliare comune', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('082', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('082', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('082', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('082', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('082', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('084', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('084', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('084', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('084', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('084', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('086', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('086', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('086', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('086', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('086', 'z', 'Numero di classificazione cancellato/errato', 'Numero di classificazione cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('087', 'a', 'Report number [OBSOLETE, CAN/MARC]', 'Report number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('087', 'z', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('088', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('088', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('088', 'a', 'Report number', 'Report number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('088', 'z', 'Canceled/invalid report number', 'Canceled/invalid report number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('088', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('088', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('088', 'a', 'Numero di rapporto', 'Numero di rapporto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('088', 'z', 'Numero di rapporto cancellato/errato', 'Numero di rapporto cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('090', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('090', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, '', 0, '', '', '', 0, 5, 'BKS', '', '', NULL),
@@ -842,1747 +846,1749 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('090', 'z', 'Retention, VOL (RLIN)', 'Retention, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('091', 'a', 'Microfilm shelf location', 'Microfilm shelf location', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('092', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('092', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('092', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('092', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('092', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('092', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('092', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('096', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('096', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('096', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('096', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('096', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('098', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('099', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('099', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('099', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('100', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('100', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('100', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('100', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('100', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, 0, 'BKS', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
-               ('100', 'b', 'Numeration', 'Numeration', 0, 0, '', 1, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 1, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 1, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('100', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('100', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('100', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('100', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 1, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('100', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('100', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('110', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('110', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('100', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, 0, 'BKS', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
+               ('100', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 1, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 1, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('100', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 1, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('100', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('100', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('100', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('100', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('100', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('100', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('100', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('100', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('100', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 1, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('100', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('100', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('110', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('110', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('110', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('110', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'BKS', '', '', NULL),
-               ('110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 1, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('110', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 1, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 1, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('110', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('110', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('110', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('110', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('110', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('110', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('110', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', '4', 'Relator code', 'Relator code', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('110', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'BKS', '', '', NULL),
+               ('110', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 1, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('110', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 1, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('110', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 1, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('110', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('110', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('110', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('110', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('110', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('110', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('110', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('110', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('110', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('111', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'BKS', '', '', NULL),
+               ('111', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'BKS', '', '', NULL),
                ('111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('111', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('111', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('111', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('111', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('111', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('111', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('111', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('130', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('130', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 'h', 'Medium', 'Medium', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 's', 'Version', 'Version', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('130', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('210', '2', 'Source', 'Source', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('210', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('210', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('210', 'a', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('210', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('211', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 's', 'Versione', 'Versione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('130', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('210', '2', 'Fonte', 'Fonte', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('210', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('210', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('210', 'a', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('210', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('211', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('211', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('212', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('212', 'a', 'Variant access title', 'Variant access title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('214', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('212', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('212', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('214', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('214', 'a', 'Augmented title', 'Augmented title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('222', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('222', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('222', 'a', 'Key title', 'Key title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('222', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('240', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('240', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('222', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('222', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('222', 'a', 'Titolo chiave', 'Titolo chiave', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('222', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('240', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('240', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('240', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('240', 'a', 'Uniform title', 'Uniform title', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'BKS', '', '', NULL),
-               ('240', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('240', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('240', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('240', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('240', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('240', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('240', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('240', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('240', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('240', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('240', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('240', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('240', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'BKS', '', '', NULL),
+               ('240', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('240', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('240', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('240', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('240', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('240', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('240', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('240', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('240', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('240', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('240', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('240', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'BKS', '', '', NULL),
                ('241', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('241', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('242', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('242', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('242', 'a', 'Title', 'Title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('242', 'b', 'Remainder of title', 'Remainder of title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('242', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('241', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('242', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('242', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('242', 'a', 'Titolo', 'Titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('242', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('242', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('242', 'd', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('242', 'e', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('242', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('242', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('242', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('242', 'y', 'Language code of translated title', 'Language code of translated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('243', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('243', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('242', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('242', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('242', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('242', 'y', 'Codice di lingua del titolo tradotto', 'Codice di lingua del titolo tradotto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('243', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('243', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('243', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('243', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 2, '', '', '', 1, -1, 'BKS', '', '', NULL),
-               ('243', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('243', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('243', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('243', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('243', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('243', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('243', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('243', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('243', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('243', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('243', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('243', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('245', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('245', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('245', 'a', 'Title', 'Title', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'BKS', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
-               ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('245', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, '', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series: (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('243', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 2, '', '', '', 1, -1, 'BKS', '', '', NULL),
+               ('243', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('243', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('243', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('243', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('243', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('243', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('243', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('243', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('243', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('243', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('243', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('243', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('245', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('245', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('245', 'a', 'Titolo', 'Titolo', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'BKS', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
+               ('245', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('245', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, '', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('245', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('245', 'f', 'Inclusive dates', 'Inclusive dates', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('245', 'g', 'Bulk dates', 'Bulk dates', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('245', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('245', 'k', 'Form', 'Form', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('245', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('245', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('245', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('246', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('246', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('246', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('246', 'a', 'Title proper/short title', 'Title proper/short title', 0, 0, '', 2, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('246', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('245', 'f', 'Date inclusive', 'Date inclusive', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('245', 'g', 'Date preponderanti', 'Date preponderanti', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('245', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('245', 'k', 'Forma', 'Forma', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('245', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('245', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('245', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('246', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('246', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('246', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('246', 'a', 'Titolo proprio/titolo breve', 'Titolo proprio/titolo breve', 0, 0, '', 2, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('246', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('246', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('246', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('246', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('246', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('246', 'i', 'Display text', 'Display text', 0, 0, '', 2, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('246', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('246', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('247', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('247', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('247', 'a', 'Title', 'Title', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('247', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('246', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('246', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('246', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('246', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 2, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('246', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('246', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('247', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('247', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('247', 'a', 'Titolo', 'Titolo', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('247', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('247', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('247', 'e', 'Name of part/section (SE) [OBSOLETE]', 'Name of part/section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('247', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('247', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('247', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('247', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('247', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('247', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('250', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('250', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('250', 'a', 'Edition statement', 'Edition statement', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('250', 'b', 'Remainder of edition statement', 'Remainder of edition statement', 0, 0, '', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('254', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('254', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('254', 'a', 'Musical presentation statement', 'Musical presentation statement', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('255', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('255', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('255', 'a', 'Statement of scale', 'Statement of scale', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('255', 'b', 'Statement of projection', 'Statement of projection', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('255', 'c', 'Statement of coordinates', 'Statement of coordinates', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('255', 'd', 'Statement of zone', 'Statement of zone', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('255', 'e', 'Statement of equinox', 'Statement of equinox', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('255', 'f', 'Outer G-ring coordinate pairs', 'Outer G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('255', 'g', 'Exclusion G-ring coordinate pairs', 'Exclusion G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('256', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('256', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('256', 'a', 'Computer file characteristics', 'Computer file characteristics', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('257', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('257', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('257', 'a', 'Country of producing entity', 'Country of producing entity', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('258', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('258', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('258', 'a', 'Issuing jurisdiction', 'Issuing jurisdiction', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('258', 'b', 'Denomination', 'Denomination', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('260', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('260', 'a', 'Place of publication, distribution, etc', 'Place of publication, distribution, etc', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('260', 'b', 'Name of publisher, distributor, etc', 'Name of publisher, distributor, etc', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('260', 'c', 'Date of copyright, publication, distribution, etc', 'Date of publication, distribution, etc', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('247', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('247', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('247', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('247', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('247', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('247', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('250', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('250', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('250', 'a', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('250', 'b', 'Restante parte della formulazione di edizione', 'Restante parte della formulazione di edizione', 0, 0, '', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('254', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('254', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('254', 'a', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('255', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('255', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('255', 'a', 'Formulazione di scala', 'Formulazione di scala', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('255', 'b', 'Formulazione di proiezione', 'Formulazione di proiezione', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('255', 'c', 'Formulazione di coordinate', 'Formulazione di coordinate', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('255', 'd', 'Formulazione di zona', 'Formulazione di zona', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('255', 'e', 'Formulazione di equinozio', 'Formulazione di equinozio', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('255', 'f', 'Coppie di coordinate d\'inclusione del perimetro', 'Coppie di coordinate d\'inclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('255', 'g', 'Coppie di coordinate di esclusione del perimetro', 'Coppie di coordinate di esclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('256', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('256', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('256', 'a', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('257', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('257', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('257', 'a', 'Paese dell\'ente produttore', 'Paese dell\'ente produttore', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('258', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('258', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('258', 'a', 'Giurisdizione dell\'emissione', 'Giurisdizione dell\'emissione', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('258', 'b', 'Valore facciale', 'Valore facciale', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('260', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('260', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('260', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('260', 'b', 'Nome dell\'editore, distributore, ecc.', 'Nome dell\'editore, distributore, ecc.', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('260', 'c', 'Data di pubblicazione, distribuzione, ecc.', 'Data di pubblicazione, distribuzione, ecc.', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'BKS', '', '', NULL),
                ('260', 'd', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('260', 'e', 'Place of manufacture', 'Place of manufacture', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('260', 'f', 'Manufacturer', 'Manufacturer', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('260', 'g', 'Date of manufacture', 'Date of manufacture', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('260', 'e', 'Luogo di stampa', 'Luogo di stampa', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('260', 'f', 'Stampatore', 'Stampatore', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('260', 'g', 'Data di stampa', 'Data di stampa', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('260', 'k', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('260', 'l', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('261', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('261', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('261', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('261', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('261', 'a', 'Producing company', 'Producing company', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('261', 'b', 'Releasing company (primary distributor)', 'Releasing company (primary distributor)', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('261', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('261', 'd', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('261', 'e', 'Contractual producer', 'Contractual producer', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('261', 'f', 'Place of production, release, etc.', 'Place of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('262', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('262', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('262', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('262', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('262', 'a', 'Place of production, release, etc.', 'Place of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('262', 'b', 'Publisher or trade name', 'Publisher or trade name', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('262', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('262', 'k', 'Serial identification', 'Serial identification', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('262', 'l', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('263', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('263', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('263', 'a', 'Projected publication date', 'Projected publication date', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('263', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('263', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('263', 'a', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('265', '6', 'Linkage [OBSOLETE]', 'Linkage [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('265', 'a', 'Source for acquisition/subscription address [OBSOLETE]', 'Source for acquisition/subscription address [OBSOLETE]', 1, 0, '', 2, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('270', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('270', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('270', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('270', 'a', 'Address', 'Address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'b', 'City', 'City', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'c', 'State or province', 'State or province', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('270', 'd', 'Country', 'Country', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'e', 'Postal code', 'Postal code', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'f', 'Terms preceding attention name', 'Terms preceding attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'g', 'Attention name', 'Attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'h', 'Attention position', 'Attention position', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'i', 'Type of address', 'Type of address', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'j', 'Specialized telephone number', 'Specialized telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'k', 'Telephone number', 'Telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'l', 'Fax number', 'Fax number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'n', 'TDD or TTY number', 'TDD or TTY number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'p', 'Contact person', 'Contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'q', 'Title of contact person', 'Title of contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'r', 'Hours', 'Hours', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('270', 'z', 'Public note', 'Public note', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('300', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('300', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('300', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('300', 'a', 'Extent', 'Extent', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('300', 'b', 'Other physical details', 'Other physical details', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('300', 'c', 'Dimensions', 'Dimensions', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('270', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('270', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('270', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('270', 'a', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'b', 'Città', 'Città', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'c', 'Stato o provincia', 'Stato o provincia', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('270', 'd', 'Paese', 'Paese', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'e', 'Codice postale', 'Codice postale', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'f', 'Parole che precedono il nome del destinatario', 'Parole che precedono il nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'g', 'Nome del destinatario', 'Nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'h', 'Posizione del destinatario', 'Posizione del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'i', 'Persona di contatto', 'Persona di contatto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'j', 'Numero di telefono specializzato', 'Numero di telefono specializzato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'k', 'Numero di telefono', 'Numero di telefono', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'l', 'Numero di fax', 'Numero di fax', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'm', 'Indirizzo e-mail', 'Indirizzo e-mail', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'n', 'Numero di TDD o TTY', 'Numero di TDD o TTY', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'p', 'Persona di contatto', 'Persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'q', 'Titolo della persona di contatto', 'Titolo della persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'r', 'Ore', 'Ore', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('270', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('300', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('300', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('300', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('300', 'a', 'Estensione', 'Estensione', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('300', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('300', 'c', 'Dimensioni', 'Dimensioni', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'BKS', '', '', NULL),
                ('300', 'd', 'Accompanying material [OBSOLETE, CAN/MARC]', 'Accompanying material [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('300', 'e', 'Accompanying material', 'Accompanying material', 0, 0, '', 3, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('300', 'f', 'Type of unit', 'Type of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('300', 'g', 'Size of unit', 'Size of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('300', 'e', 'Materiale allegato', 'Materiale allegato', 0, 0, '', 3, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('300', 'f', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('300', 'g', 'Dimensioni del materiale', 'Dimensioni del materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'BKS', '', '', NULL),
                ('300', 'k', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('300', 'm', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('300', 'n', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('301', 'a', 'Extent of item', 'Extent of item', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('301', 'b', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('301', 'c', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
-               ('301', 'd', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('301', 'e', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('301', 'f', 'Speed', 'Speed', 0, 0, '', 3, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
+               ('301', 'a', 'Estensione della copia', 'Estensione della copia', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('301', 'b', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('301', 'c', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
+               ('301', 'd', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('301', 'e', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('301', 'f', 'Velocità', 'Velocità', 0, 0, '', 3, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
                ('302', 'a', 'Page count', 'Page count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
                ('303', 'a', 'Unit count', 'Unit count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
                ('304', 'a', 'Linear footage', 'Linear footage', 0, 0, '', 3, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
-               ('305', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('305', 'a', 'Extent', 'Extent', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('305', 'b', 'Other physical details', 'Other physical details', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('305', 'c', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
+               ('305', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('305', 'a', 'Estensione', 'Estensione', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('305', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('305', 'c', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
                ('305', 'd', 'Microgroove or standard', 'Microgroove or standard', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('305', 'e', 'Stereophonic, monaural', 'Stereophonic, monaural', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('305', 'f', 'Number of tracks', 'Number of tracks', 0, 0, '', 3, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
+               ('305', 'e', 'Stereofonico, monoaurale', 'Stereofonico, monoaurale', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('305', 'f', 'Numero dei tracciati', 'Numero dei tracciati', 0, 0, '', 3, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
                ('305', 'm', 'Serial identification', 'Serial identification', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('305', 'n', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 3, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
-               ('306', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('306', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('306', 'a', 'Playing time', 'Playing time', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('307', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('307', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('307', 'a', 'Hours', 'Hours', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('307', 'b', 'Additional information', 'Additional information', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('308', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('308', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('308', 'a', 'Number of reels', 'Number of reels', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('306', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('306', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('306', 'a', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('307', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('307', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('307', 'a', 'Ore', 'Ore', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('307', 'b', 'Informazione addizionale', 'Informazione addizionale', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('308', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('308', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('308', 'a', 'Numero di bobine', 'Numero di bobine', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('308', 'b', 'Footage', 'Footage', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('308', 'c', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('308', 'd', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('308', 'e', 'Width', 'Width', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('308', 'f', 'Presentation format', 'Presentation format', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('310', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('310', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('310', 'a', 'Current publication frequency', 'Current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('310', 'b', 'Date of current publication frequency', 'Date of current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('315', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('315', 'a', 'Frequency', 'Frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('315', 'b', 'Dates of frequency', 'Dates of frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('321', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('321', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('321', 'a', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('321', 'b', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('340', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('340', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('340', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('340', 'a', 'Material base and configuration', 'Material base and configuration', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('340', 'b', 'Dimensions', 'Dimensions', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('340', 'c', 'Materials applied to surface', 'Materials applied to surface', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('340', 'd', 'Information recording technique', 'Information recording technique', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('340', 'e', 'Support', 'Support', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('340', 'f', 'Production rate/ratio', 'Production rate/ratio', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('340', 'h', 'Location within medium', 'Location within medium', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('340', 'i', 'Technical specifications of medium', 'Technical specifications of medium', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', '2', 'Reference method used', 'Reference method used', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'a', 'Name', 'Name', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'b', 'Coordinate or distance units', 'Coordinate or distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'c', 'Latitude resolution', 'Latitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'd', 'Longitude resolution', 'Longitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'e', 'Standard parallel or oblique line latitude', 'Standard parallel or oblique line latitude', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'f', 'Oblique line longitude', 'Oblique line longitude', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'g', 'Longitude of central meridian or projection center', 'Longitude of central meridian or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'h', 'Latitude of projection origin or projection center', 'Latitude of projection origin or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'i', 'False easting', 'False easting', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'j', 'False northing', 'False northing', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'k', 'Scale factor', 'Scale factor', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'l', 'Height of perspective point above surface', 'Height of perspective point above surface', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'm', 'Azimuthal angle', 'Azimuthal angle', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'n', 'Azimuth measure point longitude or straight vertical longitude from pole', 'Azimuth measure point longitude or straight vertical longitude from pole', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'o', 'Landsat number and path number', 'Landsat number and path number', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'p', 'Zone identifier', 'Zone identifier', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'q', 'Ellipsoid name', 'Ellipsoid name', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'r', 'Semi-major axis', 'Semi-major axis', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 's', 'Denominator of flattening ratio', 'Denominator of flattening ratio', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 't', 'Vertical resolution', 'Vertical resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'u', 'Vertical encoding method', 'Vertical encoding method', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'v', 'Local planar, local, or other projection or grid description', 'Local planar, local, or other projection or grid description', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('342', 'w', 'Local planar or local georeference information', 'Local planar or local georeference information', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('343', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('343', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('343', 'a', 'Planar coordinate encoding method', 'Planar coordinate encoding method', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('343', 'b', 'Planar distance units', 'Planar distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('343', 'c', 'Abscissa resolution', 'Abscissa resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('343', 'd', 'Ordinate resolution', 'Ordinate resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('343', 'e', 'Distance resolution', 'Distance resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('343', 'f', 'Bearing resolution', 'Bearing resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('343', 'g', 'Bearing unit', 'Bearing unit', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('343', 'h', 'Bearing reference direction', 'Bearing reference direction', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('343', 'i', 'Bearing reference meridian', 'Bearing reference meridian', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('350', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('350', 'a', 'Price', 'Price', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('350', 'b', 'Form of issue', 'Form of issue', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('351', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('351', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('351', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('351', 'a', 'Organization', 'Organization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('351', 'b', 'Arrangement', 'Arrangement', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('351', 'c', 'Hierarchical level', 'Hierarchical level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('352', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('352', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('352', 'a', 'Direct reference method', 'Direct reference method', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('352', 'b', 'Object type', 'Object type', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('352', 'c', 'Object count', 'Object count', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('352', 'd', 'Row count', 'Row count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('352', 'e', 'Column count', 'Column count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('352', 'f', 'Vertical count', 'Vertical count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('352', 'g', 'VPF topology level', 'VPF topology level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('352', 'i', 'Indirect reference description', 'Indirect reference description', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('355', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('355', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('355', 'a', 'Security classification', 'Security classification', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('355', 'b', 'Handling instructions', 'Handling instructions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('355', 'c', 'External dissemination information', 'External dissemination information', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('355', 'd', 'Downgrading or declassification event', 'Downgrading or declassification event', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('355', 'e', 'Classification system', 'Classification system', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('355', 'f', 'Country of origin code', 'Country of origin code', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('355', 'g', 'Downgrading date', 'Downgrading date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('355', 'h', 'Declassification date', 'Declassification date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('355', 'j', 'Authorization', 'Authorization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('357', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('357', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('357', 'a', 'Originator control term', 'Originator control term', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('357', 'b', 'Originating agency', 'Originating agency', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('357', 'c', 'Authorized recipients of material', 'Authorized recipients of material', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('357', 'g', 'Other restrictions', 'Other restrictions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('359', 'a', 'Rental price', 'Rental price', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('362', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('362', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('362', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('362', 'z', 'Source of information', 'Source of information', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('365', '2', 'Source of price type code', 'Source of price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('365', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('365', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('365', 'a', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('365', 'b', 'Price amount', 'Price amount', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('365', 'c', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('365', 'd', 'Unit of pricing', 'Unit of pricing', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('365', 'e', 'Price note', 'Price note', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('365', 'f', 'Price effective from', 'Price effective from', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('365', 'g', 'Price effective until', 'Price effective until', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('365', 'h', 'Tax rate 1', 'Tax rate 1', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('365', 'i', 'Tax rate 2', 'Tax rate 2', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('365', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('365', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('365', 'm', 'Identification of pricing entity', 'Identification of pricing entity', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('366', '2', 'Source of availability status code', 'Source of availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('366', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('366', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('366', 'a', 'Publishers\' compressed title identification', 'Publishers\' compressed title identification', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('366', 'b', 'Detailed date of publication', 'Detailed date of publication', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('366', 'c', 'Availability status code', 'Availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('366', 'd', 'Expected next availability date', 'Expected next availability date', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('366', 'e', 'Note', 'Note', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('366', 'f', 'Publishers\' discount category', 'Publishers\' discount category', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('366', 'g', 'Date made out of print', 'Date made out of print', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('366', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('366', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('366', 'm', 'Identification of agency', 'Identification of agency', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('400', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('308', 'c', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('308', 'd', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('308', 'e', 'Larghezza', 'Larghezza', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('308', 'f', 'Formato di presentazione', 'Formato di presentazione', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('310', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('310', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('310', 'a', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('310', 'b', 'Data di periodicità corrente della pubblicazione', 'Data di periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('315', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('315', 'a', 'Frequenza', 'Frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('315', 'b', 'Date della frequenza', 'Date della frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('321', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('321', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('321', 'a', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('321', 'b', 'Date di periodicità precedente della pubblicazione', 'Date di periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('340', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('340', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('340', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('340', 'a', 'Base e composizione del materiale', 'Base e composizione del materiale', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('340', 'b', 'Dimensioni', 'Dimensioni', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('340', 'c', 'Materiali applicati alla superficie', 'Materiali applicati alla superficie', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('340', 'd', 'Tecnica della registrazione della informazione', 'Tecnica della registrazione della informazione', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('340', 'e', 'Supporto', 'Supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('340', 'f', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('340', 'h', 'Localizzazione nel supporto', 'Localizzazione nel supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('340', 'i', 'Specificazioni tecniche del supporto', 'Specificazioni tecniche del supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', '2', 'Metodo di riferimento usato', 'Metodo di riferimento usato', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'a', 'Nome', 'Nome', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'b', 'Unità di distanza o di coordinate', 'Unità di distanza o di coordinate', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'c', 'Risoluzione di latitudine', 'Risoluzione di latitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'd', 'Risoluzione di longitudine', 'Risoluzione di longitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'e', 'Parallela standard o latitudine di lineare obliqua', 'Parallela standard o latitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'f', 'Longitudine di lineare obliqua', 'Longitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'g', 'Longitudine del meridiano centrale o del centro della proiezione', 'Longitudine del meridiano centrale o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'h', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'i', 'Ascissa falsa', 'Ascissa falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'j', 'Ordinata falsa', 'Ordinata falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'k', 'Fattore di scala', 'Fattore di scala', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'l', 'Altezza del punto di vista sulla superficie', 'Altezza del punto di vista sulla superficie', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'm', 'Angolo d\'azimut', 'Angolo d\'azimut', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'n', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'o', 'Numero del Landsat e numero di traiettoria', 'Numero del Landsat e numero di traiettoria', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'p', 'Identificatore di zona', 'Identificatore di zona', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'q', 'Nome dell\'ellissoide', 'Nome dell\'ellissoide', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'r', 'Semiasse maggiore', 'Semiasse maggiore', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 's', 'Denominatore del rapporto di spianatura', 'Denominatore del rapporto di spianatura', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 't', 'Risoluzione verticale', 'Risoluzione verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'u', 'Metodo di codifica verticale', 'Metodo di codifica verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'v', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('342', 'w', 'Informazione di riferimento geospaziale locale piano o locale', 'Informazione di riferimento geospaziale locale piano o locale', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('343', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('343', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('343', 'a', 'Metodo di codifica di coordinate piane', 'Metodo di codifica di coordinate piane', 1, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('343', 'b', 'Unità di distanza piana', 'Unità di distanza piana', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('343', 'c', 'Risoluzione dell\'ascissa', 'Risoluzione dell\'ascissa', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('343', 'd', 'Risoluzione dell\'ordinata', 'Risoluzione dell\'ordinata', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('343', 'e', 'Risoluzione di distanza', 'Risoluzione di distanza', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('343', 'f', 'Risoluzione di orientamento', 'Risoluzione di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('343', 'g', 'Unità di orientamento', 'Unità di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('343', 'h', 'Direzione di riferimento dell\'orientamento', 'Direzione di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('343', 'i', 'Meridiano di riferimento dell\'orientamento', 'Meridiano di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('350', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('350', 'a', 'Prezzo', 'Prezzo', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('350', 'b', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('351', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('351', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('351', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('351', 'a', 'Organizzazione', 'Organizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('351', 'b', 'Ordinamento', 'Ordinamento', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('351', 'c', 'Livello gerarchico', 'Livello gerarchico', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('352', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('352', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('352', 'a', 'Metodo di riferimento diretto', 'Metodo di riferimento diretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('352', 'b', 'Tipo di oggetto', 'Tipo di oggetto', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('352', 'c', 'Contatore di oggetti', 'Contatore di oggetti', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('352', 'd', 'Contatore di linee', 'Contatore di linee', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('352', 'e', 'Contattore di colonne', 'Contattore di colonne', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('352', 'f', 'Contattore verticale', 'Contattore verticale', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('352', 'g', 'Livello di topologia VPF', 'Livello di topologia VPF', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('352', 'i', 'Descrizione di riferimento indiretto', 'Descrizione di riferimento indiretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('355', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('355', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('355', 'a', 'Classificazione di sicurezza', 'Classificazione di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('355', 'b', 'Istruzioni per l\'uso', 'Istruzioni per l\'uso', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('355', 'c', 'Informazione di diffusione esterna', 'Informazione di diffusione esterna', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('355', 'd', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('355', 'e', 'Sistema di classificazione', 'Sistema di classificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('355', 'f', 'Codice del paese di origine', 'Codice del paese di origine', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('355', 'g', 'Data di riduzione del livello di sicurezza', 'Data di riduzione del livello di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('355', 'h', 'Data di declassificazione', 'Data di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('355', 'j', 'Autorizzazione', 'Autorizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('357', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('357', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('357', 'a', 'Termine di controllo del creatore', 'Termine di controllo del creatore', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('357', 'b', 'Agenzia di diffusione', 'Agenzia di diffusione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('357', 'c', 'Destinatari autorizzati del materiale', 'Destinatari autorizzati del materiale', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('357', 'g', 'Altre restrizioni', 'Altre restrizioni', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('359', 'a', 'Prezzo del prestito', 'Prezzo del prestito', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('362', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('362', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('362', 'a', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('362', 'z', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('365', '2', 'Fonte del codice del tipo di prezzo', 'Fonte del codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('365', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('365', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('365', 'a', 'Codice del tipo di prezzo', 'Codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('365', 'b', 'Prezzo totale', 'Prezzo totale', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('365', 'c', 'Codice della valuta', 'Codice della valuta', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('365', 'd', 'Unità de fissazione del prezzo', 'Unità de fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('365', 'e', 'Nota sul prezzo', 'Nota sul prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('365', 'f', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('365', 'g', 'Prezzo in vigore fino al', 'Prezzo in vigore fino al', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('365', 'h', 'Aliquota 1', 'Aliquota 1', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('365', 'i', 'Aliquota 2', 'Aliquota 2', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('365', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('365', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('365', 'm', 'Identificazione dell\'ente di fissazione del prezzo', 'Identificazione dell\'ente di fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('366', '2', 'Fonte dello stato di disponibilità', 'Fonte dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('366', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('366', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('366', 'a', 'Identificazione editoriale abbreviata di titolo', 'Identificazione editoriale abbreviata di titolo', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('366', 'b', 'Data dettagliata di pubblicazione', 'Data dettagliata di pubblicazione', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('366', 'c', 'Codice dello stato di disponibilità', 'Codice dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('366', 'd', 'Data prevedibile della prossima disponibilità', 'Data prevedibile della prossima disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('366', 'e', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('366', 'f', 'Tipo di sconto dell\'editore', 'Tipo di sconto dell\'editore', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('366', 'g', 'Data di esaurimento', 'Data di esaurimento', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('366', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('366', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('366', 'm', 'Identificazione dell\'agenzia', 'Identificazione dell\'agenzia', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('400', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('400', 'a', 'Personal name', 'Personal name', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'b', 'Numeration', 'Numeration', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('400', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('400', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('400', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('400', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('400', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('410', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', '4', 'Relator code', 'Relator code', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', '6', 'Linkage', 'Linkage', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('410', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('411', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('411', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('440', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('440', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('411', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('440', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('440', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('440', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('440', 'a', 'Title', 'Title', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'BKS', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
-               ('440', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('440', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('440', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('440', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, 0, 'BKS', '', '', NULL),
-               ('490', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('490', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
-               ('490', 'a', 'Series statement', 'Series statement', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('490', 'l', 'Library of Congress call number', 'Library of Congress call number', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('490', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('490', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('500', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('500', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('500', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('500', 'a', 'General note', 'General note', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('440', 'a', 'Titolo', 'Titolo', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'BKS', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
+               ('440', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('440', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('440', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('440', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('490', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('490', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', NULL, NULL, -6, 'BKS', '', '', NULL),
+               ('490', 'a', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('490', 'l', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('490', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 1, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('490', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('500', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('500', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('500', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('500', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('500', 'a', 'Nota generale', 'Nota generale', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
                ('500', 'l', 'Library of Congress call number (SE) [OBSOLETE]', 'Library of Congress call number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('500', 'n', 'n (RLIN) [OBSOLETE]', 'n (RLIN) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('500', 'x', 'International Standard Serial Number (SE) [OBSOLETE]', 'International Standard Serial Number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('500', 'z', 'Source of note information (AM SE) [OBSOLETE]', 'Source of note information (AM SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('501', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('501', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('501', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('501', 'a', 'With note', 'With note', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('502', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('502', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('502', 'a', 'Dissertation note', 'Dissertation note', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('503', '8', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('501', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('501', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('501', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('501', 'a', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('502', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('502', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('502', 'a', 'Nota di dissertazione', 'Nota di dissertazione', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('503', '8', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('503', 'a', 'Bibliographic history note', 'Bibliographic history note', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('504', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('504', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('504', 'a', 'Bibliography, etc', 'Bibliography, etc', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('504', 'b', 'Number of references', 'Number of references', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('505', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('505', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('505', 'a', 'Formatted contents note', 'Formatted contents note', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('505', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('505', 'r', 'Statement of responsibility', 'Statement of responsibility', 1, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('505', 't', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('505', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'BKS', '', '', NULL),
-               ('506', '2', 'Source of term', 'Source of term', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('506', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('506', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('506', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('506', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('506', 'a', 'Terms governing access', 'Terms governing access', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('506', 'b', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('506', 'c', 'Physical access provisions', 'Physical access provisions', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('506', 'd', 'Authorized users', 'Authorized users', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('506', 'e', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('506', 'f', 'Standardized terminology for access restriction', 'Standardized terminology for access restriction', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('506', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'BKS', '', '', NULL),
-               ('507', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('507', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('507', 'a', 'Representative fraction of scale note', 'Representative fraction of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('507', 'b', 'Remainder of scale note', 'Remainder of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('508', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('508', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('508', 'a', 'Creation/production credits note', 'Creation/production credits note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('509', 'a', 'Informal Notes', 'Informal Notes', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('510', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('510', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('510', 'a', 'Name of source', 'Name of source', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('510', 'b', 'Coverage of source', 'Coverage of source', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('510', 'c', 'Location within source', 'Location within source', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('510', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('511', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('511', 'a', 'Participant or performer note', 'Participant or performer note', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('512', '6', 'Linkage', 'Linkage', 0, 0, '', -1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('504', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('504', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('504', 'a', 'Nota di bibliografia, ecc.', 'Nota di bibliografia, ecc.', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('504', 'b', 'Numero dei riferimenti', 'Numero dei riferimenti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('505', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('505', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('505', 'a', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('505', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 1, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('505', 'r', 'Formulazione di responsabilità', 'Formulazione di responsabilità', 1, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('505', 't', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('505', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'BKS', '', '', NULL),
+               ('506', '2', 'Fonte', 'Fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('506', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('506', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('506', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('506', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('506', 'a', 'Condizioni che regolano l\'accesso', 'Condizioni che regolano l\'accesso', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('506', 'b', 'Competenza legale', 'Competenza legale', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('506', 'c', 'Disposizioni per l\'accesso fisico', 'Disposizioni per l\'accesso fisico', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('506', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('506', 'e', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('506', 'f', 'Terminologia normalizzata della restrizione all’accesso', 'Terminologia normalizzata della restrizione all’accesso', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('506', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'BKS', '', '', NULL),
+               ('507', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('507', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('507', 'a', 'Nota di frazione rappresentativa di scala', 'Nota di frazione rappresentativa di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('507', 'b', 'Restante parte della nota di scala', 'Restante parte della nota di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('508', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('508', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('508', 'a', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('509', 'a', 'Note informali', 'Note informali', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('510', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('510', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('510', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('510', 'a', 'Nome della fonte', 'Nome della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('510', 'b', 'Copertura della fonte', 'Copertura della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('510', 'c', 'Localizzazione nella fonte', 'Localizzazione nella fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('510', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('511', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('511', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('511', 'a', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('512', '6', 'Collegamento', 'Collegamento', 0, 0, '', -1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('512', 'a', 'Earlier or later volumes separately cataloged note', 'Earlier or later volumes separately cataloged note', 0, 0, '', -1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('513', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('513', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('513', 'a', 'Type of report', 'Type of report', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('513', 'b', 'Period covered', 'Period covered', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'a', 'Attribute accuracy report', 'Attribute accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'b', 'Attribute accuracy value', 'Attribute accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'c', 'Attribute accuracy explanation', 'Attribute accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'd', 'Logical consistency report', 'Logical consistency report', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'e', 'Completeness report', 'Completeness report', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'f', 'Horizontal position accuracy report', 'Horizontal position accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'g', 'Horizontal position accuracy value', 'Horizontal position accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'h', 'Horizontal position accuracy explanation', 'Horizontal position accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'i', 'Vertical positional accuracy report', 'Vertical positional accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'j', 'Vertical positional accuracy value', 'Vertical positional accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'k', 'Vertical positional accuracy explanation', 'Vertical positional accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'm', 'Cloud cover', 'Cloud cover', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('514', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'BKS', '', '', NULL),
-               ('514', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('515', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('515', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('515', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('513', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('513', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('513', 'a', 'Tipo di rapporto', 'Tipo di rapporto', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('513', 'b', 'Periodo coperto', 'Periodo coperto', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'a', 'Rapporto di esattezza degli attributi', 'Rapporto di esattezza degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'b', 'Valore di esattezza degli attributi', 'Valore di esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'c', 'Spiegazione della esattezza degli attributi', 'Spiegazione della esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'd', 'Rapporto di coerenza logica', 'Rapporto di coerenza logica', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'e', 'Rapporto di completezza', 'Rapporto di completezza', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'f', 'Rapporto di esattezza di posizione orizzontale', 'Rapporto di esattezza di posizione orizzontale', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'g', 'Valore di esattezza di posizione orizzontale', 'Valore di esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'h', 'Spiegazione della esattezza di posizione orizzontale', 'Spiegazione della esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'i', 'Rapporto di esattezza di posizione verticale', 'Rapporto di esattezza di posizione verticale', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'j', 'Valore di esattezza di posizione verticale', 'Valore di esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'k', 'Spiegazione della esattezza di posizione verticale', 'Spiegazione della esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'm', 'Nuvolosità', 'Nuvolosità', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('514', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'BKS', '', '', NULL),
+               ('514', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('515', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('515', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('515', 'a', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('515', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, '', -1, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('516', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('516', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('516', 'a', 'Type of computer file or data note', 'Type of computer file or data note', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('517', 'a', 'Different formats', 'Different formats', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('517', 'b', 'Content descriptors', 'Content descriptors', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('517', 'c', 'Additional animation techniques', 'Additional animation techniques', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('518', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('518', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('518', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('518', 'a', 'Date/time and place of an event note', 'Date/time and place of an event note', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('520', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('520', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('520', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('520', 'a', 'Summary, etc', 'Summary, etc', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('520', 'b', 'Expansion of summary note', 'Expansion of summary note', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('520', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'BKS', '', '', NULL),
+               ('516', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('516', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('516', 'a', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('517', 'a', 'Formati multipli', 'Formati multipli', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('517', 'b', 'Descrittori del contenuto', 'Descrittori del contenuto', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('517', 'c', 'Tecniche d\'animazione addizionali', 'Tecniche d\'animazione addizionali', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('518', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('518', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('518', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('518', 'a', 'Nota sulla data/ora e luogo dell\'evento', 'Nota sulla data/ora e luogo dell\'evento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('520', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('520', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('520', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('520', 'a', 'Nota di riassunto, ecc.', 'Nota di riassunto, ecc.', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('520', 'b', 'Nota di estensione del riassunto', 'Nota di estensione del riassunto', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('520', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'BKS', '', '', NULL),
                ('520', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('521', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('521', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('521', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('521', 'a', 'Target audience note', 'Target audience note', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'BKS', '', '', NULL),
-               ('521', 'b', 'Source', 'Source', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'BKS', '', '', NULL),
-               ('522', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('522', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('522', 'a', 'Geographic coverage note', 'Geographic coverage note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('523', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('523', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('521', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('521', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('521', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('521', 'a', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'BKS', '', '', NULL),
+               ('521', 'b', 'Fonte', 'Fonte', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'BKS', '', '', NULL),
+               ('522', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('522', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('522', 'a', 'Nota di copertura geografica', 'Nota di copertura geografica', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('523', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('523', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('523', 'a', 'Time period of content note', 'Time period of content note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('524', '2', 'Source of schema used', 'Source of schema used', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('524', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('524', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('524', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('524', 'a', 'Preferred citation of described materials note', 'Preferred citation of described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('525', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('525', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('525', 'a', 'Supplement note', 'Supplement note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('524', '2', 'Fonte dello schema usato', 'Fonte dello schema usato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('524', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('524', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('524', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('524', 'a', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('525', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('525', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('525', 'a', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('525', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('526', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('526', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('526', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('526', 'a', 'Program name', 'Program name', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('526', 'b', 'Interest level', 'Interest level', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('526', 'c', 'Reading level', 'Reading level', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('526', 'd', 'Title point value', 'Title point value', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('526', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('526', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 6, 'BKS', '', '', NULL),
-               ('526', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('527', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('526', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('526', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('526', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('526', 'a', 'Nome del programma', 'Nome del programma', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('526', 'b', 'Livello d\'interesse', 'Livello d\'interesse', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('526', 'c', 'Livello di lettura', 'Livello di lettura', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('526', 'd', 'Valore numerico del titolo', 'Valore numerico del titolo', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('526', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('526', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 5, '', '', '', NULL, 6, 'BKS', '', '', NULL),
+               ('526', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('527', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('527', 'a', 'Censorship note', 'Censorship note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('530', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('530', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('530', 'a', 'Additional physical form available note', 'Additional physical form available note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('530', 'b', 'Availability source', 'Availability source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('530', 'c', 'Availability conditions', 'Availability conditions', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('530', 'd', 'Order number', 'Order number', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('530', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'BKS', '', '', NULL),
+               ('530', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('530', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('530', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('530', 'a', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('530', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('530', 'c', 'Condizioni di disponibilità', 'Condizioni di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('530', 'd', 'Numero di ordine', 'Numero di ordine', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('530', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'BKS', '', '', NULL),
                ('530', 'z', 'Source of note information (AM CF VM SE) [OBSOLETE]', 'Source of note information (AM CF VM SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('533', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('533', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('533', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('533', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('533', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('533', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('533', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('533', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('533', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('533', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('533', 'm', 'Dates and/or sequential designation of issues reproduced', 'Dates and/or sequential designation of issues reproduced', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('533', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 'a', 'Main entry of original', 'Main entry of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 'b', 'Edition statement of original', 'Edition statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 'c', 'Publication, distribution, etc', 'Publication, distribution, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 'e', 'Physical description, etc', 'Physical description, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 'f', 'Series statement of original', 'Series statement of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 'k', 'Key title of original', 'Key title of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 'l', 'Location of original', 'Location of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 'm', 'Material specific details', 'Material specific details', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 'n', 'Note about original', 'Note about original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 'p', 'Introductory phrase', 'Introductory phrase', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 't', 'Title statement of original', 'Title statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('534', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('535', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('535', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('535', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('535', 'a', 'Custodian', 'Custodian', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('535', 'b', 'Postal address', 'Postal address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('535', 'c', 'Country', 'Country', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('535', 'd', 'Telecommunications address', 'Telecommunications address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('535', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('536', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('536', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('536', 'a', 'Text of note', 'Text of note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('536', 'b', 'Contract number', 'Contract number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('536', 'c', 'Grant number', 'Grant number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('536', 'd', 'Undifferentiated number', 'Undifferentiated number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('536', 'e', 'Program element number', 'Program element number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('536', 'f', 'Project number', 'Project number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('536', 'g', 'Task number', 'Task number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('536', 'h', 'Work unit number', 'Work unit number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('537', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('533', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('533', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('533', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('533', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('533', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('533', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('533', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('533', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('533', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('533', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('533', 'm', 'Date e/o designazione sequenziale dei documenti riprodotti', 'Date e/o designazione sequenziale dei documenti riprodotti', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('533', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 'a', 'Accesso principale dell\'originale', 'Accesso principale dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 'b', 'Formulazione di edizione dell\'originale', 'Formulazione di edizione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 'c', 'Pubblicazione, distribuzione, ecc., dell\'originale', 'Pubblicazione, distribuzione, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 'e', 'Descrizione fisica, ecc., dell\'originale', 'Descrizione fisica, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 'f', 'Formulazione della serie dell\'originale', 'Formulazione della serie dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 'k', 'Titolo chiave dell\'originale', 'Titolo chiave dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 'l', 'Localizzazione dell\'originale', 'Localizzazione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 'n', 'Nota sull\'originale', 'Nota sull\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 'p', 'Frase introduttiva', 'Frase introduttiva', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 't', 'Formulazione del titolo dell\'originale', 'Formulazione del titolo dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('534', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('535', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('535', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('535', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('535', 'a', 'Conservatore', 'Conservatore', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('535', 'b', 'Indirizzo postale', 'Indirizzo postale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('535', 'c', 'Paese', 'Paese', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('535', 'd', 'Indirizzo di telecomunicazione', 'Indirizzo di telecomunicazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('535', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('536', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('536', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('536', 'a', 'Testo della nota', 'Testo della nota', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('536', 'b', 'Numero di contratto', 'Numero di contratto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('536', 'c', 'Numero di sovvenzione', 'Numero di sovvenzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('536', 'd', 'Numero indifferenziato', 'Numero indifferenziato', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('536', 'e', 'Numero di elemento di un programma', 'Numero di elemento di un programma', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('536', 'f', 'Numero di progetto', 'Numero di progetto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('536', 'g', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('536', 'h', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('537', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('537', 'a', 'Source of data note', 'Source of data note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('538', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('538', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('538', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('538', 'a', 'System details note', 'System details note', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('538', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('538', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'BKS', '', '', NULL),
-               ('540', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('540', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('540', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('540', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('540', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('540', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('540', 'c', 'Authorization', 'Authorization', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('540', 'd', 'Authorized users', 'Authorized users', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('540', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'BKS', '', '', NULL),
-               ('541', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('541', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('541', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('541', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('541', 'a', 'Source of acquisition', 'Source of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
-               ('541', 'b', 'Address', 'Address', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
-               ('541', 'c', 'Method of acquisition', 'Method of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
-               ('541', 'd', 'Date of acquisition', 'Date of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
-               ('541', 'e', 'Accession number', 'Accession number', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
-               ('541', 'f', 'Owner', 'Owner', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
-               ('541', 'h', 'Purchase price', 'Purchase price', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
-               ('541', 'n', 'Extent', 'Extent', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
-               ('541', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
-               ('543', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('538', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('538', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('538', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('538', 'a', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('538', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('538', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'BKS', '', '', NULL),
+               ('540', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('540', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('540', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('540', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('540', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('540', 'b', 'Competenza legale', 'Competenza legale', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('540', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('540', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('540', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'BKS', '', '', NULL),
+               ('541', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('541', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('541', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('541', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('541', 'a', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
+               ('541', 'b', 'Indirizzo', 'Indirizzo', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
+               ('541', 'c', 'Metodo d\'acquisto', 'Metodo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
+               ('541', 'd', 'Data d\'acquisto', 'Data d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
+               ('541', 'e', 'Numero d\'accessione', 'Numero d\'accessione', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
+               ('541', 'f', 'Proprietario', 'Proprietario', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
+               ('541', 'h', 'Prezzo d\'acquisto', 'Prezzo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
+               ('541', 'n', 'Estensione', 'Estensione', 0, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
+               ('541', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, 1, 'BKS', '', '', NULL),
+               ('543', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('543', 'a', 'Solicitation information note', 'Solicitation information note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('544', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('544', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('544', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('544', 'a', 'Custodian', 'Custodian', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('544', 'b', 'Address', 'Address', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('544', 'c', 'Country', 'Country', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('544', 'd', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('544', 'e', 'Provenance', 'Provenance', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('544', 'n', 'Note', 'Note', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('545', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('545', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('545', 'a', 'Biographical or historical note', 'Biographical or historical note', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('545', 'b', 'Expansion', 'Expansion', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('545', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'BKS', '', '', NULL),
-               ('546', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('546', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('546', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('546', 'a', 'Language note', 'Language note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('546', 'b', 'Information code or alphabet', 'Information code or alphabet', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('544', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('544', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('544', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('544', 'a', 'Conservatore', 'Conservatore', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('544', 'b', 'Indirizzo', 'Indirizzo', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('544', 'c', 'Paese', 'Paese', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('544', 'd', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('544', 'e', 'Provenienza', 'Provenienza', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('544', 'n', 'Nota', 'Nota', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('545', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('545', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('545', 'a', 'Nota biografica o storica', 'Nota biografica o storica', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('545', 'b', 'Ampliamento', 'Ampliamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('545', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'BKS', '', '', NULL),
+               ('546', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('546', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('546', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('546', 'a', 'Nota sulla lingua', 'Nota sulla lingua', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('546', 'b', 'Codice d\'informazione o alfabeto', 'Codice d\'informazione o alfabeto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
                ('546', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('547', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('547', 'a', 'Former title complexity note', 'Former title complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('547', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('547', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('547', 'a', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('547', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('550', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('550', 'a', 'Issuing body note', 'Issuing body note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('550', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('550', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('550', 'a', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('550', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'a', 'Entity type label', 'Entity type label', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'b', 'Entity type definition and source', 'Entity type definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'c', 'Attribute label', 'Attribute label', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'd', 'Attribute definition and source', 'Attribute definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'e', 'Enumerated domain value', 'Enumerated domain value', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'f', 'Enumerated domain value definition and source', 'Enumerated domain value definition and source', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'g', 'Range domain minimum and maximum', 'Range domain minimum and maximum', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'h', 'Codeset name and source', 'Codeset name and source', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'i', 'Unrepresentable domain', 'Unrepresentable domain', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'j', 'Attribute units of measurement and resolution', 'Attribute units of measurement and resolution', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'k', 'Beginning date and ending date of attribute values', 'Beginning date and ending date of attribute values', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'l', 'Attribute value accuracy', 'Attribute value accuracy', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'm', 'Attribute value accuracy explanation', 'Attribute value accuracy explanation', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'n', 'Attribute measurement frequency', 'Attribute measurement frequency', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'o', 'Entity and attribute overview', 'Entity and attribute overview', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'p', 'Entity and attribute detail citation', 'Entity and attribute detail citation', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('552', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'BKS', '', '', NULL),
-               ('552', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('555', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('555', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('555', 'a', 'Cumulative index/finding aids note', 'Cumulative index/finding aids note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('555', 'b', 'Availability source', 'Availability source', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('555', 'c', 'Degree of control', 'Degree of control', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('555', 'd', 'Bibliographic reference', 'Bibliographic reference', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('555', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'BKS', '', '', NULL),
-               ('556', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('556', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('556', 'a', 'Information about documentation note', 'Information about documentation note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('556', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('561', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('561', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('561', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('561', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('561', 'a', 'History', 'History', 0, 0, '', 5, '', '', '', NULL, 6, 'BKS', '', '', NULL),
+               ('552', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'a', 'Etichetta del tipo di ente', 'Etichetta del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'b', 'Definizione e fonte del tipo di ente', 'Definizione e fonte del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'c', 'Etichetta dell\'attributo', 'Etichetta dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'd', 'Definizione e fonte dell\'attributo', 'Definizione e fonte dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'e', 'Valore del dominio enumerato', 'Valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'f', 'Definizione e fonte del valore del dominio enumerato', 'Definizione e fonte del valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'g', 'Minimo e massimo del range del dominio', 'Minimo e massimo del range del dominio', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'h', 'Nome e fonte del set dei codici', 'Nome e fonte del set dei codici', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'i', 'Dominio non rappresentabile', 'Dominio non rappresentabile', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'j', 'Unità di misura e risoluzione degli attributi', 'Unità di misura e risoluzione degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'k', 'Data d\'inizio e data di fine dei valori dell\'attributo', 'Data d\'inizio e data di fine dei valori dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'l', 'Esattezza del valore dell\'attributo', 'Esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'm', 'Spiegazione dell\'esattezza del valore dell\'attributo', 'Spiegazione dell\'esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'n', 'Frequenza della misura d\'attributo', 'Frequenza della misura d\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'o', 'Riassunto di ente e d\'attributo', 'Riassunto di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'p', 'Citazione dei dettagli di ente e d\'attributo', 'Citazione dei dettagli di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('552', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'BKS', '', '', NULL),
+               ('552', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('555', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('555', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('555', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('555', 'a', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('555', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('555', 'c', 'Grado di controllo', 'Grado di controllo', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('555', 'd', 'Riferimento bibliografico', 'Riferimento bibliografico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('555', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'BKS', '', '', NULL),
+               ('556', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('556', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('556', 'a', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('556', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('561', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('561', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('561', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('561', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('561', 'a', 'Storia', 'Storia', 0, 0, '', 5, '', '', '', NULL, 6, 'BKS', '', '', NULL),
                ('561', 'b', 'Time of collation [OBSOLETE]', 'Time of collation [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, 6, 'BKS', '', '', NULL),
-               ('562', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('562', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('562', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('562', 'a', 'Identifying markings', 'Identifying markings', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('562', 'b', 'Copy identification', 'Copy identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('562', 'c', 'Version identification', 'Version identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('562', 'd', 'Presentation format', 'Presentation format', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('562', 'e', 'Number of copies', 'Number of copies', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('563', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('563', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('563', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('563', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('563', 'a', 'Binding note', 'Binding note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('563', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'BKS', '', '', NULL),
-               ('565', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('565', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('565', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('565', 'a', 'Number of cases/variables', 'Number of cases/variables', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('565', 'b', 'Name of variable', 'Name of variable', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('565', 'c', 'Unit of analysis', 'Unit of analysis', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('565', 'd', 'Universe of data', 'Universe of data', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('565', 'e', 'Filing scheme or code', 'Filing scheme or code', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('567', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('567', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('567', 'a', 'Methodology note', 'Methodology note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('570', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('562', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('562', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('562', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('562', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('562', 'a', 'Marche d\'identificazione', 'Marche d\'identificazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('562', 'b', 'Identificazione della copia', 'Identificazione della copia', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('562', 'c', 'Identificazione della versione', 'Identificazione della versione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('562', 'd', 'Formato di presentazione', 'Formato di presentazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('562', 'e', 'Numero di copie', 'Numero di copie', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('563', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('563', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('563', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('563', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('563', 'a', 'Nota sulla rilegatura', 'Nota sulla rilegatura', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('563', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'BKS', '', '', NULL),
+               ('565', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('565', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('565', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('565', 'a', 'Numero di pratiche/variabili', 'Numero di pratiche/variabili', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('565', 'b', 'Nome della variabile', 'Nome della variabile', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('565', 'c', 'Unità d\'analisi', 'Unità d\'analisi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('565', 'd', 'Universo dei dati', 'Universo dei dati', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('565', 'e', 'Sistema o codice d’archiviazione', 'Sistema o codice d’archiviazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('567', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('567', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('567', 'a', 'Nota sulla metodologia', 'Nota sulla metodologia', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('570', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('570', 'a', 'Editor note', 'Editor note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('570', 'z', 'Source of note information', 'Source of note information', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('580', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('580', 'a', 'Linking entry complexity note', 'Linking entry complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('580', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('580', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('580', 'a', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('580', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('581', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('581', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('581', 'a', 'Publications about described materials note', 'Publications about described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('581', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('582', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('581', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('581', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('581', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('581', 'a', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('581', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('582', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('582', 'a', 'Related computer files note', 'Related computer files note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('583', '2', 'Source of term', 'Source of term', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('583', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('583', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('583', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('583', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('583', 'a', 'Action', 'Action', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'b', 'Action identification', 'Action identification', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'c', 'Time/date of action', 'Time/date of action', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'd', 'Action interval', 'Action interval', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'e', 'Contingency for action', 'Contingency for action', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'f', 'Authorization', 'Authorization', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'h', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'i', 'Method of action', 'Method of action', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'j', 'Site of action', 'Site of action', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'k', 'Action agent', 'Action agent', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'l', 'Status', 'Status', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'n', 'Extent', 'Extent', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('583', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -1, 'BKS', '', '', NULL),
-               ('583', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', NULL, 4, 'BKS', '', '', NULL),
-               ('583', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('584', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('584', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('584', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('584', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('584', 'a', 'Accumulation', 'Accumulation', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('584', 'b', 'Frequency of use', 'Frequency of use', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('585', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('585', '5', 'Institution to which field applies', 'Institution to which field applies', 0, -6, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('585', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('585', 'a', 'Exhibitions note', 'Exhibitions note', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('586', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('586', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('586', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('586', 'a', 'Awards note', 'Awards note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', '2', 'Fonte', 'Fonte', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('583', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('583', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('583', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('583', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('583', 'a', 'Azione', 'Azione', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'b', 'Identificazione dell\'azione', 'Identificazione dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'c', 'Momento/data dell\'azione', 'Momento/data dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'd', 'Intervallo dell\'azione', 'Intervallo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'e', 'Contingenza per l\'azione', 'Contingenza per l\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'f', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'h', 'Competenza legale', 'Competenza legale', 0, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'i', 'Metodo dell\'azione', 'Metodo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'j', 'Luogo dell\'azione', 'Luogo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'k', 'Agente dell\'azione', 'Agente dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'l', 'Stato', 'Stato', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'n', 'Estensione', 'Estensione', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('583', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -1, 'BKS', '', '', NULL),
+               ('583', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', NULL, 4, 'BKS', '', '', NULL),
+               ('583', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('584', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('584', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('584', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('584', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('584', 'a', 'Accumulo', 'Accumulo', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('584', 'b', 'Frequenza d\'uso', 'Frequenza d\'uso', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('585', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('585', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, -6, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('585', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('585', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('585', 'a', 'Nota di mostre', 'Nota di mostre', 0, 0, '', 5, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('586', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('586', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('586', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('586', 'a', 'Nota di premi', 'Nota di premi', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
                ('590', '6', 'Linkage (RLIN)', 'Linkage (RLIN)', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('590', '8', 'Field link and sequence number (RLIN)', 'Field link and sequence number (RLIN)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('590', 'a', 'Local note', 'Local note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('590', 'b', 'Provenance (VM) [OBSOLETE]', 'Provenance (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('590', 'c', 'Condition of individual reels (VM) [OBSOLETE]', 'Condition of individual reels (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('590', 'd', 'Origin of safety copy (VM) [OBSOLETE]', 'Origin of safety copy (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('600', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('600', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('600', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('600', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'BKS', '', '', NULL),
-               ('600', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('600', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('600', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('600', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('600', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('600', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('600', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('600', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('600', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('600', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('610', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('610', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'BKS', '', '', NULL),
+               ('600', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('600', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('600', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('600', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('600', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('600', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('600', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('600', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('600', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('600', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('610', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('610', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('610', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('610', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'BKS', '', '', NULL),
-               ('610', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('610', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('610', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('610', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('610', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('610', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('610', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('610', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('610', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('611', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('611', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'BKS', '', '', NULL),
+               ('610', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('610', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('610', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('610', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('610', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('610', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('610', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('610', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('610', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('611', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('611', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('611', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('611', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'BKS', '', '', NULL),
+               ('611', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'BKS', '', '', NULL),
                ('611', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('611', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('611', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('611', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('611', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('611', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('611', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('611', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('611', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('630', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('630', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('611', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('611', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('611', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('611', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('611', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('611', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('611', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('611', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('630', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('630', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('630', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('630', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'BKS', '', '', NULL),
-               ('630', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('630', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('630', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('630', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('630', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('630', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('630', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('630', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('648', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('648', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('648', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('648', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('648', 'a', 'Chronological term', 'Chronological term', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'BKS', '', '', NULL),
-               ('648', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('648', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('648', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('648', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('650', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('650', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('650', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('650', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('650', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('630', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'BKS', '', '', NULL),
+               ('630', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('630', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('630', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('630', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('630', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('630', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('630', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('630', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('648', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('648', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('648', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('648', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('648', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'BKS', '', '', NULL),
+               ('648', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('648', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('648', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('648', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('650', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('650', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('650', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('650', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('650', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('650', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('650', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'BKS', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
-               ('650', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('650', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('650', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('650', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('650', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('650', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('650', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('650', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'BKS', '', '', NULL),
-               ('651', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('651', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('651', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('651', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('651', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('650', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'BKS', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
+               ('650', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('650', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('650', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('650', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('650', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('650', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('650', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('650', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'BKS', '', '', NULL),
+               ('651', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('651', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('651', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('651', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('651', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('651', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('651', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'BKS', '', '', NULL),
+               ('651', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'BKS', '', '', NULL),
                ('651', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('651', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('651', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('651', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('651', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('651', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('652', 'a', 'Geographic name of place element', 'Geographic name of place element', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('652', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('652', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('652', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('653', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('653', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('653', 'a', 'Uncontrolled term', 'Uncontrolled term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('654', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('654', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('654', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('654', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('654', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('654', 'a', 'Focus term', 'Focus term', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'BKS', '', '', NULL),
-               ('654', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('654', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('654', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('654', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('654', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('654', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('654', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('655', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('655', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('655', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('655', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('655', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('655', 'a', 'Genre/form data or focus term', 'Genre/form data or focus term', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'BKS', '', '', NULL),
-               ('655', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('655', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('655', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('655', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('655', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('655', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('656', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('656', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('656', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('656', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('656', 'a', 'Occupation', 'Occupation', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'BKS', '', '', NULL),
-               ('656', 'k', 'Form', 'Form', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('656', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('656', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('656', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('656', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('657', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('657', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('657', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('657', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('657', 'a', 'Function', 'Function', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'BKS', '', '', NULL),
-               ('657', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('657', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('657', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('657', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('658', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('658', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('658', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('658', 'a', 'Main curriculum objective', 'Main curriculum objective', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'BKS', '', '', NULL),
-               ('658', 'b', 'Subordinate curriculum objective', 'Subordinate curriculum objective', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('658', 'c', 'Curriculum code', 'Curriculum code', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('658', 'd', 'Correlation factor', 'Correlation factor', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('662', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('662', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('662', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('662', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('662', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('662', 'a', 'Country or larger entity', 'Country or larger entity', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'BKS', '', '', NULL),
-               ('662', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('662', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('662', 'd', 'City', 'City', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('662', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('662', 'f', 'City subsection', 'City subsection', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('662', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('662', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('651', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('651', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('651', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('651', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('651', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('652', 'a', 'Nome geografico del luogo', 'Nome geografico del luogo', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('652', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('652', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('652', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('653', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('653', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('653', 'a', 'Termine non controllato', 'Termine non controllato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('654', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('654', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('654', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('654', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('654', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('654', 'a', 'Termine principale', 'Termine principale', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'BKS', '', '', NULL),
+               ('654', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('654', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('654', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('654', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('654', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('654', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('654', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('655', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('655', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('655', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('655', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('655', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('655', 'a', 'Termine principale di genere/forma', 'Termine principale di genere/forma', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'BKS', '', '', NULL),
+               ('655', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('655', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('655', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('655', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('655', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('655', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('656', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('656', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('656', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('656', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('656', 'a', 'Occupazione', 'Occupazione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'BKS', '', '', NULL),
+               ('656', 'k', 'Forma', 'Forma', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('656', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('656', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('656', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('656', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('657', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('657', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('657', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('657', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('657', 'a', 'Funzione', 'Funzione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'BKS', '', '', NULL),
+               ('657', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('657', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('657', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('657', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('658', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('658', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('658', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('658', 'a', 'Obiettivo principale del curriculum scolastico', 'Obiettivo principale del curriculum scolastico', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, 'BKS', '', '', NULL),
+               ('658', 'b', 'Obiettivo secondario del curriculum scolastico', 'Obiettivo secondario del curriculum scolastico', 1, 0, '', 6, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('658', 'c', 'Codice di curriculum scolastico', 'Codice di curriculum scolastico', 0, 0, '', 6, '', '', '', NULL, 0, 'BKS', '', '', NULL),
+               ('658', 'd', 'Fattore di correlazione', 'Fattore di correlazione', 0, 0, '', 6, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('662', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('662', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('662', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('662', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('662', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('662', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('662', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('662', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('662', 'd', 'Città', 'Città', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('662', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('662', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('662', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('662', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('690', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('690', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('690', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('690', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('690', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('690', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('690', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('690', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('690', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('690', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('690', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'BKS', '', '', NULL),
-               ('690', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('690', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('690', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('690', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('690', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('690', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('690', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('690', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('690', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'BKS', '', '', NULL),
+               ('690', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('690', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('690', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('690', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('690', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('690', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('690', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('690', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'BKS', '', '', NULL),
                ('691', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('691', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('691', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('691', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('691', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('691', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('691', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('691', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('691', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('691', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('691', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('691', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'BKS', '', '', NULL),
                ('691', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('691', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('691', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('691', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('691', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('691', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('691', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('691', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('691', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('696', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('696', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('696', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('696', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('696', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('696', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('697', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('697', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('697', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('697', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('697', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('697', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('698', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('698', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('698', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('698', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'BKS', '', '', NULL),
                ('698', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('698', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('698', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('699', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('699', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('699', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('699', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('699', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('699', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('700', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('700', 'a', 'Personal name', 'Personal name', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'BKS', '', '', NULL),
-               ('700', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('700', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('700', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('700', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('700', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('705', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'BKS', '', '', NULL),
+               ('700', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('700', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('700', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('700', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('700', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('700', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('700', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('705', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('710', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'BKS', '', '', NULL),
-               ('710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('710', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('710', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
-               ('710', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('710', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'BKS', '', '', NULL),
+               ('710', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('710', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('710', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('710', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'BKS', '', '', NULL),
+               ('710', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('710', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('711', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'BKS', '', '', NULL),
+               ('711', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'BKS', '', '', NULL),
                ('711', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('711', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('711', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('711', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('711', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('711', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('711', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('711', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('715', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('715', 'a', 'Corporate name or jurisdiction name', 'Corporate name or jurisdiction name', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('715', 'b', 'Subordinate unit', 'Subordinate unit', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('715', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('715', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('715', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('715', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('715', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('715', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('715', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('715', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('715', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('715', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('715', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 'a', 'Ragione sociale o nome giuridico', 'Ragione sociale o nome giuridico', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 'b', 'Unità subordinata', 'Unità subordinata', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('715', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('715', 'u', 'Nonprinting information', 'Nonprinting information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('720', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('720', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('720', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('720', 'a', 'Name', 'Name', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('720', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
-               ('730', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('720', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('720', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('720', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('720', 'a', 'Nome', 'Nome', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('720', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'BKS', '', '', NULL),
+               ('730', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('730', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('730', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('730', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('740', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('740', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('740', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('740', 'a', 'Uncontrolled related/analytical title', 'Uncontrolled related/analytical title', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('740', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('740', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('740', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('752', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('752', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('752', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('752', 'a', 'Country or larger entity', 'Country or larger entity', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('752', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('752', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('752', 'd', 'City', 'City', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('752', 'f', 'City subsection', 'City subsection', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('752', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('752', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('753', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('753', 'a', 'Make and model of machine', 'Make and model of machine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('753', 'b', 'Programming language', 'Programming language', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('753', 'c', 'Operating system', 'Operating system', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('754', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('754', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('754', 'a', 'Taxonomic name', 'Taxonomic name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('754', 'c', 'Taxonomic category', 'Taxonomic category', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('754', 'd', 'Common or alternative name', 'Common or alternative name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('754', 'x', 'Non-public note', 'Non-public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('754', 'z', 'Public note', 'Public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('755', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('755', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('755', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('755', 'a', 'Access term', 'Access term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('755', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'BKS', '', '', NULL),
-               ('760', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('730', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('740', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('740', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('740', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('740', 'a', 'Titolo analitico/correlato non controllato', 'Titolo analitico/correlato non controllato', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('740', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('740', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('740', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('752', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('752', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('752', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('752', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('752', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('752', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('752', 'd', 'Città', 'Città', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('752', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('752', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('752', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('753', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('753', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('753', 'a', 'Marca e modello della macchina', 'Marca e modello della macchina', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('753', 'b', 'Linguaggio di programmazione', 'Linguaggio di programmazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('753', 'c', 'Sistema operativo', 'Sistema operativo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('754', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('754', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('754', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('754', 'a', 'Nome tassonomico', 'Nome tassonomico', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('754', 'c', 'Categoria tassonomica', 'Categoria tassonomica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('754', 'd', 'Nome comune o alternativo', 'Nome comune o alternativo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('754', 'x', 'Nota non pubblica', 'Nota non pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('754', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('755', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('755', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('755', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('755', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('755', 'a', 'Termine d\'accesso', 'Termine d\'accesso', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('755', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('755', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('755', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'BKS', '', '', NULL),
+               ('760', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('760', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('760', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('760', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('762', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('762', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('762', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('765', 'q', 'Parallel title (BK SE)  [OBSOLETE]', 'Parallel title (BK SE)  [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('765', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('765', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('765', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('767', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('767', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('767', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', '8', 'Field link and sequence number', 'Field link and sequence number ', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('767', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('770', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('770', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('770', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('770', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('772', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('772', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('772', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('772', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', '0', 'Codice record bibliografico contenente lo spoglio', 'Codice record bibliografico contenente lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', '9', 'Codice copia contenete lo spoglio', 'Codice copia contenete lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('773', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('773', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('773', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('774', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('774', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'e', 'Language code', 'Language code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'f', 'Country code', 'Country code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('774', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'e', 'Codice lingua', 'Codice lingua', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'f', 'Codice di paese', 'Codice di paese', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('775', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('775', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('775', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('775', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('776', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('776', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('776', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('776', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('777', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('777', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('777', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('780', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('780', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('780', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('780', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('785', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('785', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('785', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'j', 'Period of content', 'Period of content', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('785', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'j', 'Periodo del contenuto', 'Periodo del contenuto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('786', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('786', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('786', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('787', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('787', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('787', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('787', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('789', '%', '%', '%', 0, 0, '', 7, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('789', '2', '2', '2', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('789', '3', '3', '3', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
@@ -2619,365 +2625,369 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('789', 'y', 'y', 'y', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('789', 'z', 'z', 'z', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('796', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('796', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('796', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('796', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('796', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('796', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('797', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('797', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('797', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('797', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('797', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('797', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('798', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('798', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('798', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('798', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'BKS', '', '', NULL),
                ('798', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('798', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('798', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('799', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('799', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('799', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('799', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('799', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('799', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('800', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('800', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('800', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('800', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('810', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('810', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('810', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('810', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('811', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('811', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'BKS', '', '', NULL),
                ('811', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('811', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('811', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('830', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('830', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('840', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('841', 'a', 'Type of record', 'Type of record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('841', 'b', 'Fixed-length data elements', 'Fixed-length data elements', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('841', 'e', 'Encoding level', 'Encoding level', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('842', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('842', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('842', 'a', 'Textual physical form designator', 'Textual physical form designator', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('843', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('843', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('843', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('843', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('843', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('843', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('843', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('843', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('843', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('843', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('843', 'm', 'Dates of publication and/or sequential designation of issues reproduced', 'Dates of publication and/or sequential designation of issues reproduced', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('843', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('844', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('844', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('844', 'a', 'Name of unit', 'Name of unit', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('845', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('845', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('845', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('845', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('845', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('845', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('845', 'c', 'Authorization', 'Authorization', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('845', 'd', 'Authorized users', 'Authorized users', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('850', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('850', 'a', 'Holding institution', 'Holding institution', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('830', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('830', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('840', 'a', 'Titolo', 'Titolo', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('840', 'h', 'Supporto', 'Supporto', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('840', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('841', 'a', 'Tipo di record', 'Tipo di record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('841', 'b', 'Elementi a lunghezza fiss', 'Elementi a lunghezza fiss', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('841', 'e', 'Livello di codifica', 'Livello di codifica', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('842', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('842', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('842', 'a', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('843', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('843', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('843', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('843', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('843', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('843', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('843', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('843', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('843', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('843', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('843', 'm', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('843', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('844', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('844', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('844', 'a', 'Nome dell\'unità', 'Nome dell\'unità', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('845', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('845', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('845', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('845', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('845', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('845', 'b', 'Competenza legale', 'Competenza legale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('845', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('845', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('850', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('850', 'a', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
                ('850', 'b', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
                ('850', 'd', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
                ('850', 'e', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('851', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('851', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('851', 'a', 'Name (custodian or owner)', 'Name (custodian or owner)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('851', 'b', 'Institutional division', 'Institutional division', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('851', 'c', 'Street address', 'Street address', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('851', 'd', 'Country', 'Country', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('851', 'e', 'Location of units', 'Location of units', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('851', 'f', 'Item number', 'Item number', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('851', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'a', 'Location', 'Location', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'b', 'Sublocation or collection', 'Sublocation or collection', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'c', 'Shelving location', 'Shelving location', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'e', 'Address', 'Address', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'f', 'Coded location qualifier', 'Coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'g', 'Non-coded location qualifier', 'Non-coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'h', 'Classification part', 'Classification part', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'i', 'Item part', 'Item part', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'j', 'Shelving control number', 'Shelving control number', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'k', 'Call number prefix', 'Call number prefix', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'l', 'Shelving form of title', 'Shelving form of title', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'm', 'Call number suffix', 'Call number suffix', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'n', 'Country code', 'Country code', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 8, '', '', '', 1, 5, 'BKS', '', '', NULL),
-               ('852', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('852', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('853', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('854', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('855', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('856', '2', 'Access method', 'Access method', 0, 0, '', 8, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('856', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('856', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('856', 'a', 'Host name', 'Host name', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'b', 'Access number', 'Access number', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'c', 'Compression information', 'Compression information', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('851', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('851', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('851', 'a', 'Nome (custode o proprietario)', 'Nome (custode o proprietario)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('851', 'b', 'Suddivisione istituzionale', 'Suddivisione istituzionale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('851', 'c', 'Indirizzo', 'Indirizzo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('851', 'd', 'Paese', 'Paese', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('851', 'e', 'Localizzazione dell\'unità', 'Localizzazione dell\'unità', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('851', 'f', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('851', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'a', 'Localizzazione', 'Localizzazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'b', 'Sottolocalizzazione o collezione', 'Sottolocalizzazione o collezione', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'e', 'Indirizzo', 'Indirizzo', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'g', 'Qualificatore di localizzazione non codificato', 'Qualificatore di localizzazione non codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'l', 'Forma di collocazione (segnatura) di titolo', 'Forma di collocazione (segnatura) di titolo', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'n', 'Codice di paese', 'Codice di paese', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 8, '', '', '', 1, 5, 'BKS', '', '', NULL),
+               ('852', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('852', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('853', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('854', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('855', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('856', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 8, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('856', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('856', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('856', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('856', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
                ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
                ('856', 'l', 'Logon', 'Logon', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'o', 'Operating system', 'Operating system', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 's', 'File size', 'File size', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'BKS', '', '', NULL),
-               ('856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'w', 'Record control number', 'Record control number', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 1, 'BKS', '', '', NULL),
-               ('856', 'y', 'Link text', 'Link text', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
-               ('856', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'n', 'Nome della localizzazione dell\'host', 'Nome della localizzazione dell\'host', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'p', 'Porta', 'Porta', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'r', 'Parametri', 'Parametri', 0, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'BKS', '', '', NULL),
+               ('856', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 1, 'BKS', '', '', NULL),
+               ('856', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
+               ('856', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, -1, 'BKS', '', '', NULL),
                ('859', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('859', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('859', 'd', 'TDC (RLIN)', 'TDC (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
@@ -2986,140 +2996,215 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('859', 'r', 'REG (RLIN)', 'REG (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('859', 'v', 'VER (RLIN)', 'VER (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('859', 'x', 'LDEL (RLIN)', 'LDEL (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('866', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('866', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('866', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('866', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('866', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('867', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('867', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('867', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('867', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('867', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('868', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('868', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('868', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('868', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('868', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('870', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('870', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('871', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('863', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('863', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('863', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('863', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('864', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('864', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('864', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('865', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('865', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('865', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('866', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('866', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('866', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('866', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('866', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('867', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('867', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('867', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('867', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('867', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('868', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('868', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('868', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('868', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('868', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('870', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('870', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('871', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('872', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('872', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('873', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('876', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('876', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('876', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('872', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('872', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('873', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('876', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('876', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('876', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('876', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('876', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('876', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('876', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('876', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('876', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('876', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('876', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('876', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('876', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('876', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('876', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('876', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('876', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('876', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('876', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('876', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('876', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('877', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('877', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('877', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('876', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('876', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('876', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('877', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('877', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('877', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('877', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('877', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('877', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('877', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('877', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('877', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('877', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('877', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('877', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('877', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('877', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('877', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('877', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('877', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('877', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('877', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('877', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('877', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('878', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('878', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('878', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('877', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('877', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('877', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('878', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('878', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('878', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('878', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('878', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('878', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('878', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('878', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('878', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('878', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('878', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('878', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('878', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('878', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('878', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('878', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('878', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('878', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('878', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('878', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('878', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('878', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('878', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('878', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
                ('880', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('880', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('880', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('880', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('880', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('880', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('880', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('880', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('880', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
@@ -3185,117 +3270,117 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('886', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('886', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('886', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('887', '2', 'Source of data', 'Source of data', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('887', 'a', 'Content of non-MARC field', 'Content of non-MARC field', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('887', '2', 'Fonte dei dati', 'Fonte dei dati', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('887', 'a', 'Contenuto del campo non-MARC', 'Contenuto del campo non-MARC', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('896', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('896', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('896', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('896', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('896', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('896', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('897', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('897', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('897', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('897', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('897', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('897', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('898', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('898', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('898', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('898', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'BKS', '', '', NULL),
                ('898', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('898', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('898', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('899', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('899', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('899', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'BKS', '', '', NULL),
-               ('899', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('899', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('900', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('900', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('900', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('899', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('899', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('900', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('900', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('900', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('901', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('901', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('901', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
@@ -3550,72 +3635,72 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('907', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('908', 'a', 'Put command parameter', 'Put command parameter', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('910', 'a', 'User-option data', 'User-option data', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('911', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('911', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 's', 'Version', 'Version', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('930', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('911', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 's', 'Versione', 'Versione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('930', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('936', 'a', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', 1, -6, 'BKS', '', '', NULL),
-               ('940', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('940', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, -6, 'BKS', '', '', NULL),
+               ('940', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('940', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('941', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('941', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('943', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 9, '', '', '', 1, 5, 'BKS', '', '130', NULL),
-               ('943', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('943', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('941', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('943', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, 5, 'BKS', '', '130', NULL),
+               ('943', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('943', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('945', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('945', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('945', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
@@ -3812,16 +3897,16 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('950', 'w', 'Subscription status code, LANT (RLIN)', 'Subscription status code, LANT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('950', 'y', 'Date, LVOL (RLIN)', 'Date, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('950', 'z', 'Retention, LVOL (RLIN)', 'Retention, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('951', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('951', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('951', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('951', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('951', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('951', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('951', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('951', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('951', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('951', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('951', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('951', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('951', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('951', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('951', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('951', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('951', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('951', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('951', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('955', 'a', 'Classification number, CCAL (RLIN)', 'Classification number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('955', 'b', 'Book number/undivided call number, CCAL (RLIN)', 'Book number/undivided call number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('955', 'c', 'Copy information and material description, CCAL + MDES (RLIN)', 'Copy information and material description, CCAL + MDES (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
@@ -3832,176 +3917,176 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('955', 'r', 'Circulation control number, HNT (RLIN)', 'Circulation control number, HNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('955', 's', 'Shelflist note, HNT (RLIN)', 'Shelflist note, HNT (RLIN)', 1, 0, '', 9, '', '', '', 1, 5, 'BKS', '', '', NULL),
                ('955', 'u', 'Non-printing notes, HNT (RLIN)', 'Non-printing notes, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('956', '2', 'Access method', 'Access method', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', '3', 'Materials specified', 'Materials specified', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'a', 'Host name', 'Host name', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'b', 'Access number', 'Access number', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'c', 'Compression information', 'Compression information', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'd', 'Path', 'Path', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'i', 'Instruction', 'Instruction', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('956', 'k', 'Password', 'Password', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('956', 'l', 'Logon', 'Logon', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('956', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'o', 'Operating system', 'Operating system', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'p', 'Port', 'Port', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'r', 'Settings', 'Settings', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 's', 'File size', 'File size', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -6, 'BKS', '', '', NULL),
-               ('956', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'w', 'Record control number', 'Record control number', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', 0, 6, 'BKS', '', '', NULL),
-               ('956', 'y', 'Link text', 'Link text', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('956', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'p', 'Porta', 'Porta', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'r', 'Parametri', 'Parametri', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -6, 'BKS', '', '', NULL),
+               ('956', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', 0, 6, 'BKS', '', '', NULL),
+               ('956', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('956', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('960', '3', 'Materials specified, MATL', 'Materials specified, MATL', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
                ('960', 'a', 'Physical location, PLOC (RLIN)', 'Physical location, PLOC (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('967', 'a', 'GNR (RLIN)', 'GNR (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('967', 'c', 'PSI (RLIN)', 'PSI (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('980', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('980', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('981', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('980', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('981', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
                ('982', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('982', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('983', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('984', 'a', 'Holding library identification number', 'Holding library identification number', 0, 0, '', 9, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('984', 'b', 'Physical description codes', 'Physical description codes', 1, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('984', 'c', 'Call number', 'Call number', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('984', 'd', 'Volume or other numbering', 'Volume or other numbering', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('984', 'e', 'Dates', 'Dates', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('982', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('982', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('983', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
+               ('984', 'a', 'Numero idenficativo biblioteca proprietaria', 'Numero idenficativo biblioteca proprietaria', 0, 0, '', 9, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('984', 'b', 'Codici descrizione fisica', 'Codici descrizione fisica', 1, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('984', 'c', 'Numero di chiamata', 'Numero di chiamata', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('984', 'd', 'Volume o altra numerazione', 'Volume o altra numerazione', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('984', 'e', 'Date', 'Date', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('984', 'f', 'Completeness note', 'Completeness note', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('984', 'g', 'Referral note', 'Referral note', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('984', 'h', 'Retention note', 'Retention note', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('987', 'a', 'Romanization/conversion identifier', 'Romanization/conversion identifier', 0, 0, '', 9, '', '', '', NULL, -6, 'BKS', '', '', NULL),
-               ('987', 'b', 'Agency that converted, created or reviewed', 'Agency that converted, created or reviewed', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('987', 'c', 'Date of conversion or review', 'Date of conversion or review', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('987', 'd', 'Status code', 'Status code ', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('987', 'e', 'Version of conversion program used', 'Version of conversion program used', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('987', 'f', 'Note', 'Note', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('987', 'b', 'Agenzia che ha convertito, creato o rivisto', 'Agenzia che ha convertito, creato o rivisto', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('987', 'c', 'Data della conversione o della revisione', 'Data della conversione o della revisione', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('987', 'd', 'Codice dello status', 'Codice dello status', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('987', 'e', 'Versione del programma usato per la conversione', 'Versione del programma usato per la conversione', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('987', 'f', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('990', 'a', 'Link information for 9XX fields', 'Link information for 9XX fields', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('990', 'b', 'Link information for field corresponding to 9XX field', 'Link information for field corresponding to 9XX field', 1, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('995', '0', 'Withdrawn status [LOCAL, KOHA]', 'Withdrawn status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', '1', 'Lost status [LOCAL, KOHA]', 'Lost status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', '2', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('995', '3', 'Use restrictions [LOCAL, KOHA]', 'Use restrictions [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', '4', 'Koha normalized classification for sorting [LOCAL, KOHA]', 'Koha normalized classification for sorting [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', '5', 'Coded location qualifier [LOCAL, KOHA]', 'Coded location qualifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('995', '6', 'Copy number [LOCAL, KOHA]', 'Copy number [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'BKS', '', '', NULL),
-               ('995', '7', 'Uniform Resource Identifier [LOCAL, KOHA]', 'Uniform Resource Identifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', 1, 5, 'BKS', '', '', NULL),
-               ('995', '8', 'Collection code [LOCAL, KOHA]', 'Collection code [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', '9', 'Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]', 'Internal itemnumber (Koha itemnumber) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'c', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'd', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'e', 'Genre detail', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'f', 'Barcode', 'Barcode', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'g', 'Barcode prefix', 'Barcode prefix', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'h', 'Barcode incrementation', 'Barcode incrementation', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'i', 'Barcode suffix', 'Barcode suffix', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'j', 'Section', 'Section', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 1, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'p', 'Serial', 'Serial', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'q', 'Intended audience (age level)', 'Intended audience (age level)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 's', 'Acquisition mode', 'Acquisition mode', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 't', 'Genre', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'u', 'Copy note', 'Copy note', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'v', 'Periodical number', 'Periodical number', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'w', 'Recipient organisation code', 'Recipient organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'x', 'Recipient organisation, free text', 'Recipient organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'y', 'Recipient parent organisation code', 'Recipient parent organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
-               ('995', 'z', 'Recipient parent organisation, free text', 'Recipient parent organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', '0', 'Ritiro della copia', 'Ritiro della copia', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', '1', 'Copia smarrita', 'Copia smarrita', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', '2', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 0, 0, '', 9, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('995', '3', 'Restrizioni d\'uso', 'Restrizioni d\'uso', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', '4', 'Classificazione normalizzata Koha per l\'ordinamento', 'Classificazione normalizzata Koha per l\'ordinamento', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', '5', 'Qualificatore dell\'ubicazione', 'Qualificatore dell\'ubicazione', 1, 0, '', 9, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('995', '6', 'Numero della copia', 'Numero della copia', 0, 0, '', 9, '', '', '', NULL, 5, 'BKS', '', '', NULL),
+               ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, 5, 'BKS', '', '', NULL),
+               ('995', '8', 'Collezione Koha', 'Collezione Koha', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', '9', 'Numero interno di copia (Koha itemnumber, autogenerato)', 'Numero interno di copia (Koha itemnumber, autogenerato)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'a', 'Bib. proprietaria della copia (testo libero)', 'Bib. proprietaria della copia (testo libero)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'b', 'Bib. proprietaria della copia', 'Bib. proprietaria della copia', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'c', 'Bib. che possiede o presta (holding branch)', 'Bib. che possiede o presta (holding branch)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'd', 'Bib. che possiede o presta (codice)', 'Bib. che possiede o presta (codice)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'e', 'Dettaglio del genere', 'Dettaglio del genere', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'f', 'Codice a barre', 'Codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'g', 'Prefisso del codice a barre', 'Prefisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'h', 'Incremento del codice a barre', 'Incremento del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'i', 'Suffisso del codice a barre', 'Suffisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'j', 'Sezione', 'Sezione', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'k', 'Collocazione', 'Collocazione', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'l', 'Numerazione (volume o altre parti)', 'Numerazione (volume o altre parti)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'm', 'Data del prestito o deposito', 'Data del prestito o deposito', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'n', 'Data scadenza del prestito', 'Data scadenza del prestito', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'o', 'Tipo di circolazione (non a prestito)', 'Tipo di circolazione (non a prestito)', 1, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'p', 'Periodico', 'Periodico', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'q', 'Pubblico destinato (età)', 'Pubblico destinato (età)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'r', 'Tipologia della copia e del materiale', 'Tipologia della copia e del materiale', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 's', 'Modalità d\'acquisto', 'Modalità d\'acquisto', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 't', 'Genere', 'Genere', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'u', 'Nota della copia', 'Nota della copia', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'v', 'Numero periodico', 'Numero periodico', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'w', 'Codice dell\'ente destinatario', 'Codice dell\'ente destinatario', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'x', 'Ente destinatario, testo libero', 'Ente destinatario, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'y', 'Codice dell\'ente destinatario superiore', 'Codice dell\'ente destinatario superiore', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
+               ('995', 'z', 'Ente destinatario superiore, testo libero', 'Ente destinatario superiore, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('998', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('998', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
-               ('998', 'd', 'First date, FD (RLIN)', 'First Date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
+               ('998', 'd', 'First date, FD (RLIN)', 'First date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'BKS', '', '', NULL),
                ('998', 'i', 'RINS (RLIN)', 'RINS (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('998', 'l', 'LI (RLIN)', 'LI (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
                ('998', 'n', 'NUC (RLIN)', 'NUC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'BKS', '', '', NULL),
@@ -4025,7 +4110,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', 'CF');
+               ('999', 'Sys Number locale (Koha)', 'Sys Number locale (Koha)', 1, 0, '', 'CF');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
                ('999', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, NULL, -1, NULL, NULL, '', NULL, -5, 'CF', '', '', NULL),
@@ -4040,8 +4125,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for primary biblioitems Field/Subfields.
 
 
---             ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'CF', '', '', NULL),
---             ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'CF', '', '', NULL),
+--      ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'CF', '', '', NULL),
+--      ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'CF', '', '', NULL),
 
 
 
@@ -4049,21 +4134,21 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', 'CF');
+               ('942', 'Dati aggiuntivi (Koha)', 'Dati aggiuntivi (Koha)', 0, 0, '', 'CF');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'CF', '', '', NULL),
-               ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'CF', '', '', NULL),
+               ('942', '0', 'Numero prestiti (tutte le copie)', 'Numero prestiti (tutte le copie)', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'CF', '', '', NULL),
+               ('942', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('942', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'CF', '', '', NULL),
                ('942', 'a', 'Institution code [OBSOLETE]', 'Institution code [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -5, 'CF', '', '', NULL),
-               ('942', 'c', 'Item type', 'Item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('942', 'e', 'Edition', 'Edition', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('942', 'i', 'Item part', 'Item part', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'CF', '', '', NULL),
-               ('942', 'k', 'Call number prefix', 'Call number prefix', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('942', 'm', 'Call number suffix', 'Call number suffix', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('942', 'n', 'Suppress in OPAC', 'Suppress in OPAC', 0, 0, NULL, 9, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'CF', '', '', NULL);
+               ('942', 'c', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('942', 'e', 'Edizione', 'Edizione', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('942', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('942', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'CF', '', '', NULL),
+               ('942', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('942', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('942', 'n', 'Nasconto in Opac', 'Nasconto in Opac', 0, 0, NULL, 9, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('942', 's', 'Flag seriale', 'Flag seriale', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'CF', '', '', NULL);
 
 
 -- ******************************************************
@@ -4072,8 +4157,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for items Field/Subfields
 
 
---             ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'CF', '', '', NULL),
---             ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'CF', '', '', NULL),
+--      ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'CF', '', '', NULL),
+--      ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'CF', '', '', NULL),
 
 
 
@@ -4081,44 +4166,44 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('952', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', 'CF');
+               ('952', 'Dati di copia (Koha)', 'Dati di copia (Koha)', 1, 0, '', 'CF');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-             ('952', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', '1', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('952', '3', 'Materials specified (bound volume or other part)', 'Materials specified (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('952', '4', 'Damaged status', 'Damaged status', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('952', '0', 'Ritirato (status)', 'Ritirato (status)', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', '1', 'Perso (status)', 'Perso (status)', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('952', '3', 'Materiali specifici (rilegati o simili)', 'Materiali specifici (rilegati o simili)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('952', '4', 'Danneggiato (status)', 'Danneggiato (status)', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'CF', '', '', NULL),
                ('952', '5', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'CF', '', '', NULL),
-               ('952', '7', 'Not for loan', 'Not for loan', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', '8', 'Collection code', 'Collection code', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', '9', 'Koha itemnumber (autogenerated)', 'Koha itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'CF', '', '', NULL),
-               ('952', 'a', 'Permanent location', 'Permanent location', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', 'b', 'Current location', 'Current location', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', 'c', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', 'd', 'Date acquired', 'Date acquired', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'CF', '', '', NULL),
-               ('952', 'e', 'Source of acquisition', 'Source of acquisition', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', 'f', 'Coded location qualifier', 'Coded location qualifier', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('952', 'g', 'Cost, normal purchase price', 'Cost, normal purchase price', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', 'h', 'Serial Enumeration / chronology','Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'CF', '', '', NULL),
-        ('952', 'i', 'Inventory number','Inventory number', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', 'j', 'Shelving control number', 'Shelving control number', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('952', 'l', 'Total Checkouts', 'Total Checkouts', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'CF', '', '', NULL),
-               ('952', 'm', 'Total Renewals', 'Total Renewals', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'CF', '', '', NULL),
-               ('952', 'n', 'Total Holds', 'Total Holds', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'CF', '', '', NULL),
-               ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'CF', '', '', NULL),
-               ('952', 'p', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'CF', '', '', NULL),
-               ('952', 'q', 'Checked out', 'Checked out', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'CF', '', '', NULL),
-               ('952', 'r', 'Date last seen', 'Date last seen', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'CF', '', '', NULL),
-               ('952', 's', 'Date last borrowed', 'Date last borrowed', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'CF', '', '', NULL),
-               ('952', 't', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('952', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'CF', '', '', NULL),
-               ('952', 'v', 'Cost, replacement price', 'Cost, replacement price', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', 'w', 'Price effective from', 'Price effective from', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('952', 'x', 'Non-public note', 'Non-public note', 0, 0, '', 10, '', '', '', NULL, 1, 'CF', '', '', NULL),
-               ('952', 'y', 'Koha item type', 'Koha item type', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('952', 'z', 'Public note', 'Public note', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'CF', '', '', NULL);
+               ('952', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'CF', '', '', NULL),
+               ('952', '7', 'Non per il presito', 'Non per il presito', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', '8', 'Codice collezione', 'Codice collezione', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', '9', 'Numero di copia (ID autogenerato)', 'Numero di copia (ID autogenerato)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'CF', '', '', NULL),
+               ('952', 'a', 'Biblioteca proprietaria', 'Biblioteca proprietaria', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', 'b', 'Biblioteca in cui si trova', 'Biblioteca in cui si trova', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'CF', '', '', NULL),
+               ('952', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('952', 'g', 'Costo, prezzo di acquisto', 'Costo, prezzo di acquisto', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', 'h', 'Enumerazione seriale / cronologia', 'Enumerazione seriale / cronologia', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', 'i', 'Numero di inventario', 'Numero di inventario', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('952', 'l', 'Totale prestiti', 'Totale prestiti', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'CF', '', '', NULL),
+               ('952', 'm', 'Totale rinnovi', 'Totale rinnovi', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'CF', '', '', NULL),
+               ('952', 'n', 'Totale prenotazioni', 'Totale prenotazioni', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'CF', '', '', NULL),
+               ('952', 'o', 'Collocazione', 'Collocazione', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'CF', '', '', NULL),
+               ('952', 'p', 'Codice a barre', 'Codice a barre', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'CF', '', '', NULL),
+               ('952', 'q', 'Prestito', 'Prestito', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'CF', '', '', NULL),
+               ('952', 'r', 'Data ultima operazione', 'Data ultima operazione', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'CF', '', '', NULL),
+               ('952', 's', 'Data ultimo prestito', 'Data ultimo prestito', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'CF', '', '', NULL),
+               ('952', 't', 'Numero di copia', 'Numero di copia', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('952', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'CF', '', '', NULL),
+               ('952', 'v', 'Costo, costo di riacquisto', 'Costo, costo di riacquisto', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', 'w', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('952', 'x', 'Nota non pubblica', 'Nota non pubblica', 0, 0, '', 10, '', '', '', NULL, 1, 'CF', '', '', NULL),
+               ('952', 'y', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('952', 'z', 'Nota pubblica', 'Nota pubblica', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'CF', '', '', NULL);
 
 
 
@@ -4135,275 +4220,275 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
                ('000', 'LEADER', 'LEADER', 0, 1, '', 'CF'),
-               ('001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 0, '', 'CF'),
-               ('003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 0, '', 'CF'),
-               ('005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 0, '', 'CF'),
-               ('006', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 1, 0, '', 'CF'),
-               ('007', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 1, 0, '', 'CF'),
-               ('008', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 0, 1, '', 'CF'),
+               ('001', 'Numero di controllo', 'Numero di controllo', 0, 0, '', 'CF'),
+               ('003', 'Identificatore del numero di controllo', 'Identificatore del numero di controllo', 0, 0, '', 'CF'),
+               ('005', 'Data e orario dell\'ultima transazione', 'Data e orario dell\'ultima transazione', 0, 0, '', 'CF'),
+               ('006', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 1, 0, '', 'CF'),
+               ('007', 'Campo fisso per la descrizione fisica--informazione generale', 'Campo fisso per la descrizione fisica--informazione generale', 1, 0, '', 'CF'),
+               ('008', 'Elementi di lunghezza fissa--Informazione generale', 'Elementi di lunghezza fissa--Informazione generale', 0, 1, '', 'CF'),
                ('009', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 1, 0, '', 'CF'),
-               ('010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, '', 'CF'),
+               ('010', 'Numero di controllo della Library of Congress', 'Numero di controllo della Library of Congress', 0, 0, '', 'CF'),
                ('011', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 0, 0, '', 'CF'),
-               ('013', 'PATENT CONTROL INFORMATION', 'PATENT CONTROL INFORMATION', 1, 0, '', 'CF'),
-               ('015', 'NATIONAL BIBLIOGRAPHY NUMBER', 'NATIONAL BIBLIOGRAPHY NUMBER', 1, 0, '', 'CF'),
-               ('016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, '', 'CF'),
-               ('017', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 1, 0, '', 'CF'),
-               ('018', 'COPYRIGHT ARTICLE-FEE CODE', 'COPYRIGHT ARTICLE-FEE CODE', 0, 0, '', 'CF'),
-               ('020', 'ISBN', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL, 'CF'),
-               ('022', 'ISSN', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL, 'CF'),
+               ('013', 'Informazioni impiegate per il controllo di brevetti', 'Informazioni impiegate per il controllo di brevetti', 1, 0, '', 'CF'),
+               ('015', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 'CF'),
+               ('016', 'Numero di controllo dell\'agenzia bibliografica nazionale', 'Numero di controllo dell\'agenzia bibliografica nazionale', 1, 0, '', 'CF'),
+               ('017', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 'CF'),
+               ('018', 'Codice di tassa sul copyright dell’articolo', 'Codice di tassa sul copyright dell’articolo', 0, 0, '', 'CF'),
+               ('020', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 'CF'),
+               ('022', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 'CF'),
                ('023', 'STANDARD FILM NUMBER (VM) [DELETED]', 'STANDARD FILM NUMBER (VM) [DELETED]', 1, 0, NULL, 'CF'),
-               ('024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL, 'CF'),
-               ('025', 'OVERSEAS ACQUISITION NUMBER', 'OVERSEAS ACQUISITION NUMBER', 1, 0, '', 'CF'),
-               ('026', 'FINGERPRINT IDENTIFIER', 'FINGERPRINT IDENTIFIER', 1, 0, '', 'CF'),
-               ('027', 'STANDARD TECHNICAL REPORT NUMBER', 'STANDARD TECHNICAL REPORT NUMBER', 1, 0, '', 'CF'),
-               ('028', 'IDENTIFICATION NUMBER--PUBLISHER NUMBER', 'PUBLISHER NUMBER', 1, 0, NULL, 'CF'),
-               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', ' (OCLC)', 1, 0, '', 'CF'),
-               ('030', 'CODEN DESIGNATION', 'CODEN DESIGNATION', 1, 0, '', 'CF'),
-               ('031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, '', 'CF'),
-               ('032', 'POSTAL REGISTRATION NUMBER', 'POSTAL REGISTRATION NUMBER', 1, 0, '', 'CF'),
-               ('033', 'DATE/TIME AND PLACE OF AN EVENT', 'DATE/TIME AND PLACE OF AN EVENT', 1, 0, '', 'CF'),
-               ('034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, '', 'CF'),
-               ('035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL, 'CF'),
-               ('036', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 0, 0, '', 'CF'),
-               ('037', 'PUBLICATION, DISTRIBUTION DETAILS--SOURCE OF ACQUISITION', 'SOURCE OF ACQUISITION', 1, 0, NULL, 'CF'),
-               ('038', 'RECORD CONTENT LICENSOR', 'RECORD CONTENT LICENSOR', 0, 0, '', 'CF'),
+               ('024', 'Altri identificatori standard', 'Altri identificatori standard', 1, 0, NULL, 'CF'),
+               ('025', 'Numero di acquisito estero', 'Numero di acquisito estero', 1, 0, '', 'CF'),
+               ('026', 'Identificatore dell’impronta', 'Identificatore dell’impronta', 1, 0, '', 'CF'),
+               ('027', 'Standard Technical Report Number', 'Standard Technical Report Number', 1, 0, '', 'CF'),
+               ('028', 'Numero dell’editore', 'Numero dell’editore', 1, 0, NULL, 'CF'),
+               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 1, 0, '', 'CF'),
+               ('030', 'Designazione CODEN', 'Designazione CODEN', 1, 0, '', 'CF'),
+               ('031', 'Informazione sugli incipit musicali', 'Informazione sugli incipit musicali', 1, 0, '', 'CF'),
+               ('032', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 1, 0, '', 'CF'),
+               ('033', 'Data/ora e luogo di un evento', 'Data/ora e luogo di un evento', 1, 0, '', 'CF'),
+               ('034', 'Dati matematici codificati per il materiale cartografico', 'Dati matematici codificati per il materiale cartografico', 1, 0, '', 'CF'),
+               ('035', 'Numero di controllo del sistema', 'Numero di controllo del sistema', 1, 0, NULL, 'CF'),
+               ('036', 'Numero dello studio originale del computer data file', 'Numero dello studio originale del computer data file', 0, 0, '', 'CF'),
+               ('037', 'Fonte d’acquisto', 'Fonte d’acquisto', 1, 0, NULL, 'CF'),
+               ('038', 'Licenza d’uso del contenuto della registrazione', 'Licenza d’uso del contenuto della registrazione', 0, 0, '', 'CF'),
                ('039', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 0, 0, '', 'CF'),
-               ('040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 0, NULL, 'CF'),
-               ('041', 'LANGUAGE CODE', 'LANGUAGE CODE', 1, 0, '', 'CF'),
-               ('042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, '', 'CF'),
-               ('043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL, 'CF'),
-               ('044', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 0, 0, '', 'CF'),
-               ('045', 'TIME PERIOD OF CONTENT', 'TIME PERIOD OF CONTENT', 0, 0, '', 'CF'),
-               ('046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, '', 'CF'),
-               ('047', 'FORM OF MUSICAL COMPOSITION CODE', 'FORM OF MUSICAL COMPOSITION CODE', 1, 0, '', 'CF'),
-               ('048', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 1, 0, '', 'CF'),
+               ('040', 'Fonte della catalogazione', 'Fonte della catalogazione', 0, 0, NULL, 'CF'),
+               ('041', 'Codice di lingua', 'Codice di lingua', 1, 0, '', 'CF'),
+               ('042', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 'CF'),
+               ('043', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 0, 0, NULL, 'CF'),
+               ('044', 'Codice del paese dell’ente che pubblica/produce l’item', 'Codice del paese dell’ente che pubblica/produce l’item', 0, 0, '', 'CF'),
+               ('045', 'Periodo di tempo del contenuto', 'Periodo di tempo del contenuto', 0, 0, '', 'CF'),
+               ('046', 'Codice delle date speciali', 'Codice delle date speciali', 1, 0, '', 'CF'),
+               ('047', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 'CF'),
+               ('048', 'Codice del numero degli strumenti musicali o delle voci', 'Codice del numero degli strumenti musicali o delle voci', 1, 0, '', 'CF'),
                ('049', 'LOCAL HOLDINGS (OCLC)', 'LOCAL HOLDINGS (OCLC)', 0, 0, '', 'CF'),
-               ('050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL, 'CF'),
-               ('051', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 1, 0, NULL, 'CF'),
-               ('052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL, 'CF'),
-               ('055', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 1, 0, NULL, 'CF'),
-               ('060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL, 'CF'),
-               ('061', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 1, 0, NULL, 'CF'),
-               ('066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL, 'CF'),
-               ('070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL, 'CF'),
-               ('071', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 1, 0, NULL, 'CF'),
-               ('072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL, 'CF'),
-               ('074', 'GPO ITEM NUMBER', 'GPO ITEM NUMBER', 1, 0, NULL, 'CF'),
-               ('080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'CF'),
-               ('082', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'CF'),
-               ('084', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL, 'CF'),
-               ('086', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL, 'CF'),
+               ('050', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 1, 0, NULL, 'CF'),
+               ('051', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 1, 0, NULL, 'CF'),
+               ('052', 'Classificazione geografica', 'Classificazione geografica', 1, 0, NULL, 'CF'),
+               ('055', 'Numero di classificazione assegnati in Canada', 'Numero di classificazione assegnati in Canada', 1, 0, NULL, 'CF'),
+               ('060', 'Numero di chiamata (collocazione) della National Library of Medicine', 'Numero di chiamata (collocazione) della National Library of Medicine', 1, 0, NULL, 'CF'),
+               ('061', 'Formulazione dell’esemplare della National Library of Medicine', 'Formulazione dell’esemplare della National Library of Medicine', 1, 0, NULL, 'CF'),
+               ('066', 'Set di caratteri presenti', 'Set di caratteri presenti', 0, 0, NULL, 'CF'),
+               ('070', 'Numero di chiamata (collocazione) della National Agricultural Library', 'Numero di chiamata (collocazione) della National Agricultural Library', 1, 0, NULL, 'CF'),
+               ('071', 'Formulazione dell’esemplare della National Agricultural Library', 'Formulazione dell’esemplare della National Agricultural Library', 1, 0, NULL, 'CF'),
+               ('072', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 1, 0, NULL, 'CF'),
+               ('074', 'Numero GPO dell’item', 'Numero GPO dell’item', 1, 0, NULL, 'CF'),
+               ('080', 'Numero di classificazione decimale universale', 'Numero di classificazione decimale universale', 1, 0, NULL, 'CF'),
+               ('082', 'Numero di classificazione Decimale Dewey', 'Numero di classificazione Decimale Dewey', 1, 0, NULL, 'CF'),
+               ('084', 'Numero d’altra classificazione', 'Numero d’altra classificazione', 1, 0, NULL, 'CF'),
+               ('086', 'Numero di classificazione di documento governativo', 'Numero di classificazione di documento governativo', 1, 0, NULL, 'CF'),
                ('087', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 1, 0, NULL, 'CF'),
-               ('088', 'REPORT NUMBER', 'REPORT NUMBER', 1, 0, NULL, 'CF'),
-               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, '', 'CF'),
+               ('088', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 'CF'),
+               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 1, 0, '', 'CF'),
                ('091', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 0, 0, '', 'CF'),
                ('092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, '', 'CF'),
                ('096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, '', 'CF'),
                ('098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, '', 'CF'),
                ('099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, '', 'CF'),
-               ('100', 'MAIN ENTRY--AUTHOR--PERSONAL NAME', 'MAIN ENTRY--PERSONAL NAME', 0, 0, NULL, 'CF'),
-               ('110', 'MAIN ENTRY--AUTHOR--CORPORATE NAME', 'MAIN ENTRY--CORPORATE NAME', 0, 0, NULL, 'CF'),
-               ('111', 'MAIN ENTRY--MEETING NAME', 'MAIN ENTRY--MEETING NAME', 0, 0, NULL, 'CF'),
-               ('130', 'MAIN ENTRY--UNIFORM TITLE', 'MAIN ENTRY--UNIFORM TITLE', 0, 0, NULL, 'CF'),
-               ('210', 'ABBREVIATED TITLE', 'ABBREVIATED TITLE', 1, 0, NULL, 'CF'),
+               ('100', 'Accesso principale -- nome di persona', 'Accesso principale -- nome di persona', 0, 0, NULL, 'CF'),
+               ('110', 'Accesso principale--nome di ente', 'Accesso principale--nome di ente', 0, 0, NULL, 'CF'),
+               ('111', 'Accesso principale--nome di convegno', 'Accesso principale--nome di convegno', 0, 0, NULL, 'CF'),
+               ('130', 'Accesso principale--titolo uniforme', 'Accesso principale--titolo uniforme', 0, 0, NULL, 'CF'),
+               ('210', 'Titolo abbreviato', 'Titolo abbreviato', 1, 0, NULL, 'CF'),
                ('211', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 1, 0, NULL, 'CF'),
                ('212', 'VARIANT ACCESS TITLE [OBSOLETE]', 'VARIANT ACCESS TITLE [OBSOLETE]', 1, 0, NULL, 'CF'),
                ('214', 'AUGMENTED TITLE [OBSOLETE]', 'AUGMENTED TITLE [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('222', 'KEY TITLE', 'KEY TITLE', 1, 0, NULL, 'CF'),
-               ('240', 'UNIFORM TITLE', 'UNIFORM TITLE', 0, 0, 'Unititle', 'CF'),
+               ('222', 'Titolo chiave', 'Titolo chiave', 1, 0, NULL, 'CF'),
+               ('240', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'Unititle', 'CF'),
                ('241', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 0, 0, '', 'CF'),
-               ('242', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 1, 0, NULL, 'CF'),
-               ('243', 'COLLECTIVE UNIFORM TITLE', 'COLLECTIVE UNIFORM TITLE', 0, 0, '', 'CF'),
-               ('245', 'TITLE', 'TITLE STATEMENT', 0, 1, '', 'CF'),
-               ('246', 'VARYING FORM OF TITLE', 'VARYING FORM OF TITLE', 1, 0, NULL, 'CF'),
-               ('247', 'FORMER TITLE', 'FORMER TITLE', 1, 0, NULL, 'CF'),
-               ('250', 'EDITION STATEMENT', 'EDITION STATEMENT', 0, 0, NULL, 'CF'),
-               ('254', 'MUSICAL PRESENTATION STATEMENT', 'MUSICAL PRESENTATION STATEMENT', 0, 0, NULL, 'CF'),
-               ('255', 'CARTOGRAPHIC MATHEMATICAL DATA', 'CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL, 'CF'),
-               ('256', 'COMPUTER FILE CHARACTERISTICS', 'COMPUTER FILE CHARACTERISTICS', 0, 0, NULL, 'CF'),
-               ('257', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 0, 0, NULL, 'CF'),
-               ('258', 'PHILATELIC ISSUE DATE', 'PHILATELIC ISSUE DATE', 1, 0, NULL, 'CF'),
-               ('260', 'PUBLISHER--PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 1, 0, NULL, 'CF'),
+               ('242', 'Traduzione del titolo dell’agenzia di catalogazione', 'Traduzione del titolo dell’agenzia di catalogazione', 1, 0, NULL, 'CF'),
+               ('243', 'Titolo uniforme collettivo', 'Titolo uniforme collettivo', 0, 0, '', 'CF'),
+               ('245', 'Formulazione del titolo', 'Formulazione del titolo', 0, 1, '', 'CF'),
+               ('246', 'Varianti del titolo', 'Varianti del titolo', 1, 0, NULL, 'CF'),
+               ('247', 'Titolo precedente', 'Titolo precedente', 1, 0, NULL, 'CF'),
+               ('250', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, NULL, 'CF'),
+               ('254', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, NULL, 'CF'),
+               ('255', 'Dati matematici del materiale cartografico', 'Dati matematici del materiale cartografico', 1, 0, NULL, 'CF'),
+               ('256', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, NULL, 'CF'),
+               ('257', 'Paese dell’ente produttore dei film d’archivio', 'Paese dell’ente produttore dei film d’archivio', 0, 0, NULL, 'CF'),
+               ('258', 'Dati dell’emissione filatelica', 'Dati dell’emissione filatelica', 1, 0, NULL, 'CF'),
+               ('260', 'Pubblicazione, distribuzione, ecc. (stampa)', 'Pubblicazione, distribuzione, ecc. (stampa)', 1, 0, NULL, 'CF'),
                ('261', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, NULL, 'CF'),
                ('262', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 0, 0, NULL, 'CF'),
-               ('263', 'PROJECTED PUBLICATION DATE', 'PROJECTED PUBLICATION DATE', 0, 0, NULL, 'CF'),
+               ('263', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, NULL, 'CF'),
                ('265', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 0, 0, NULL, 'CF'),
-               ('270', 'PUBLICATION, DISTRIBUTION DETAILS--ADDRESS', 'ADDRESS', 1, 0, NULL, 'CF'),
-               ('300', 'PHYSICAL DESCRIPTION', 'PHYSICAL DESCRIPTION', 1, 1, NULL, 'CF'),
+               ('270', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 'CF'),
+               ('300', 'Descrizione fisica', 'Descrizione fisica', 1, 1, NULL, 'CF'),
                ('301', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 0, 0, NULL, 'CF'),
                ('302', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 0, 0, NULL, 'CF'),
                ('303', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'CF'),
                ('304', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'CF'),
                ('305', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 0, 0, NULL, 'CF'),
-               ('306', 'RUN TIME', 'PLAYING TIME', 0, 0, NULL, 'CF'),
-               ('307', 'HOURS, ETC.', 'HOURS, ETC.', 1, 0, NULL, 'CF'),
+               ('306', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, NULL, 'CF'),
+               ('307', 'Disponibilità oraria, ecc.', 'Disponibilità oraria, ecc.', 1, 0, NULL, 'CF'),
                ('308', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('310', 'CURRENT PUBLICATION FREQUENCY', 'CURRENT PUBLICATION FREQUENCY', 0, 0, NULL, 'CF'),
+               ('310', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 'CF'),
                ('315', 'FREQUENCY (CF MP) [OBSOLETE]', 'FREQUENCY (CF MP) [OBSOLETE]', 0, 0, NULL, 'CF'),
-               ('321', 'FORMER PUBLICATION FREQUENCY', 'FORMER PUBLICATION FREQUENCY', 1, 0, NULL, 'CF'),
-               ('340', 'PHYSICAL MEDIUM', 'PHYSICAL MEDIUM', 1, 0, NULL, 'CF'),
-               ('342', 'GEOSPATIAL REFERENCE DATA', 'GEOSPATIAL REFERENCE DATA', 1, 0, NULL, 'CF'),
-               ('343', 'PLANAR COORDINATE DATA', 'PLANAR COORDINATE DATA', 1, 0, NULL, 'CF'),
+               ('321', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 1, 0, NULL, 'CF'),
+               ('340', 'Supporto fisico', 'Supporto fisico', 1, 0, NULL, 'CF'),
+               ('342', 'Dati di riferimento geospaziale', 'Dati di riferimento geospaziale', 1, 0, NULL, 'CF'),
+               ('343', 'Dati di coordinate piane', 'Dati di coordinate piane', 1, 0, NULL, 'CF'),
                ('350', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('351', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 1, 0, NULL, 'CF'),
-               ('352', 'DIGITAL GRAPHIC REPRESENTATION', 'DIGITAL GRAPHIC REPRESENTATION', 1, 0, NULL, 'CF'),
-               ('355', 'SECURITY CLASSIFICATION CONTROL', 'SECURITY CLASSIFICATION CONTROL', 1, 0, NULL, 'CF'),
-               ('357', 'ORIGINATOR DISSEMINATION CONTROL', 'ORIGINATOR DISSEMINATION CONTROL', 0, 0, NULL, 'CF'),
+               ('351', 'Organizzazione e l’ordinamento dei materiali', 'Organizzazione e l’ordinamento dei materiali', 1, 0, NULL, 'CF'),
+               ('352', 'Rappresentazione grafica digitale', 'Rappresentazione grafica digitale', 1, 0, NULL, 'CF'),
+               ('355', 'Controllo della classificazione di sicurezza', 'Controllo della classificazione di sicurezza', 1, 0, NULL, 'CF'),
+               ('357', 'Controllo del creatore sulla diffusione', 'Controllo del creatore sulla diffusione', 0, 0, NULL, 'CF'),
                ('359', 'RENTAL PRICE (VM) [OBSOLETE]', 'RENTAL PRICE (VM) [OBSOLETE]', 0, 0, NULL, 'CF'),
-               ('362', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL, 'CF'),
-               ('365', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE PRICE', 'TRADE PRICE', 1, 0, NULL, 'CF'),
-               ('366', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE AVAILABILITY INFORMATION', 'TRADE AVAILABILITY INFORMATION', 1, 0, NULL, 'CF'),
+               ('362', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 1, 0, NULL, 'CF'),
+               ('365', 'Prezzo commerciale', 'Prezzo commerciale', 1, 0, NULL, 'CF'),
+               ('366', 'Informazione sulla disponibilità editoriale', 'Informazione sulla disponibilità editoriale', 1, 0, NULL, 'CF'),
                ('400', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'CF'),
                ('410', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'CF'),
                ('411', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'CF'),
-               ('440', 'SERIES--TITLE', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 1, 0, NULL, 'CF'),
-               ('490', 'SERIES STATEMENT', 'SERIES STATEMENT', 1, 0, '', 'CF'),
-               ('500', 'GENERAL NOTE', 'GENERAL NOTE', 1, 0, NULL, 'CF'),
-               ('501', 'WITH NOTE', 'WITH NOTE', 1, 0, NULL, 'CF'),
-               ('502', 'DISSERTATION NOTE', 'DISSERTATION NOTE', 1, 0, NULL, 'CF'),
+               ('440', 'Formulazione della serie/accesso aggiunto--titolo', 'Formulazione della serie/accesso aggiunto--titolo', 1, 0, NULL, 'CF'),
+               ('490', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 'CF'),
+               ('500', 'Nota generale', 'Nota generale', 1, 0, NULL, 'CF'),
+               ('501', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 1, 0, NULL, 'CF'),
+               ('502', 'Nota di dissertazione', 'Nota di dissertazione', 1, 0, NULL, 'CF'),
                ('503', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('504', 'BIBLIOGRAPHY, ETC. NOTE', 'BIBLIOGRAPHY, ETC. NOTE', 1, 0, NULL, 'CF'),
-               ('505', 'FORMATTED CONTENTS NOTE', 'FORMATTED CONTENTS NOTE', 1, 0, NULL, 'CF'),
-               ('506', 'RESTRICTIONS ON ACCESS NOTE', 'RESTRICTIONS ON ACCESS NOTE', 1, 0, NULL, 'CF'),
-               ('507', 'SCALE NOTE FOR GRAPHIC MATERIAL', 'SCALE NOTE FOR GRAPHIC MATERIAL', 0, 0, NULL, 'CF'),
-               ('508', 'CREATION/PRODUCTION CREDITS NOTE', 'CREATION/PRODUCTION CREDITS NOTE', 1, 0, NULL, 'CF'),
+               ('504', 'Nota di bibliografia', 'Nota di bibliografia', 1, 0, NULL, 'CF'),
+               ('505', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 1, 0, NULL, 'CF'),
+               ('506', 'Nota sulle restrizioni all\'accesso', 'Nota sulle restrizioni all\'accesso', 1, 0, NULL, 'CF'),
+               ('507', 'Nota di scala per materiale grafico', 'Nota di scala per materiale grafico', 0, 0, NULL, 'CF'),
+               ('508', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 1, 0, NULL, 'CF'),
                ('509', 'INFORMAL NOTES (RLIN)', 'INFORMAL NOTES (RLIN)', 0, 0, NULL, 'CF'),
-               ('510', 'CITATION/REFERENCES NOTE', 'CITATION/REFERENCES NOTE', 1, 0, NULL, 'CF'),
-               ('511', 'PARTICIPANT OR PERFORMER NOTE', 'PARTICIPANT OR PERFORMER NOTE', 1, 0, NULL, 'CF'),
+               ('510', 'Nota di citazione/riferimenti esterni', 'Nota di citazione/riferimenti esterni', 1, 0, NULL, 'CF'),
+               ('511', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 1, 0, NULL, 'CF'),
                ('512', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('513', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 1, 0, NULL, 'CF'),
-               ('514', 'DATA QUALITY NOTE', 'DATA QUALITY NOTE', 0, 0, NULL, 'CF'),
-               ('515', 'NUMBERING PECULIARITIES NOTE', 'NUMBERING PECULIARITIES NOTE', 1, 0, NULL, 'CF'),
-               ('516', 'TYPE OF COMPUTER FILE OR DATA NOTE', 'TYPE OF COMPUTER FILE OR DATA NOTE', 1, 0, NULL, 'CF'),
+               ('513', 'Nota di tipo di rapporto e periodo coperto', 'Nota di tipo di rapporto e periodo coperto', 1, 0, NULL, 'CF'),
+               ('514', 'Nota sulla qualità dei dati', 'Nota sulla qualità dei dati', 0, 0, NULL, 'CF'),
+               ('515', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 1, 0, NULL, 'CF'),
+               ('516', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 1, 0, NULL, 'CF'),
                ('517', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 0, 0, NULL, 'CF'),
-               ('518', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 1, 0, NULL, 'CF'),
-               ('520', 'SUMMARY, ETC.', 'SUMMARY, ETC.', 1, 0, NULL, 'CF'),
-               ('521', 'GRADE LEVEL/TARGET AUDIENCE NOTE', 'TARGET AUDIENCE NOTE', 1, 0, NULL, 'CF'),
-               ('522', 'GEOGRAPHIC DETAILS/GEOGRAPHIC COVERAGE NOTE', 'GEOGRAPHIC COVERAGE NOTE', 1, 0, NULL, 'CF'),
+               ('518', 'Nota sulla data/ora e luogo di un evento', 'Nota sulla data/ora e luogo di un evento', 1, 0, NULL, 'CF'),
+               ('520', 'Riassunto, ecc.', 'Riassunto, ecc.', 1, 0, NULL, 'CF'),
+               ('521', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 'CF'),
+               ('522', 'Nota di copertura geografica', 'Nota di copertura geografica', 1, 0, NULL, 'CF'),
                ('523', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'CF'),
-               ('524', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'CF'),
-               ('525', 'SUPPLEMENT NOTE', 'SUPPLEMENT NOTE', 0, 0, NULL, 'CF'),
-               ('526', 'STUDY PROGRAM INFORMATION NOTE', 'STUDY PROGRAM INFORMATION NOTE', 0, 0, NULL, 'CF'),
+               ('524', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 1, 0, NULL, 'CF'),
+               ('525', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 'CF'),
+               ('526', 'Nota d’informazione sul programma di studi', 'Nota d’informazione sul programma di studi', 0, 0, NULL, 'CF'),
                ('527', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('530', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 1, 0, NULL, 'CF'),
-               ('533', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'CF'),
-               ('534', 'ORIGINAL VERSION NOTE', 'ORIGINAL VERSION NOTE', 1, 0, NULL, 'CF'),
-               ('535', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 1, 0, NULL, 'CF'),
-               ('536', 'FUNDING INFORMATION NOTE', 'FUNDING INFORMATION NOTE', 1, 0, NULL, 'CF'),
+               ('530', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 1, 0, NULL, 'CF'),
+               ('533', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'CF'),
+               ('534', 'Nota sulla versione originale', 'Nota sulla versione originale', 1, 0, NULL, 'CF'),
+               ('535', 'Nota sulla localizzazione degli originali/duplicati', 'Nota sulla localizzazione degli originali/duplicati', 1, 0, NULL, 'CF'),
+               ('536', 'Nota d’informazione sul finanziamento', 'Nota d’informazione sul finanziamento', 1, 0, NULL, 'CF'),
                ('537', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'CF'),
-               ('538', 'SYSTEM DETAILS NOTE', 'SYSTEM DETAILS NOTE', 1, 0, NULL, 'CF'),
-               ('540', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'CF'),
-               ('541', 'ACQUISITION INFO--IMMEDIATE SOURCE OF ACQUISITION NOTE', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 1, 0, NULL, 'CF'),
+               ('538', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 1, 0, NULL, 'CF'),
+               ('540', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'CF'),
+               ('541', 'Nota sulla fonte immediata d\'acquisto', 'Nota sulla fonte immediata d\'acquisto', 1, 0, NULL, 'CF'),
                ('543', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('544', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 1, 0, NULL, 'CF'),
-               ('545', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL, 'CF'),
-               ('546', 'LANGUAGE/TRANSLATION INFO', 'LANGUAGE NOTE', 1, 0, NULL, 'CF'),
-               ('547', 'FORMER TITLE COMPLEXITY NOTE', 'FORMER TITLE COMPLEXITY NOTE', 1, 0, NULL, 'CF'),
-               ('550', 'ISSUING BODY NOTE', 'ISSUING BODY NOTE', 1, 0, NULL, 'CF'),
-               ('552', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 1, 0, NULL, 'CF'),
-               ('555', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 1, 0, NULL, 'CF'),
-               ('556', 'INFORMATION ABOUT DOCUMENTATION NOTE', 'INFORMATION ABOUT DOCUMENTATION NOTE', 1, 0, NULL, 'CF'),
-               ('561', 'OWNERSHIP AND CUSTODIAL HISTORY', 'OWNERSHIP AND CUSTODIAL HISTORY', 1, 0, NULL, 'CF'),
-               ('562', 'COPY AND VERSION IDENTIFICATION NOTE', 'COPY AND VERSION IDENTIFICATION NOTE', 1, 0, NULL, 'CF'),
-               ('563', 'BINDING INFORMATION', 'BINDING INFORMATION', 1, 0, NULL, 'CF'),
-               ('565', 'CASE FILE CHARACTERISTICS NOTE', 'CASE FILE CHARACTERISTICS NOTE', 1, 0, NULL, 'CF'),
-               ('567', 'METHODOLOGY NOTE', 'METHODOLOGY NOTE', 1, 0, NULL, 'CF'),
+               ('544', 'Nota sulla localizzazione d’altri materiali d’archivio', 'Nota sulla localizzazione d’altri materiali d’archivio', 1, 0, NULL, 'CF'),
+               ('545', 'Dati biografici o storici', 'Dati biografici o storici', 1, 0, NULL, 'CF'),
+               ('546', 'Nota sulla lingua', 'Nota sulla lingua', 1, 0, NULL, 'CF'),
+               ('547', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 1, 0, NULL, 'CF'),
+               ('550', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 1, 0, NULL, 'CF'),
+               ('552', 'Nota d’informazione sull’ente e l’attributo', 'Nota d’informazione sull’ente e l’attributo', 1, 0, NULL, 'CF'),
+               ('555', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 1, 0, NULL, 'CF'),
+               ('556', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 1, 0, NULL, 'CF'),
+               ('561', 'Storia della proprietà e custodia', 'Storia della proprietà e custodia', 1, 0, NULL, 'CF'),
+               ('562', 'Nota d\'identificazione della copia e della versione', 'Nota d\'identificazione della copia e della versione', 1, 0, NULL, 'CF'),
+               ('563', 'Informazione sulla rilegatura', 'Informazione sulla rilegatura', 1, 0, NULL, 'CF'),
+               ('565', 'Nota sulle caratteristiche della singola pratica', 'Nota sulle caratteristiche della singola pratica', 1, 0, NULL, 'CF'),
+               ('567', 'Nota sulla metodologia', 'Nota sulla metodologia', 1, 0, NULL, 'CF'),
                ('570', 'EDITOR NOTE (SE) [OBSOLETE]', 'EDITOR NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('580', 'LINKING ENTRY COMPLEXITY NOTE', 'LINKING ENTRY COMPLEXITY NOTE', 1, 0, NULL, 'CF'),
-               ('581', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'CF'),
+               ('580', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 1, 0, NULL, 'CF'),
+               ('581', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 1, 0, NULL, 'CF'),
                ('582', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('583', 'ACQUISITION INFO--ACTION NOTE', 'ACTION NOTE', 1, 0, NULL, 'CF'),
-               ('584', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 1, 0, NULL, 'CF'),
-               ('585', 'EXHIBITIONS NOTE', 'EXHIBITIONS NOTE', 1, 0, NULL, 'CF'),
-               ('586', 'AWARDS', 'AWARDS NOTE', 1, 0, NULL, 'CF'),
+               ('583', 'Nota d’azione', 'Nota d’azione', 1, 0, NULL, 'CF'),
+               ('584', 'Nota di accumulo e di frequenza d’uso', 'Nota di accumulo e di frequenza d’uso', 1, 0, NULL, 'CF'),
+               ('585', 'Nota di mostre', 'Nota di mostre', 1, 0, NULL, 'CF'),
+               ('586', 'Nota di premi', 'Nota di premi', 1, 0, NULL, 'CF'),
                ('590', 'LOCAL NOTE (RLIN)', 'LOCAL NOTE (RLIN)', 1, 0, NULL, 'CF'),
-               ('600', 'SUBJECT--PERSONAL NAME', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'CF'),
-               ('610', 'SUBJECT--CORPORATE NAME', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'CF'),
-               ('611', 'SUBJECT--MEETING NAME', 'SUBJECT ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'CF'),
-               ('630', 'SUBJECT--UNIFORM TITLE', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'CF'),
-               ('648', 'SUBJECT--CHRONOLOGICAL TERM', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL, 'CF'),
-               ('650', 'SUBJECT--TOPIC', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 1, 0, NULL, 'CF'),
-               ('651', 'SUBJECT--GEOGRAPHIC NAME', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 1, 0, NULL, 'CF'),
+               ('600', 'Accesso aggiunto di soggetto-–Nome di persona', 'Accesso aggiunto di soggetto-–Nome di persona', 1, 0, NULL, 'CF'),
+               ('610', 'Accesso aggiunto di soggetto--nome di ente', 'Accesso aggiunto di soggetto--nome di ente', 1, 0, NULL, 'CF'),
+               ('611', 'Accesso aggiunto di soggetto--nome di convegno', 'Accesso aggiunto di soggetto--nome di convegno', 1, 0, NULL, 'CF'),
+               ('630', 'Accesso aggiunto di soggetto--titolo uniforme', 'Accesso aggiunto di soggetto--titolo uniforme', 1, 0, NULL, 'CF'),
+               ('648', 'Accesso aggiunto di soggetto--termine cronologico', 'Accesso aggiunto di soggetto--termine cronologico', 1, 0, NULL, 'CF'),
+               ('650', 'Accesso aggiunto di soggetto--termine topico', 'Accesso aggiunto di soggetto--termine topico', 1, 0, NULL, 'CF'),
+               ('651', 'Accesso aggiunto di soggetto--nome geografico', 'Accesso aggiunto di soggetto--nome geografico', 1, 0, NULL, 'CF'),
                ('652', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('653', 'SUBJECT--UNCONTROLLED', 'INDEX TERM--UNCONTROLLED', 1, 0, NULL, 'CF'),
-               ('654', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 1, 0, NULL, 'CF'),
-               ('655', 'SUBJECT--GENRE/FORM', 'INDEX TERM--GENRE/FORM', 1, 0, NULL, 'CF'),
-               ('656', 'SUBJECT--OCCUPATION', 'INDEX TERM--OCCUPATION', 1, 0, NULL, 'CF'),
-               ('657', 'SUBJECT--FUNCTION', 'INDEX TERM--FUNCTION', 1, 0, NULL, 'CF'),
-               ('658', 'SUBJECT--CURRICULUM OBJECTIVE', 'INDEX TERM--CURRICULUM OBJECTIVE', 1, 0, NULL, 'CF'),
-               ('662', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'CF'),
-               ('690', 'LOCAL SUBJECT--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'CF'),
+               ('653', 'Termine d’indicizzazione--non controllato', 'Termine d’indicizzazione--non controllato', 1, 0, NULL, 'CF'),
+               ('654', 'Accesso aggiunto di soggetto--termini topici faccettati', 'Accesso aggiunto di soggetto--termini topici faccettati', 1, 0, NULL, 'CF'),
+               ('655', 'Termine d’indicizzazione--genere/forma', 'Termine d’indicizzazione--genere/forma', 1, 0, NULL, 'CF'),
+               ('656', 'Termine d’indicizzazione--occupazione', 'Termine d’indicizzazione--occupazione', 1, 0, NULL, 'CF'),
+               ('657', 'Termine d’indicizzazione--funzione', 'Termine d’indicizzazione--funzione', 1, 0, NULL, 'CF'),
+               ('658', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 1, 0, NULL, 'CF'),
+               ('662', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 1, 0, NULL, 'CF'),
+               ('690', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'CF'),
                ('691', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 1, 0, '', 'CF'),
                ('696', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'CF'),
                ('697', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'CF'),
                ('698', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'CF'),
                ('699', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'CF'),
-               ('700', 'ADDED ENTRY--PERSONAL NAME', 'ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'CF'),
+               ('700', 'Accesso aggiunto--nome di persona', 'Accesso aggiunto--nome di persona', 1, 0, NULL, 'CF'),
                ('705', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('710', 'ADDED ENTRY--CORPORATE NAME', 'ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'CF'),
-               ('711', 'ADDED ENTRY--MEETING NAME', 'ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'CF'),
+               ('710', 'Accesso aggiunto--nome di ente', 'Accesso aggiunto--nome di ente', 1, 0, NULL, 'CF'),
+               ('711', 'Accesso aggiunto--nome di convegno', 'Accesso aggiunto--nome di convegno', 1, 0, NULL, 'CF'),
                ('715', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('720', 'ADDED ENTRY--UNCONTROLLED NAME', 'ADDED ENTRY--UNCONTROLLED NAME', 1, 0, NULL, 'CF'),
-               ('730', 'ADDED ENTRY--UNIFORM TITLE', 'ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'CF'),
-               ('740', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 1, 0, NULL, 'CF'),
-               ('752', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'CF'),
-               ('753', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 1, 0, NULL, 'CF'),
-               ('754', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 1, 0, NULL, 'CF'),
+               ('720', 'Accesso aggiunto--nome non controllato', 'Accesso aggiunto--nome non controllato', 1, 0, NULL, 'CF'),
+               ('730', 'Accesso aggiunto--titolo uniforme', 'Accesso aggiunto--titolo uniforme', 1, 0, NULL, 'CF'),
+               ('740', 'Accesso aggiunto--titolo analitico/correlato non controllato', 'Accesso aggiunto--titolo analitico/correlato non controllato', 1, 0, NULL, 'CF'),
+               ('752', 'Accesso aggiunto – nome gerarchico di luogo', 'Accesso aggiunto – nome gerarchico di luogo', 1, 0, NULL, 'CF'),
+               ('753', 'Dettagli sul sistema per accedere ai computer file', 'Dettagli sul sistema per accedere ai computer file', 1, 0, NULL, 'CF'),
+               ('754', 'Accesso aggiunto--identificazione tassonomica', 'Accesso aggiunto--identificazione tassonomica', 1, 0, NULL, 'CF'),
                ('755', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('760', 'MAIN SERIES ENTRY', 'MAIN SERIES ENTRY', 1, 0, NULL, 'CF'),
-               ('762', 'SUBSERIES ENTRY', 'SUBSERIES ENTRY', 1, 0, NULL, 'CF'),
-               ('765', 'ORIGINAL LANGUAGE ENTRY', 'ORIGINAL LANGUAGE ENTRY', 1, 0, NULL, 'CF'),
-               ('767', 'TRANSLATION ENTRY', 'TRANSLATION ENTRY', 1, 0, NULL, 'CF'),
-               ('770', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 1, 0, NULL, 'CF'),
-               ('772', 'SUPPLEMENT PARENT ENTRY', 'SUPPLEMENT PARENT ENTRY', 1, 0, NULL, 'CF'),
-               ('773', 'HOST ITEM ENTRY', 'HOST ITEM ENTRY', 1, 0, NULL, 'CF'),
-               ('774', 'CONSTITUENT UNIT ENTRY', 'CONSTITUENT UNIT ENTRY', 1, 0, NULL, 'CF'),
-               ('775', 'OTHER EDITION ENTRY', 'OTHER EDITION ENTRY', 1, 0, NULL, 'CF'),
-               ('776', 'ADDITIONAL PHYSICAL FORM ENTRY', 'ADDITIONAL PHYSICAL FORM ENTRY', 1, 0, NULL, 'CF'),
-               ('777', 'ISSUED WITH ENTRY', 'ISSUED WITH ENTRY', 1, 0, NULL, 'CF'),
-               ('780', 'PRECEDING ENTRY', 'PRECEDING ENTRY', 1, 0, NULL, 'CF'),
-               ('785', 'SUCCEEDING ENTRY', 'SUCCEEDING ENTRY', 1, 0, NULL, 'CF'),
-               ('786', 'DATA SOURCE ENTRY', 'DATA SOURCE ENTRY', 1, 0, NULL, 'CF'),
-               ('787', 'NONSPECIFIC RELATIONSHIP ENTRY', 'NONSPECIFIC RELATIONSHIP ENTRY', 1, 0, NULL, 'CF'),
+               ('760', 'Accesso di serie principale', 'Accesso di serie principale', 1, 0, NULL, 'CF'),
+               ('762', 'Accesso di sottoserie', 'Accesso di sottoserie', 1, 0, NULL, 'CF'),
+               ('765', 'Accesso di lingua originale', 'Accesso di lingua originale', 1, 0, NULL, 'CF'),
+               ('767', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'CF'),
+               ('770', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'CF'),
+               ('772', 'Accesso di pubblicazione principale', 'Accesso di pubblicazione principale', 1, 0, NULL, 'CF'),
+               ('773', 'Accesso d’item ospite', 'Accesso d’item ospite', 1, 0, NULL, 'CF'),
+               ('774', 'Accesso d’unità costituente', 'Accesso d’unità costituente', 1, 0, NULL, 'CF'),
+               ('775', 'Acceso di un’altra edizione', 'Acceso di un’altra edizione', 1, 0, NULL, 'CF'),
+               ('776', 'Accesso di forma fisica aggiunta', 'Accesso di forma fisica aggiunta', 1, 0, NULL, 'CF'),
+               ('777', 'Accesso di ', 'Accesso di ', 1, 0, NULL, 'CF'),
+               ('780', 'Accesso precedente', 'Accesso precedente', 1, 0, NULL, 'CF'),
+               ('785', 'Accesso successivo', 'Accesso successivo', 1, 0, NULL, 'CF'),
+               ('786', 'Accesso di fonte dei dati', 'Accesso di fonte dei dati', 1, 0, NULL, 'CF'),
+               ('787', 'Accesso di relazione non specificata', 'Accesso di relazione non specificata', 1, 0, NULL, 'CF'),
                ('789', 'COMPONENT ITEM ENTRY (RLIN)', 'COMPONENT ITEM ENTRY (RLIN)', 1, 0, '', 'CF'),
                ('796', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'CF'),
                ('797', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'CF'),
                ('798', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'CF'),
                ('799', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'CF'),
-               ('800', 'SERIES ADDED ENTRY--PERSONAL NAME', 'SERIES ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'CF'),
-               ('810', 'SERIES ADDED ENTRY--CORPORATE NAME', 'SERIES ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'CF'),
-               ('811', 'SERIES ADDED ENTRY--MEETING NAME', 'SERIES ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'CF'),
-               ('830', 'SERIES ADDED ENTRY--UNIFORM TITLE', 'SERIES ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'CF'),
+               ('800', 'Accesso aggiunto di serie--nome di persona', 'Accesso aggiunto di serie--nome di persona', 1, 0, NULL, 'CF'),
+               ('810', 'Accesso aggiunto di serie--nome di ente', 'Accesso aggiunto di serie--nome di ente', 1, 0, NULL, 'CF'),
+               ('811', 'Accesso aggiunto di serie--nome di convegno', 'Accesso aggiunto di serie--nome di convegno', 1, 0, NULL, 'CF'),
+               ('830', 'Accesso aggiunto di serie--titolo uniforme', 'Accesso aggiunto di serie--titolo uniforme', 1, 0, NULL, 'CF'),
                ('840', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('841', 'HOLDINGS CODED DATA VALUES', 'HOLDINGS CODED DATA VALUES', 0, 0, NULL, 'CF'),
-               ('842', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 0, 0, NULL, 'CF'),
-               ('843', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'CF'),
-               ('844', 'NAME OF UNIT', 'NAME OF UNIT', 0, 0, NULL, 'CF'),
-               ('845', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'CF'),
-               ('850', 'HOLDING INSTITUTION', 'HOLDING INSTITUTION', 1, 0, NULL, 'CF'),
+               ('841', 'Valori dei dati codificati di posseduti', 'Valori dei dati codificati di posseduti', 0, 0, NULL, 'CF'),
+               ('842', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, NULL, 'CF'),
+               ('843', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'CF'),
+               ('844', 'Nome dell’unità', 'Nome dell’unità', 0, 0, NULL, 'CF'),
+               ('845', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'CF'),
+               ('850', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 'CF'),
                ('851', 'LOCATION [OBSOLETE]', 'LOCATION [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('852', 'LOCATION/CALL NUMBER', 'LOCATION/CALL NUMBER', 1, 0, NULL, 'CF'),
-               ('853', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'CF'),
-               ('854', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'CF'),
-               ('855', 'CAPTIONS AND PATTERN--INDEXES', 'CAPTIONS AND PATTERN--INDEXES', 1, 0, NULL, 'CF'),
-               ('856', 'URL/ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL, 'CF'),
+               ('852', 'Localizzazione', 'Localizzazione', 1, 0, NULL, 'CF'),
+               ('853', 'Legende e modello--unità bibliografica basilare', 'Legende e modello--unità bibliografica basilare', 1, 0, NULL, 'CF'),
+               ('854', 'Legende e modello--supplementi', 'Legende e modello--supplementi', 1, 0, NULL, 'CF'),
+               ('855', 'Legende e modello--indici', 'Legende e modello--indici', 1, 0, NULL, 'CF'),
+               ('856', 'Localizzazione e accesso elettronico', 'Localizzazione e accesso elettronico', 1, 0, NULL, 'CF'),
                ('859', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', 'CF'),
-               ('863', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'CF'),
-               ('864', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'CF'),
-               ('865', 'ENUMERATION AND CHRONOLOGY--INDEXES', 'ENUMERATION AND CHRONOLOGY--INDEXES', 1, 0, NULL, 'CF'),
-               ('866', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'CF'),
-               ('867', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'CF'),
-               ('868', 'TEXTUAL HOLDINGS--INDEXES', 'TEXTUAL HOLDINGS--INDEXES', 1, 0, NULL, 'CF'),
+               ('863', 'Numerazione e cronologia--unità bibliografica basilare', 'Numerazione e cronologia--unità bibliografica basilare', 1, 0, NULL, 'CF'),
+               ('864', 'Numerazione e cronologia--supplementi', 'Numerazione e cronologia--supplementi', 1, 0, NULL, 'CF'),
+               ('865', 'Numerazione e cronologia--indici', 'Numerazione e cronologia--indici', 1, 0, NULL, 'CF'),
+               ('866', 'Formulazione testuale di posseduti--unità bibliografica basilare', 'Formulazione testuale di posseduti--unità bibliografica basilare', 1, 0, NULL, 'CF'),
+               ('867', 'Formulazione testuale di posseduti--supplementi', 'Formulazione testuale di posseduti--supplementi', 1, 0, NULL, 'CF'),
+               ('868', 'Formulazione testuale di posseduti--indici', 'Formulazione testuale di posseduti--indici', 1, 0, NULL, 'CF'),
                ('870', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 1, 0, NULL, 'CF'),
                ('871', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 1, 0, NULL, 'CF'),
                ('872', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 1, 0, NULL, 'CF'),
                ('873', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 1, 0, NULL, 'CF'),
-               ('876', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'CF'),
-               ('877', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'CF'),
-               ('878', 'ITEM INFORMATION--INDEXES', 'ITEM INFORMATION--INDEXES', 1, 0, NULL, 'CF'),
-               ('880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL, 'CF'),
-               ('886', 'FOREIGN MARC INFORMATION FIELD', 'FOREIGN MARC INFORMATION FIELD', 1, 0, NULL, 'CF'),
-               ('887', 'NON-MARC INFORMATION FIELD', 'NON-MARC INFORMATION FIELD', 1, 0, NULL, 'CF'),
+               ('876', 'Informazione sull’item--unità bibliografica basilare', 'Informazione sull’item--unità bibliografica basilare', 1, 0, NULL, 'CF'),
+               ('877', 'Informazione sull’item--supplementi', 'Informazione sull’item--supplementi', 1, 0, NULL, 'CF'),
+               ('878', 'Informazione sull’item--indici', 'Informazione sull’item--indici', 1, 0, NULL, 'CF'),
+               ('880', 'Rappresentazione grafica alternativa', 'Rappresentazione grafica alternativa', 1, 0, NULL, 'CF'),
+               ('886', 'Campo dell’informazione per MARC differenti', 'Campo dell’informazione per MARC differenti', 1, 0, NULL, 'CF'),
+               ('887', 'Campo dell’informazione per non-MARC', 'Campo dell’informazione per non-MARC', 1, 0, NULL, 'CF'),
                ('896', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'CF'),
                ('897', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'CF'),
                ('898', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'CF'),
@@ -4417,7 +4502,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('906', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 1, 0, '', 'CF'),
                ('907', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 1, 0, '', 'CF'),
                ('908', 'PUT COMMAND PARAMETER (RLIN)', 'PUT COMMAND PARAMETER (RLIN)', 0, 0, '', 'CF'),
-               ('910', 'USER-OPTION DATA (COLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'CF'),
+               ('910', 'USER-OPTION DATA (OCLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'CF'),
                ('911', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 1, 0, '', 'CF'),
                ('930', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 1, 0, '', 'CF'),
                ('936', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 0, 0, '', 'CF'),
@@ -4430,7 +4515,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('948', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 1, 0, '', 'CF'),
                ('949', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', 'CF'),
                ('950', 'LOCAL HOLDINGS (RLIN)', 'LOCAL HOLDINGS (RLIN)', 1, 0, '', 'CF'),
-               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE-GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'CF'),
+               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'CF'),
                ('955', 'COPY-LEVEL INFORMATION (RLIN)', 'COPY-LEVEL INFORMATION (RLIN)', 1, 0, '', 'CF'),
                ('956', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 1, 0, '', 'CF'),
                ('960', 'PHYSICAL LOCATION (RLIN)', 'PHYSICAL LOCATION (RLIN)', 1, 0, '', 'CF'),
@@ -4438,7 +4523,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('980', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'CF'),
                ('981', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'CF'),
                ('982', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'CF'),
-               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE--SERIES STATEMENT-TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'CF'),
+               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'CF'),
                ('984', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 1, 0, '', 'CF'),
                ('987', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 1, 0, '', 'CF'),
                ('990', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 1, 0, '', 'CF'),
@@ -4448,220 +4533,224 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
 
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'CF', '', '', NULL),
-               ('001', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'CF', '', '', NULL),
-               ('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'CF', '', '', NULL),
-               ('006', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'CF', '', '', NULL),
-               ('007', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'CF', '', '', NULL),
-               ('008', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'CF', '', '', NULL),
-               ('009', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', NULL, 0, -6, 'CF', '', '', NULL),
-               ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('011', 'a', 'LC control number', 'LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('013', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'CF', '', '', NULL),
-               ('013', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('013', 'a', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('013', 'b', 'Country', 'Country', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('013', 'c', 'Type of number', 'Type of number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('013', 'd', 'Date', 'Date', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('013', 'e', 'Status', 'Status', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('013', 'f', 'Party to document', 'Party to document', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('015', '2', 'Source', 'Source', 0, 0, '', 0, '', '', NULL, 0, -6, 'CF', '', '', NULL),
-               ('015', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('015', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('015', 'a', 'National bibliography number', 'National bibliography number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('016', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('016', 'a', 'Record control number', 'Record control number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('016', 'z', 'Canceled or invalid record control number', 'Canceled or invalid record control number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('017', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('017', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('017', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('017', 'a', 'Copyright or legal deposit number', 'Copyright or legal deposit number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('017', 'b', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('017', 'd', 'Date', 'Date', 0, 0, '', 0, '', '', NULL, 0, -6, 'CF', '', '', NULL),
-               ('017', 'i', 'Display text', 'Display text', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('018', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('018', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('018', 'a', 'Copyright article-fee code', 'Copyright article-fee code', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('020', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('020', 'z', 'Cancelled/invalid ISBN', 'Cancelled/invalid ISBN', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('022', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('022', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('000', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'CF', '', '', NULL),
+               ('001', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('003', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'CF', '', '', NULL),
+               ('005', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'CF', '', '', NULL),
+               ('006', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'CF', '', '', NULL),
+               ('007', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'CF', '', '', NULL),
+               ('008', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'CF', '', '', NULL),
+               ('009', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('010', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', NULL, 0, -6, 'CF', '', '', NULL),
+               ('010', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('010', 'b', 'Numero di controllo del NUCMC', 'Numero di controllo del NUCMC', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('010', 'z', 'Numero di controllo della LC cancellato o errato', 'Numero di controllo della LC cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('011', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('013', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'CF', '', '', NULL),
+               ('013', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('013', 'a', 'Numero', 'Numero', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('013', 'b', 'Paese', 'Paese', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('013', 'c', 'Tipo di numero', 'Tipo di numero', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('013', 'd', 'Data', 'Data', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('013', 'e', 'Stato', 'Stato', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('013', 'f', 'Parte responsabile del documento', 'Parte responsabile del documento', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('015', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', NULL, 0, -6, 'CF', '', '', NULL),
+               ('015', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('015', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('015', 'a', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('016', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('016', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('016', 'a', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('016', 'z', 'Numero di controllo della registrazione cancellato o errato', 'Numero di controllo della registrazione cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('017', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('017', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('017', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('017', 'a', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('017', 'b', 'Agenzia che assegna il numero', 'Agenzia che assegna il numero', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('017', 'd', 'Data', 'Data', 0, 0, '', 0, '', '', NULL, 0, -6, 'CF', '', '', NULL),
+               ('017', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('018', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('018', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('018', 'a', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('020', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('020', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('020', 'a', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('020', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('020', 'z', 'ISBN cancellato o errato', 'ISBN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('022', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('022', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('022', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('022', 'a', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('022', 'y', 'ISSN errato', 'ISSN errato', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('022', 'z', 'ISSN cancellato', 'ISSN cancellato', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('023', 'a', 'Standard film number', 'Standard film number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('024', '2', 'Source of number or code', 'Source of number or code', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('024', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('024', '2', 'Fonte del numero o codice', 'Fonte del numero o codice', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('024', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('024', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('024', 'a', 'Numero standard o codice', 'Numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
                ('024', 'b', 'Additional codes following the standard number [OBSOLETE]', 'Additional codes following the standard number [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('025', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('025', 'a', 'Overseas acquisition number', 'Overseas acquisition number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('026', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('026', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('026', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('026', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('026', 'a', 'First and second groups of characters', 'First and second groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('026', 'b', 'Third and fourth groups of characters', 'Third and fourth groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('026', 'c', 'Date', 'Date', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('026', 'd', 'Number of volume or part', 'Number of volume or part', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('026', 'e', 'unparsed fingerprint', 'unparsed fingerprint', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('027', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('027', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('027', 'a', 'Standard technical report number', 'Standard technical report number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('027', 'z', 'Canceled/invalid number', 'Canceled/invalid number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('028', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('028', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('028', 'a', 'Publisher number', 'Publisher number', 0, 0, '', 0, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('028', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('030', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('030', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('024', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('024', 'd', 'Codici addizionali che seguono il numero standard o codice', 'Codici addizionali che seguono il numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('024', 'z', 'Numero standard o codice, cancellato o errato', 'Numero standard o codice, cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('025', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('025', 'a', 'Numero d\'acquisto estero', 'Numero d\'acquisto estero', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('026', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('026', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('026', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('026', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('026', 'a', 'Primo e secondo gruppo di caratteri', 'Primo e secondo gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('026', 'b', 'Terzo e quarto gruppo di caratteri', 'Terzo e quarto gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('026', 'c', 'Data', 'Data', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('026', 'd', 'Numero del volume o parte', 'Numero del volume o parte', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('026', 'e', 'Impronta non analizzata', 'Impronta non analizzata', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('027', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('027', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('027', 'a', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('027', 'z', 'Numero cancellato o errato', 'Numero cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('028', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('028', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('028', 'a', 'Numero dell\'editore', 'Numero dell\'editore', 0, 0, '', 0, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('028', 'b', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('029', 'a', 'OCLC library identifier', 'OCLC library identifier', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('029', 'b', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('029', 'c', 'OAI set name', 'OAI set name', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('029', 't', 'Content type identifier', 'Content type identifier', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('030', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('030', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('030', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('030', 'z', 'Canceled/invalid CODEN', 'Canceled/invalid CODEN', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', '2', 'System code', 'System code', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'a', 'Number of work', 'Number of work', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'b', 'Number of movement', 'Number of movement', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'e', 'Role', 'Role', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'g', 'Clef', 'Clef', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'n', 'Key signature', 'Key signature', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'o', 'Time signature', 'Time signature', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'p', 'Musical notation', 'Musical notation', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'q', 'General note', 'General note', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'r', 'Key or mode', 'Key or mode', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 's', 'Coded validity note', 'Coded validity note', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 't', 'Text incipit', 'Text incipit', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 0, '', '', '', 1, -6, 'CF', '', '', NULL),
-               ('031', 'y', 'Link text', 'Link text', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('031', 'z', 'Public note', 'Public note', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('032', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'CF', '', '', NULL),
-               ('032', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('032', 'a', 'Postal registration number', 'Postal registration number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('032', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('033', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('033', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('033', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('033', 'a', 'Formatted date/time', 'Formatted date/time', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('033', 'b', 'Geographic classification area code', 'Geographic classification area code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('033', 'c', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'a', 'Category of scale', 'Category of scale', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'b', 'Constant ratio linear horizontal scale', 'Constant ratio linear horizontal scale', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'c', 'Constant ratio linear vertical scale', 'Constant ratio linear vertical scale', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'h', 'Angular scale', 'Angular scale', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'p', 'Equinox', 'Equinox', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'r', 'Distrance from earth', 'Distrance from earth', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'x', 'Beginning date', 'Beginning date', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'y', 'Ending date', 'Ending date', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('035', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('030', 'z', 'CODEN cancellato o errato', 'CODEN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', '2', 'Codice di sistema', 'Codice di sistema', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'a', 'Numero di composizione', 'Numero di composizione', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'b', 'Numero di movimento', 'Numero di movimento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'c', 'Numero progressivo nel movimento', 'Numero progressivo nel movimento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'd', 'Titolo o intitolazione', 'Titolo o intitolazione', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'e', 'Personaggio', 'Personaggio', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'g', 'Chiave', 'Chiave', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'm', 'Voce/strumento', 'Voce/strumento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'n', 'Alterazioni', 'Alterazioni', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'o', 'Misura', 'Misura', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'p', 'Contesto musicale', 'Contesto musicale', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'q', 'Nota generale', 'Nota generale', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'r', 'Tonalità o modo', 'Tonalità o modo', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 's', 'Nota codificata di validità', 'Nota codificata di validità', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 't', 'Incipit testuale', 'Incipit testuale', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 0, '', '', '', 1, -6, 'CF', '', '', NULL),
+               ('031', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('031', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('032', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'CF', '', '', NULL),
+               ('032', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('032', 'a', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('032', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('033', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('033', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('033', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('033', 'a', 'Data/ora formattate', 'Data/ora formattate', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('033', 'b', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('033', 'c', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'a', 'Categoria della scala', 'Categoria della scala', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'b', 'Rapporto costante (scala orizzontale)', 'Rapporto costante (scala orizzontale)', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'c', 'Rapporto costante (scala verticale)', 'Rapporto costante (scala verticale)', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'd', 'Coordinate--longitudine limite Ovest', 'Coordinate--longitudine limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'e', 'Coordinate--longitudine limite Est', 'Coordinate--longitudine limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'f', 'Coordinate--latitudine limite Nord', 'Coordinate--latitudine limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'g', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'h', 'Scala angolare', 'Scala angolare', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'j', 'Declinazione--limite Nord', 'Declinazione--limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'k', 'Declinazione--limite Sud', 'Declinazione--limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'm', 'Ascensione retta--limite Est', 'Ascensione retta--limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'n', 'Ascensione retta--limite Ovest', 'Ascensione retta--limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'p', 'Equinozio', 'Equinozio', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'r', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 's', 'Latitudine del perimetro', 'Latitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 't', 'Longitudine del perimetro', 'Longitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'x', 'Data d\'inizio', 'Data d\'inizio', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'y', 'Data di fine', 'Data di fine', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('034', 'z', 'Nome dell\'oggetto extraterrestre', 'Nome dell\'oggetto extraterrestre', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('035', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('035', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('035', 'a', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('036', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('036', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('036', 'a', 'Original study number', 'Original study number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('036', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('037', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('037', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('037', 'a', 'Stock number', 'Stock number', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('037', 'b', 'Source of stock number/acquisition', 'Source of stock number/acquisition', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('037', 'c', 'Terms of availability', 'Terms of availability', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('037', 'f', 'Form of issue', 'Form of issue', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('037', 'g', 'Additional format characteristics', 'Additional format characteristics', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('037', 'n', 'Note', 'Note', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('038', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('038', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('038', 'a', 'Record content licensor', 'Record content licensor', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('035', 'z', 'Numero di controllo del sistema cancellato o errato', 'Numero di controllo del sistema cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('036', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('036', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('036', 'a', 'Numero dello studio originale', 'Numero dello studio originale', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('036', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('037', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('037', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('037', 'a', 'Numero di magazzino', 'Numero di magazzino', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('037', 'b', 'Fonte del numero di magazzino/d\'acquisto', 'Fonte del numero di magazzino/d\'acquisto', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('037', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('037', 'f', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('037', 'g', 'Caratteristiche addizionali di formato', 'Caratteristiche addizionali di formato', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('037', 'n', 'Nota', 'Nota', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('038', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('038', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('038', 'a', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('039', 'a', 'Level of rules in bibliographic description', 'Level of rules in bibliographic description', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('039', 'b', 'Level of effort used to assign nonsubject heading access points', 'Level of effort used to assign nonsubject heading access points', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('039', 'c', 'Level of effort used to assign subject headings', 'Level of effort used to assign subject headings', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('039', 'd', 'Level of effort used to assign classification', 'Level of effort used to assign classification', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('039', 'e', 'Number of fixed field character positions coded', 'Number of fixed field character positions coded', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('040', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('040', 'e', 'Description conventions', 'Description conventions', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('041', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('041', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('041', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('041', 'a', 'Language code of text/sound track or separate title', 'Language code of text/sound track or separate title', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('041', 'b', 'Language code of summary or abstract/overprinted title or subtitle', 'Language code of summary or abstract/overprinted title or subtitle', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('040', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('040', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('040', 'a', 'Agenzia catalografica originale', 'Agenzia catalografica originale', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('040', 'b', 'Lingua della catalogazione', 'Lingua della catalogazione', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('040', 'c', 'Agenzia che fa la trascrizione', 'Agenzia che fa la trascrizione', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('040', 'd', 'Agenzia che fa la modifica', 'Agenzia che fa la modifica', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('040', 'e', 'Regole di descrizione', 'Regole di descrizione', 0, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('041', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('041', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('041', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('041', 'a', 'Codice di lingua del testo/traccia sonora o titolo separato', 'Codice di lingua del testo/traccia sonora o titolo separato', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('041', 'b', 'Codice di lingua del riassunto, estratto o sottotitoli', 'Codice di lingua del riassunto, estratto o sottotitoli', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('041', 'c', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('041', 'd', 'Language code of sung or spoken text', 'Language code of sung or spoken text', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('041', 'e', 'Language code of librettos', 'Language code of librettos', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('041', 'f', 'Language code of table of contents', 'Language code of table of contents', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('041', 'g', 'Language code of accompanying material other than librettos', 'Language code of accompanying material other than librettos', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('041', 'h', 'Language code of original and/or intermediate translations of text', 'Language code of original and/or intermediate translations of text', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('042', 'a', 'Authentication code', 'Authentication code', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('043', '2', 'Source of local code', 'Source of local code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('043', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('043', 'c', 'ISO code', 'ISO code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('044', '2', 'Source of local subentity code', 'Source of local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('044', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('044', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('044', 'a', 'MARC country code', 'MARC country code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('044', 'b', 'Local subentity code', 'Local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('044', 'c', 'ISO country code', 'ISO country code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('045', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('045', 'a', 'Time period code', 'Time period code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', '2', 'Source of date', 'Source of date', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', 'a', 'Type of date code', 'Type of date code', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', 'b', 'Date 1 (B.C. date)', 'Date 1 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', 'c', 'Date 1 (C.E. date)', 'Date 1 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', 'd', 'Date 2 (B.C. date)', 'Date 2 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', 'e', 'Date 2 (C.E. date)', 'Date 2 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', 'j', 'Date resource modified', 'Date resource modified', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', 'l', 'Ending date created', 'Ending date created', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', 'm', 'Beginning of date valid', 'Beginning of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('046', 'n', 'End of date valid', 'End of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('047', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('047', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('047', 'a', 'Form of musical composition code', 'Form of musical composition code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('048', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('048', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('048', 'a', 'Performer or ensemble', 'Performer or ensemble', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('048', 'b', 'Soloist', 'Soloist', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('041', 'd', 'Codice della lingua del testo cantato o parlato', 'Codice della lingua del testo cantato o parlato', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('041', 'e', 'Codice della lingua dei libretti', 'Codice della lingua dei libretti', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('041', 'f', 'Codice della lingua del sommario', 'Codice della lingua del sommario', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('041', 'g', 'Codice della lingua del materiale allegato diverso dai libretti', 'Codice della lingua del materiale allegato diverso dai libretti', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('041', 'h', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 1, 0, '', 0, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('042', 'a', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('043', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('043', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('043', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('043', 'a', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('043', 'b', 'Codice locale GAC (codice dell\'area geografica)', 'Codice locale GAC (codice dell\'area geografica)', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('043', 'c', 'Codice ISO', 'Codice ISO', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('044', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('044', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('044', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('044', 'a', 'Codice MARC del paese', 'Codice MARC del paese', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('044', 'b', 'Codice di sottoente locale', 'Codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('044', 'c', 'Codice ISO del paese', 'Codice ISO del paese', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('045', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('045', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('045', 'a', 'Codice di periodo di tempo', 'Codice di periodo di tempo', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('045', 'b', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('045', 'c', 'Periodo di tempo formattato anteriore al 9999 a.C.', 'Periodo di tempo formattato anteriore al 9999 a.C.', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', '2', 'Fonte della data', 'Fonte della data', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', 'a', 'Codice di tipo di data', 'Codice di tipo di data', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', 'b', 'Data 1 (data a.C.)', 'Data 1 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', 'c', 'Data 1 (data d.C.)', 'Data 1 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', 'd', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', 'e', 'Data 2 (data d.C.)', 'Data 2 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', 'j', 'Data della modifica della risorsa', 'Data della modifica della risorsa', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', 'k', 'Data iniziale di creazione o data semplice', 'Data iniziale di creazione o data semplice', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', 'l', 'Data finale di creazione', 'Data finale di creazione', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', 'm', 'Data iniziale di validità', 'Data iniziale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('046', 'n', 'Data finale di validità', 'Data finale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('047', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('047', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('047', 'a', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('048', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('048', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('048', 'a', 'Esecutore o complesso', 'Esecutore o complesso', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('048', 'b', 'Solista', 'Solista', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('049', 'a', 'Holding library', 'Holding library', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('049', 'c', 'Copy statement', 'Copy statement', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('049', 'd', 'Definition of bibliographic subdivisions', 'Definition of bibliographic subdivisions', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
@@ -4675,82 +4764,82 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('049', 's', 'Fifth bibliographic subdivision', 'Fifth bibliographic subdivision', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('049', 't', 'Sixth bibliographic subdivision', 'Sixth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('049', 'u', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('049', 'v', 'Primary bibliographic subdivision', 'Primary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('049', 'v', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('049', 'y', 'Inclusive dates of publication or coverage', 'Inclusive dates of publication or coverage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('050', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('050', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('050', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('050', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('050', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('050', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('050', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('050', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('050', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, 0, 'CF', '', '', NULL),
                ('050', 'd', 'Supplementary class number (MU) [OBSOLETE]', 'Supplementary class number (MU) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('051', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('051', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('051', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('051', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('052', '2', 'Code Source', 'Code Source', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('052', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('051', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('051', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('051', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('051', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('052', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('052', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('052', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('052', 'a', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('052', 'b', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('052', 'c', 'Subject (MP) [OBSOLETE]', 'Subject (MP) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('052', 'd', 'Populated place name', 'Populated place name', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('055', '2', 'Source of call/class number', 'Source of call/class number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('055', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('055', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('055', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('060', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('060', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('061', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('061', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('061', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('061', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('070', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('070', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('071', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('071', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('071', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('071', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('072', '2', 'Source', 'Source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('072', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('072', 'a', 'Subject category code', 'Subject category code', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('074', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('074', 'a', 'GPO item number', 'GPO item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('074', 'z', 'Canceled/invalid GPO item number', 'Canceled/invalid GPO item number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('080', '2', 'Edition identifier', 'Edition identifier', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('080', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('080', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('082', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('082', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('082', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('082', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('084', '2', 'Source of number', 'Source of number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('084', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('084', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('084', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('086', '2', 'Number source', 'Number source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('086', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('086', 'a', 'Classification number', 'Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('086', 'z', 'Canceled/invalid classification number', 'Canceled/invalid classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('052', 'd', 'Nome di luogo abitato', 'Nome di luogo abitato', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('055', '2', 'Fonte del numero di chiamata/classe', 'Fonte del numero di chiamata/classe', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('055', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('055', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('055', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('055', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('060', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('060', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('060', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('061', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('061', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('061', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('061', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('066', 'a', 'Set di caratteri primario G0', 'Set di caratteri primario G0', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('066', 'b', 'Set di caratteri primario G1', 'Set di caratteri primario G1', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('066', 'c', 'Set di caratteri alternativo G0 o G1', 'Set di caratteri alternativo G0 o G1', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('070', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('070', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('070', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('071', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('071', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('071', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('071', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('072', '2', 'Fonte', 'Fonte', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('072', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('072', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('072', 'a', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('072', 'x', 'Suddivisione del codice di categoria di soggetto', 'Suddivisione del codice di categoria di soggetto', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('074', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('074', 'a', 'Numero GPO dell\'item', 'Numero GPO dell\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('074', 'z', 'Numero GPO dell\'item cancellato/errato', 'Numero GPO dell\'item cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('080', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('080', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('080', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('080', 'a', 'Numero di Classificazione decimale universale', 'Numero di Classificazione decimale universale', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('080', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('080', 'x', 'Suddivisione ausiliare comune', 'Suddivisione ausiliare comune', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('082', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('082', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('082', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('082', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('082', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('084', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('084', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('084', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('084', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('084', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('086', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('086', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('086', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('086', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('086', 'z', 'Numero di classificazione cancellato/errato', 'Numero di classificazione cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('087', 'a', 'Report number [OBSOLETE, CAN/MARC]', 'Report number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('087', 'z', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('088', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('088', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('088', 'a', 'Report number', 'Report number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('088', 'z', 'Canceled/invalid report number', 'Canceled/invalid report number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('088', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('088', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('088', 'a', 'Numero di rapporto', 'Numero di rapporto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('088', 'z', 'Numero di rapporto cancellato/errato', 'Numero di rapporto cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('090', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('090', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, '', 0, '', '', '', 0, 5, 'CF', '', '', NULL),
@@ -4765,1747 +4854,1749 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('090', 'z', 'Retention, VOL (RLIN)', 'Retention, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('091', 'a', 'Microfilm shelf location', 'Microfilm shelf location', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('092', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('092', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('092', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('092', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('092', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('092', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('092', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('096', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('096', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('096', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('096', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('096', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('098', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('099', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('099', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('099', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('100', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('100', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('100', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('100', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('100', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, -1, 'CF', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
-               ('100', 'b', 'Numeration', 'Numeration', 0, 0, '', 1, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 1, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 1, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('100', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('100', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('100', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('100', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 1, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('100', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('100', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('110', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('110', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('100', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, -1, 'CF', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
+               ('100', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 1, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 1, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('100', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 1, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('100', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('100', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('100', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('100', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('100', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('100', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('100', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('100', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('100', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 1, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('100', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('100', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('110', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('110', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('110', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('110', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'CF', '', '', NULL),
-               ('110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 1, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('110', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 1, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 1, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('110', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('110', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('110', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('110', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('110', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('110', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('110', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('111', '4', 'Relator code', 'Relator code', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('111', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('110', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'CF', '', '', NULL),
+               ('110', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 1, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('110', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 1, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('110', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 1, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('110', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('110', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('110', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('110', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('110', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('110', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('110', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('110', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('110', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('111', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('111', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('111', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('111', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'CF', '', '', NULL),
+               ('111', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'CF', '', '', NULL),
                ('111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('111', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('111', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('111', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('111', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('111', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('111', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('111', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('111', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('111', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('111', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('111', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('111', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('111', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('111', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('111', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('111', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('111', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('111', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('111', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('111', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('111', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('111', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('130', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('130', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 'h', 'Medium', 'Medium', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 's', 'Version', 'Version', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('130', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('210', '2', 'Source', 'Source', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('210', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('210', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('210', 'a', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('210', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('211', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 's', 'Versione', 'Versione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('130', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('210', '2', 'Fonte', 'Fonte', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('210', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('210', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('210', 'a', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('210', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('211', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('211', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('212', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('212', 'a', 'Variant access title', 'Variant access title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('214', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('212', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('212', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('214', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('214', 'a', 'Augmented title', 'Augmented title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('222', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('222', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('222', 'a', 'Key title', 'Key title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('222', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('240', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('240', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('222', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('222', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('222', 'a', 'Titolo chiave', 'Titolo chiave', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('222', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('240', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('240', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('240', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('240', 'a', 'Uniform title', 'Uniform title', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'CF', '', '', NULL),
-               ('240', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('240', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('240', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('240', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('240', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('240', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('240', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('240', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('240', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('240', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('240', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('240', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('240', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'CF', '', '', NULL),
+               ('240', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('240', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('240', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('240', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('240', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('240', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('240', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('240', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('240', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('240', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('240', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('240', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
                ('241', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('241', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('242', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('242', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('242', 'a', 'Title', 'Title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('242', 'b', 'Remainder of title', 'Remainder of title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('242', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('241', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('242', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('242', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('242', 'a', 'Titolo', 'Titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('242', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('242', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('242', 'd', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('242', 'e', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('242', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('242', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('242', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('242', 'y', 'Language code of translated title', 'Language code of translated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('243', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('243', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('242', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('242', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('242', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('242', 'y', 'Codice di lingua del titolo tradotto', 'Codice di lingua del titolo tradotto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('243', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('243', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('243', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('243', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 2, '', '', '', 1, -1, 'CF', '', '', NULL),
-               ('243', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('243', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('243', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('243', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('243', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('243', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('243', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('243', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('243', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('243', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('243', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('243', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('245', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('245', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('245', 'a', 'Title', 'Title', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'CF', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
-               ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('245', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, '', 2, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series: (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('243', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 2, '', '', '', 1, -1, 'CF', '', '', NULL),
+               ('243', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('243', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('243', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('243', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('243', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('243', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('243', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('243', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('243', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('243', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('243', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('243', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('245', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('245', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('245', 'a', 'Titolo', 'Titolo', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'CF', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
+               ('245', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('245', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, '', 2, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('245', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('245', 'f', 'Inclusive dates', 'Inclusive dates', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('245', 'g', 'Bulk dates', 'Bulk dates', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('245', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('245', 'k', 'Form', 'Form', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('245', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('245', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('245', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('246', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('246', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('246', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('246', 'a', 'Title proper/short title', 'Title proper/short title', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('246', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('245', 'f', 'Date inclusive', 'Date inclusive', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('245', 'g', 'Date preponderanti', 'Date preponderanti', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('245', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('245', 'k', 'Forma', 'Forma', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('245', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('245', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('245', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('246', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('246', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('246', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('246', 'a', 'Titolo proprio/titolo breve', 'Titolo proprio/titolo breve', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('246', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('246', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('246', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('246', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('246', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('246', 'i', 'Display text', 'Display text', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('246', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('246', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('247', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('247', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('247', 'a', 'Title', 'Title', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('247', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('246', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('246', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('246', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('246', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('246', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('246', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('247', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('247', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('247', 'a', 'Titolo', 'Titolo', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('247', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
                ('247', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('247', 'e', 'Name of part/section (SE) [OBSOLETE]', 'Name of part/section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('247', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('247', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('247', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('247', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('247', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('247', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('250', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('250', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('250', 'a', 'Edition statement', 'Edition statement', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('250', 'b', 'Remainder of edition statement', 'Remainder of edition statement', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('254', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('254', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('254', 'a', 'Musical presentation statement', 'Musical presentation statement', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('255', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('255', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('255', 'a', 'Statement of scale', 'Statement of scale', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('255', 'b', 'Statement of projection', 'Statement of projection', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('255', 'c', 'Statement of coordinates', 'Statement of coordinates', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('255', 'd', 'Statement of zone', 'Statement of zone', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('255', 'e', 'Statement of equinox', 'Statement of equinox', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('255', 'f', 'Outer G-ring coordinate pairs', 'Outer G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('255', 'g', 'Exclusion G-ring coordinate pairs', 'Exclusion G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('256', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('256', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('256', 'a', 'Computer file characteristics', 'Computer file characteristics', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('257', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('257', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('257', 'a', 'Country of producing entity', 'Country of producing entity', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('258', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('258', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('258', 'a', 'Issuing jurisdiction', 'Issuing jurisdiction', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('258', 'b', 'Denomination', 'Denomination', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('260', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('260', 'a', 'Place of publication, distribution, etc', 'Place of publication, distribution, etc', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('260', 'b', 'Name of publisher, distributor, etc', 'Name of publisher, distributor, etc', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('260', 'c', 'Date of copyright, publication, distribution, release, etc', 'Date of publication, distribution, etc', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('247', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('247', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('247', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('247', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('247', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('247', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('250', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('250', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('250', 'a', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('250', 'b', 'Restante parte della formulazione di edizione', 'Restante parte della formulazione di edizione', 0, 0, '', 2, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('254', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('254', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('254', 'a', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('255', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('255', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('255', 'a', 'Formulazione di scala', 'Formulazione di scala', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('255', 'b', 'Formulazione di proiezione', 'Formulazione di proiezione', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('255', 'c', 'Formulazione di coordinate', 'Formulazione di coordinate', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('255', 'd', 'Formulazione di zona', 'Formulazione di zona', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('255', 'e', 'Formulazione di equinozio', 'Formulazione di equinozio', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('255', 'f', 'Coppie di coordinate d\'inclusione del perimetro', 'Coppie di coordinate d\'inclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('255', 'g', 'Coppie di coordinate di esclusione del perimetro', 'Coppie di coordinate di esclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('256', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('256', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('256', 'a', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('257', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('257', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('257', 'a', 'Paese dell\'ente produttore', 'Paese dell\'ente produttore', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('258', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('258', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('258', 'a', 'Giurisdizione dell\'emissione', 'Giurisdizione dell\'emissione', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('258', 'b', 'Valore facciale', 'Valore facciale', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('260', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('260', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('260', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('260', 'b', 'Nome dell\'editore, distributore, ecc.', 'Nome dell\'editore, distributore, ecc.', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('260', 'c', 'Data di pubblicazione, distribuzione, ecc.', 'Data di pubblicazione, distribuzione, ecc.', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'CF', '', '', NULL),
                ('260', 'd', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('260', 'e', 'Place of manufacture', 'Place of manufacture', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('260', 'f', 'Manufacturer', 'Manufacturer', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('260', 'g', 'Date of manufacture', 'Date of manufacture', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('260', 'e', 'Luogo di stampa', 'Luogo di stampa', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('260', 'f', 'Stampatore', 'Stampatore', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('260', 'g', 'Data di stampa', 'Data di stampa', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('260', 'k', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('260', 'l', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('261', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('261', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('261', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('261', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('261', 'a', 'Producing company', 'Producing company', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('261', 'b', 'Releasing company (primary distributor)', 'Releasing company (primary distributor)', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('261', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('261', 'd', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('261', 'e', 'Contractual producer', 'Contractual producer', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('261', 'f', 'Place of production, release, etc.', 'Place of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('262', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('262', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('262', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('262', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('262', 'a', 'Place of production, release, etc.', 'Place of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('262', 'b', 'Publisher or trade name', 'Publisher or trade name', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('262', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('262', 'k', 'Serial identification', 'Serial identification', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('262', 'l', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('263', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('263', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('263', 'a', 'Projected publication date', 'Projected publication date', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('263', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('263', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('263', 'a', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('265', '6', 'Linkage [OBSOLETE]', 'Linkage [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('265', 'a', 'Source for acquisition/subscription address [OBSOLETE]', 'Source for acquisition/subscription address [OBSOLETE]', 1, 0, '', 2, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('270', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('270', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('270', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('270', 'a', 'Address', 'Address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'b', 'City', 'City', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'c', 'State or province', 'State or province', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('270', 'd', 'Country', 'Country', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'e', 'Postal code', 'Postal code', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'f', 'Terms preceding attention name', 'Terms preceding attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'g', 'Attention name', 'Attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'h', 'Attention position', 'Attention position', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'i', 'Type of address', 'Type of address', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'j', 'Specialized telephone number', 'Specialized telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'k', 'Telephone number', 'Telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'l', 'Fax number', 'Fax number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'n', 'TDD or TTY number', 'TDD or TTY number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'p', 'Contact person', 'Contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'q', 'Title of contact person', 'Title of contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'r', 'Hours', 'Hours', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('270', 'z', 'Public note', 'Public note', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('300', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('300', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('300', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('300', 'a', 'Extent (number of discs followed by format or leave blank for mere web sites)', 'Extent', 1, 0, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('300', 'b', 'Other physical details', 'Other physical details', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('300', 'c', 'Dimensions', 'Dimensions', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('270', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('270', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('270', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('270', 'a', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'b', 'Città', 'Città', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'c', 'Stato o provincia', 'Stato o provincia', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('270', 'd', 'Paese', 'Paese', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'e', 'Codice postale', 'Codice postale', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'f', 'Parole che precedono il nome del destinatario', 'Parole che precedono il nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'g', 'Nome del destinatario', 'Nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'h', 'Posizione del destinatario', 'Posizione del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'i', 'Persona di contatto', 'Persona di contatto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'j', 'Numero di telefono specializzato', 'Numero di telefono specializzato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'k', 'Numero di telefono', 'Numero di telefono', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'l', 'Numero di fax', 'Numero di fax', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'm', 'Indirizzo e-mail', 'Indirizzo e-mail', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'n', 'Numero di TDD o TTY', 'Numero di TDD o TTY', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'p', 'Persona di contatto', 'Persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'q', 'Titolo della persona di contatto', 'Titolo della persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'r', 'Ore', 'Ore', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('270', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('300', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('300', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('300', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('300', 'a', 'Estensione', 'Estensione', 1, 0, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('300', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('300', 'c', 'Dimensioni', 'Dimensioni', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'CF', '', '', NULL),
                ('300', 'd', 'Accompanying material [OBSOLETE, CAN/MARC]', 'Accompanying material [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('300', 'e', 'Accompanying material', 'Accompanying material', 0, 0, '', 3, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('300', 'f', 'Type of unit', 'Type of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('300', 'g', 'Size of unit', 'Size of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('300', 'e', 'Materiale allegato', 'Materiale allegato', 0, 0, '', 3, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('300', 'f', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('300', 'g', 'Dimensioni del materiale', 'Dimensioni del materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'CF', '', '', NULL),
                ('300', 'k', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('300', 'm', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('300', 'n', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('301', 'a', 'Extent of item', 'Extent of item', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('301', 'b', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('301', 'c', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
-               ('301', 'd', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('301', 'e', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('301', 'f', 'Speed', 'Speed', 0, 0, '', 3, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
+               ('301', 'a', 'Estensione della copia', 'Estensione della copia', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('301', 'b', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('301', 'c', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
+               ('301', 'd', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('301', 'e', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('301', 'f', 'Velocità', 'Velocità', 0, 0, '', 3, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
                ('302', 'a', 'Page count', 'Page count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
                ('303', 'a', 'Unit count', 'Unit count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
                ('304', 'a', 'Linear footage', 'Linear footage', 0, 0, '', 3, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
-               ('305', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('305', 'a', 'Extent', 'Extent', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('305', 'b', 'Other physical details', 'Other physical details', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('305', 'c', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
+               ('305', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('305', 'a', 'Estensione', 'Estensione', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('305', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('305', 'c', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
                ('305', 'd', 'Microgroove or standard', 'Microgroove or standard', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('305', 'e', 'Stereophonic, monaural', 'Stereophonic, monaural', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('305', 'f', 'Number of tracks', 'Number of tracks', 0, 0, '', 3, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
+               ('305', 'e', 'Stereofonico, monoaurale', 'Stereofonico, monoaurale', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('305', 'f', 'Numero dei tracciati', 'Numero dei tracciati', 0, 0, '', 3, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
                ('305', 'm', 'Serial identification', 'Serial identification', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('305', 'n', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 3, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
-               ('306', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('306', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('306', 'a', 'Playing time', 'Playing time', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('307', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('307', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('307', 'a', 'Hours', 'Hours', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('307', 'b', 'Additional information', 'Additional information', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('308', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('308', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('308', 'a', 'Number of reels', 'Number of reels', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('306', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('306', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('306', 'a', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('307', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('307', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('307', 'a', 'Ore', 'Ore', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('307', 'b', 'Informazione addizionale', 'Informazione addizionale', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('308', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('308', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('308', 'a', 'Numero di bobine', 'Numero di bobine', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('308', 'b', 'Footage', 'Footage', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('308', 'c', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('308', 'd', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('308', 'e', 'Width', 'Width', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('308', 'f', 'Presentation format', 'Presentation format', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('310', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('310', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('310', 'a', 'Current publication frequency', 'Current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('310', 'b', 'Date of current publication frequency', 'Date of current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('315', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('315', 'a', 'Frequency', 'Frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('315', 'b', 'Dates of frequency', 'Dates of frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('321', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('321', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('321', 'a', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('321', 'b', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('340', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('340', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('340', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('340', 'a', 'Material base and configuration', 'Material base and configuration', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('340', 'b', 'Dimensions', 'Dimensions', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('340', 'c', 'Materials applied to surface', 'Materials applied to surface', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('340', 'd', 'Information recording technique', 'Information recording technique', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('340', 'e', 'Support', 'Support', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('340', 'f', 'Production rate/ratio', 'Production rate/ratio', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('340', 'h', 'Location within medium', 'Location within medium', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('340', 'i', 'Technical specifications of medium', 'Technical specifications of medium', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', '2', 'Reference method used', 'Reference method used', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'a', 'Name', 'Name', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'b', 'Coordinate or distance units', 'Coordinate or distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'c', 'Latitude resolution', 'Latitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'd', 'Longitude resolution', 'Longitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'e', 'Standard parallel or oblique line latitude', 'Standard parallel or oblique line latitude', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'f', 'Oblique line longitude', 'Oblique line longitude', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'g', 'Longitude of central meridian or projection center', 'Longitude of central meridian or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'h', 'Latitude of projection origin or projection center', 'Latitude of projection origin or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'i', 'False easting', 'False easting', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'j', 'False northing', 'False northing', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'k', 'Scale factor', 'Scale factor', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'l', 'Height of perspective point above surface', 'Height of perspective point above surface', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'm', 'Azimuthal angle', 'Azimuthal angle', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'n', 'Azimuth measure point longitude or straight vertical longitude from pole', 'Azimuth measure point longitude or straight vertical longitude from pole', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'o', 'Landsat number and path number', 'Landsat number and path number', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'p', 'Zone identifier', 'Zone identifier', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'q', 'Ellipsoid name', 'Ellipsoid name', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'r', 'Semi-major axis', 'Semi-major axis', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 's', 'Denominator of flattening ratio', 'Denominator of flattening ratio', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 't', 'Vertical resolution', 'Vertical resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'u', 'Vertical encoding method', 'Vertical encoding method', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'v', 'Local planar, local, or other projection or grid description', 'Local planar, local, or other projection or grid description', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('342', 'w', 'Local planar or local georeference information', 'Local planar or local georeference information', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('343', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('343', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('343', 'a', 'Planar coordinate encoding method', 'Planar coordinate encoding method', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('343', 'b', 'Planar distance units', 'Planar distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('343', 'c', 'Abscissa resolution', 'Abscissa resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('343', 'd', 'Ordinate resolution', 'Ordinate resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('343', 'e', 'Distance resolution', 'Distance resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('343', 'f', 'Bearing resolution', 'Bearing resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('343', 'g', 'Bearing unit', 'Bearing unit', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('343', 'h', 'Bearing reference direction', 'Bearing reference direction', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('343', 'i', 'Bearing reference meridian', 'Bearing reference meridian', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('350', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('350', 'a', 'Price', 'Price', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('350', 'b', 'Form of issue', 'Form of issue', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('351', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('351', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('351', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('351', 'a', 'Organization', 'Organization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('351', 'b', 'Arrangement', 'Arrangement', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('351', 'c', 'Hierarchical level', 'Hierarchical level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('352', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('352', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('352', 'a', 'Direct reference method', 'Direct reference method', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('352', 'b', 'Object type', 'Object type', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('352', 'c', 'Object count', 'Object count', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('352', 'd', 'Row count', 'Row count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('352', 'e', 'Column count', 'Column count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('352', 'f', 'Vertical count', 'Vertical count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('352', 'g', 'VPF topology level', 'VPF topology level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('352', 'i', 'Indirect reference description', 'Indirect reference description', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('355', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('355', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('355', 'a', 'Security classification', 'Security classification', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('355', 'b', 'Handling instructions', 'Handling instructions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('355', 'c', 'External dissemination information', 'External dissemination information', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('355', 'd', 'Downgrading or declassification event', 'Downgrading or declassification event', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('355', 'e', 'Classification system', 'Classification system', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('355', 'f', 'Country of origin code', 'Country of origin code', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('355', 'g', 'Downgrading date', 'Downgrading date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('355', 'h', 'Declassification date', 'Declassification date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('355', 'j', 'Authorization', 'Authorization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('357', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('357', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('357', 'a', 'Originator control term', 'Originator control term', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('357', 'b', 'Originating agency', 'Originating agency', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('357', 'c', 'Authorized recipients of material', 'Authorized recipients of material', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('357', 'g', 'Other restrictions', 'Other restrictions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('359', 'a', 'Rental price', 'Rental price', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('362', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('362', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('362', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('362', 'z', 'Source of information', 'Source of information', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('365', '2', 'Source of price type code', 'Source of price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('365', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('365', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('365', 'a', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('365', 'b', 'Price amount', 'Price amount', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('365', 'c', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('365', 'd', 'Unit of pricing', 'Unit of pricing', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('365', 'e', 'Price note', 'Price note', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('365', 'f', 'Price effective from', 'Price effective from', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('365', 'g', 'Price effective until', 'Price effective until', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('365', 'h', 'Tax rate 1', 'Tax rate 1', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('365', 'i', 'Tax rate 2', 'Tax rate 2', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('365', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('365', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('365', 'm', 'Identification of pricing entity', 'Identification of pricing entity', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('366', '2', 'Source of availability status code', 'Source of availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('366', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('366', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('366', 'a', 'Publishers\' compressed title identification', 'Publishers\' compressed title identification', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('366', 'b', 'Detailed date of publication', 'Detailed date of publication', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('366', 'c', 'Availability status code', 'Availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('366', 'd', 'Expected next availability date', 'Expected next availability date', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('366', 'e', 'Note', 'Note', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('366', 'f', 'Publishers\' discount category', 'Publishers\' discount category', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('366', 'g', 'Date made out of print', 'Date made out of print', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('366', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('366', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('366', 'm', 'Identification of agency', 'Identification of agency', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('400', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('308', 'c', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('308', 'd', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('308', 'e', 'Larghezza', 'Larghezza', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('308', 'f', 'Formato di presentazione', 'Formato di presentazione', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('310', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('310', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('310', 'a', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('310', 'b', 'Data di periodicità corrente della pubblicazione', 'Data di periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('315', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('315', 'a', 'Frequenza', 'Frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('315', 'b', 'Date della frequenza', 'Date della frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('321', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('321', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('321', 'a', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('321', 'b', 'Date di periodicità precedente della pubblicazione', 'Date di periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('340', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('340', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('340', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('340', 'a', 'Base e composizione del materiale', 'Base e composizione del materiale', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('340', 'b', 'Dimensioni', 'Dimensioni', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('340', 'c', 'Materiali applicati alla superficie', 'Materiali applicati alla superficie', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('340', 'd', 'Tecnica della registrazione della informazione', 'Tecnica della registrazione della informazione', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('340', 'e', 'Supporto', 'Supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('340', 'f', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('340', 'h', 'Localizzazione nel supporto', 'Localizzazione nel supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('340', 'i', 'Specificazioni tecniche del supporto', 'Specificazioni tecniche del supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', '2', 'Metodo di riferimento usato', 'Metodo di riferimento usato', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'a', 'Nome', 'Nome', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'b', 'Unità di distanza o di coordinate', 'Unità di distanza o di coordinate', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'c', 'Risoluzione di latitudine', 'Risoluzione di latitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'd', 'Risoluzione di longitudine', 'Risoluzione di longitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'e', 'Parallela standard o latitudine di lineare obliqua', 'Parallela standard o latitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'f', 'Longitudine di lineare obliqua', 'Longitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'g', 'Longitudine del meridiano centrale o del centro della proiezione', 'Longitudine del meridiano centrale o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'h', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'i', 'Ascissa falsa', 'Ascissa falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'j', 'Ordinata falsa', 'Ordinata falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'k', 'Fattore di scala', 'Fattore di scala', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'l', 'Altezza del punto di vista sulla superficie', 'Altezza del punto di vista sulla superficie', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'm', 'Angolo d\'azimut', 'Angolo d\'azimut', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'n', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'o', 'Numero del Landsat e numero di traiettoria', 'Numero del Landsat e numero di traiettoria', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'p', 'Identificatore di zona', 'Identificatore di zona', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'q', 'Nome dell\'ellissoide', 'Nome dell\'ellissoide', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'r', 'Semiasse maggiore', 'Semiasse maggiore', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 's', 'Denominatore del rapporto di spianatura', 'Denominatore del rapporto di spianatura', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 't', 'Risoluzione verticale', 'Risoluzione verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'u', 'Metodo di codifica verticale', 'Metodo di codifica verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'v', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('342', 'w', 'Informazione di riferimento geospaziale locale piano o locale', 'Informazione di riferimento geospaziale locale piano o locale', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('343', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('343', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('343', 'a', 'Metodo di codifica di coordinate piane', 'Metodo di codifica di coordinate piane', 1, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('343', 'b', 'Unità di distanza piana', 'Unità di distanza piana', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('343', 'c', 'Risoluzione dell\'ascissa', 'Risoluzione dell\'ascissa', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('343', 'd', 'Risoluzione dell\'ordinata', 'Risoluzione dell\'ordinata', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('343', 'e', 'Risoluzione di distanza', 'Risoluzione di distanza', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('343', 'f', 'Risoluzione di orientamento', 'Risoluzione di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('343', 'g', 'Unità di orientamento', 'Unità di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('343', 'h', 'Direzione di riferimento dell\'orientamento', 'Direzione di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('343', 'i', 'Meridiano di riferimento dell\'orientamento', 'Meridiano di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('350', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('350', 'a', 'Prezzo', 'Prezzo', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('350', 'b', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('351', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('351', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('351', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('351', 'a', 'Organizzazione', 'Organizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('351', 'b', 'Ordinamento', 'Ordinamento', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('351', 'c', 'Livello gerarchico', 'Livello gerarchico', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('352', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('352', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('352', 'a', 'Metodo di riferimento diretto', 'Metodo di riferimento diretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('352', 'b', 'Tipo di oggetto', 'Tipo di oggetto', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('352', 'c', 'Contatore di oggetti', 'Contatore di oggetti', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('352', 'd', 'Contatore di linee', 'Contatore di linee', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('352', 'e', 'Contattore di colonne', 'Contattore di colonne', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('352', 'f', 'Contattore verticale', 'Contattore verticale', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('352', 'g', 'Livello di topologia VPF', 'Livello di topologia VPF', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('352', 'i', 'Descrizione di riferimento indiretto', 'Descrizione di riferimento indiretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('355', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('355', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('355', 'a', 'Classificazione di sicurezza', 'Classificazione di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('355', 'b', 'Istruzioni per l\'uso', 'Istruzioni per l\'uso', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('355', 'c', 'Informazione di diffusione esterna', 'Informazione di diffusione esterna', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('355', 'd', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('355', 'e', 'Sistema di classificazione', 'Sistema di classificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('355', 'f', 'Codice del paese di origine', 'Codice del paese di origine', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('355', 'g', 'Data di riduzione del livello di sicurezza', 'Data di riduzione del livello di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('355', 'h', 'Data di declassificazione', 'Data di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('355', 'j', 'Autorizzazione', 'Autorizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('357', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('357', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('357', 'a', 'Termine di controllo del creatore', 'Termine di controllo del creatore', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('357', 'b', 'Agenzia di diffusione', 'Agenzia di diffusione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('357', 'c', 'Destinatari autorizzati del materiale', 'Destinatari autorizzati del materiale', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('357', 'g', 'Altre restrizioni', 'Altre restrizioni', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('359', 'a', 'Prezzo del prestito', 'Prezzo del prestito', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('362', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('362', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('362', 'a', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('362', 'z', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('365', '2', 'Fonte del codice del tipo di prezzo', 'Fonte del codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('365', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('365', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('365', 'a', 'Codice del tipo di prezzo', 'Codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('365', 'b', 'Prezzo totale', 'Prezzo totale', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('365', 'c', 'Codice della valuta', 'Codice della valuta', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('365', 'd', 'Unità de fissazione del prezzo', 'Unità de fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('365', 'e', 'Nota sul prezzo', 'Nota sul prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('365', 'f', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('365', 'g', 'Prezzo in vigore fino al', 'Prezzo in vigore fino al', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('365', 'h', 'Aliquota 1', 'Aliquota 1', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('365', 'i', 'Aliquota 2', 'Aliquota 2', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('365', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('365', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('365', 'm', 'Identificazione dell\'ente di fissazione del prezzo', 'Identificazione dell\'ente di fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('366', '2', 'Fonte dello stato di disponibilità', 'Fonte dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('366', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('366', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('366', 'a', 'Identificazione editoriale abbreviata di titolo', 'Identificazione editoriale abbreviata di titolo', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('366', 'b', 'Data dettagliata di pubblicazione', 'Data dettagliata di pubblicazione', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('366', 'c', 'Codice dello stato di disponibilità', 'Codice dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('366', 'd', 'Data prevedibile della prossima disponibilità', 'Data prevedibile della prossima disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('366', 'e', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('366', 'f', 'Tipo di sconto dell\'editore', 'Tipo di sconto dell\'editore', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('366', 'g', 'Data di esaurimento', 'Data di esaurimento', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('366', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('366', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('366', 'm', 'Identificazione dell\'agenzia', 'Identificazione dell\'agenzia', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('400', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('400', 'a', 'Personal name', 'Personal name', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'b', 'Numeration', 'Numeration', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('400', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('400', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('400', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('400', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('400', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('410', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('411', '4', 'Relator code', 'Relator code', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', '6', 'Linkage', 'Linkage', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('410', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('411', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('411', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('411', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('440', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('440', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('411', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('440', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('440', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('440', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('440', 'a', 'Title', 'Title', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'CF', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
-               ('440', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('440', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('440', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('440', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, 0, 'CF', '', '', NULL),
-               ('490', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('490', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
-               ('490', 'a', 'Series statement', 'Series statement', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('490', 'l', 'Library of Congress call number', 'Library of Congress call number', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('490', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('490', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('500', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('500', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('500', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('500', 'a', 'General note', 'General note', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('440', 'a', 'Titolo', 'Titolo', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'CF', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
+               ('440', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('440', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('440', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('440', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('490', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('490', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', NULL, NULL, -6, 'CF', '', '', NULL),
+               ('490', 'a', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('490', 'l', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('490', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 1, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('490', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('500', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('500', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('500', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('500', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('500', 'a', 'Nota generale', 'Nota generale', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
                ('500', 'l', 'Library of Congress call number (SE) [OBSOLETE]', 'Library of Congress call number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('500', 'n', 'n (RLIN) [OBSOLETE]', 'n (RLIN) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('500', 'x', 'International Standard Serial Number (SE) [OBSOLETE]', 'International Standard Serial Number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('500', 'z', 'Source of note information (AM SE) [OBSOLETE]', 'Source of note information (AM SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('501', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('501', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('501', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('501', 'a', 'With note', 'With note', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('502', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('502', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('502', 'a', 'Dissertation note', 'Dissertation note', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('503', '8', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('501', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('501', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('501', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('501', 'a', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('502', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('502', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('502', 'a', 'Nota di dissertazione', 'Nota di dissertazione', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('503', '8', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('503', 'a', 'Bibliographic history note', 'Bibliographic history note', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('504', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('504', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('504', 'a', 'Bibliography, etc', 'Bibliography, etc', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('504', 'b', 'Number of references', 'Number of references', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('505', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('505', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('505', 'a', 'Formatted contents note', 'Formatted contents note', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('505', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('505', 'r', 'Statement of responsibility', 'Statement of responsibility', 1, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('505', 't', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('505', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'CF', '', '', NULL),
-               ('506', '2', 'Source of term', 'Source of term', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('506', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('506', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('506', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('506', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('506', 'a', 'Terms governing access', 'Terms governing access', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('506', 'b', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('506', 'c', 'Physical access provisions', 'Physical access provisions', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('506', 'd', 'Authorized users', 'Authorized users', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('506', 'e', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('506', 'f', 'Standardized terminology for access restriction', 'Standardized terminology for access restriction', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('506', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'CF', '', '', NULL),
-               ('507', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('507', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('507', 'a', 'Representative fraction of scale note', 'Representative fraction of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('507', 'b', 'Remainder of scale note', 'Remainder of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('508', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('508', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('508', 'a', 'Creation/production credits note', 'Creation/production credits note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('509', 'a', 'Informal Notes', 'Informal Notes', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('510', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('510', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('510', 'a', 'Name of source', 'Name of source', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('510', 'b', 'Coverage of source', 'Coverage of source', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('510', 'c', 'Location within source', 'Location within source', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('510', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('511', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('511', 'a', 'Participant or performer note', 'Participant or performer note', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('512', '6', 'Linkage', 'Linkage', 0, 0, '', -1, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('504', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('504', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('504', 'a', 'Nota di bibliografia, ecc.', 'Nota di bibliografia, ecc.', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('504', 'b', 'Numero dei riferimenti', 'Numero dei riferimenti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('505', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('505', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('505', 'a', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('505', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 1, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('505', 'r', 'Formulazione di responsabilità', 'Formulazione di responsabilità', 1, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('505', 't', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('505', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'CF', '', '', NULL),
+               ('506', '2', 'Fonte', 'Fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('506', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('506', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('506', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('506', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('506', 'a', 'Condizioni che regolano l\'accesso', 'Condizioni che regolano l\'accesso', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('506', 'b', 'Competenza legale', 'Competenza legale', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('506', 'c', 'Disposizioni per l\'accesso fisico', 'Disposizioni per l\'accesso fisico', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('506', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('506', 'e', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('506', 'f', 'Terminologia normalizzata della restrizione all’accesso', 'Terminologia normalizzata della restrizione all’accesso', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('506', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'CF', '', '', NULL),
+               ('507', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('507', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('507', 'a', 'Nota di frazione rappresentativa di scala', 'Nota di frazione rappresentativa di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('507', 'b', 'Restante parte della nota di scala', 'Restante parte della nota di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('508', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('508', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('508', 'a', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('509', 'a', 'Note informali', 'Note informali', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('510', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('510', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('510', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('510', 'a', 'Nome della fonte', 'Nome della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('510', 'b', 'Copertura della fonte', 'Copertura della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('510', 'c', 'Localizzazione nella fonte', 'Localizzazione nella fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('510', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('511', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('511', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('511', 'a', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('512', '6', 'Collegamento', 'Collegamento', 0, 0, '', -1, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('512', 'a', 'Earlier or later volumes separately cataloged note', 'Earlier or later volumes separately cataloged note', 0, 0, '', -1, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('513', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('513', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('513', 'a', 'Type of report', 'Type of report', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('513', 'b', 'Period covered', 'Period covered', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'a', 'Attribute accuracy report', 'Attribute accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'b', 'Attribute accuracy value', 'Attribute accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'c', 'Attribute accuracy explanation', 'Attribute accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'd', 'Logical consistency report', 'Logical consistency report', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'e', 'Completeness report', 'Completeness report', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'f', 'Horizontal position accuracy report', 'Horizontal position accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'g', 'Horizontal position accuracy value', 'Horizontal position accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'h', 'Horizontal position accuracy explanation', 'Horizontal position accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'i', 'Vertical positional accuracy report', 'Vertical positional accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'j', 'Vertical positional accuracy value', 'Vertical positional accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'k', 'Vertical positional accuracy explanation', 'Vertical positional accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'm', 'Cloud cover', 'Cloud cover', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('514', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'CF', '', '', NULL),
-               ('514', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('515', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('515', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('515', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('513', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('513', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('513', 'a', 'Tipo di rapporto', 'Tipo di rapporto', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('513', 'b', 'Periodo coperto', 'Periodo coperto', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'a', 'Rapporto di esattezza degli attributi', 'Rapporto di esattezza degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'b', 'Valore di esattezza degli attributi', 'Valore di esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'c', 'Spiegazione della esattezza degli attributi', 'Spiegazione della esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'd', 'Rapporto di coerenza logica', 'Rapporto di coerenza logica', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'e', 'Rapporto di completezza', 'Rapporto di completezza', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'f', 'Rapporto di esattezza di posizione orizzontale', 'Rapporto di esattezza di posizione orizzontale', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'g', 'Valore di esattezza di posizione orizzontale', 'Valore di esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'h', 'Spiegazione della esattezza di posizione orizzontale', 'Spiegazione della esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'i', 'Rapporto di esattezza di posizione verticale', 'Rapporto di esattezza di posizione verticale', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'j', 'Valore di esattezza di posizione verticale', 'Valore di esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'k', 'Spiegazione della esattezza di posizione verticale', 'Spiegazione della esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'm', 'Nuvolosità', 'Nuvolosità', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('514', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'CF', '', '', NULL),
+               ('514', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('515', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('515', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('515', 'a', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('515', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, '', -1, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('516', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('516', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('516', 'a', 'Type of computer file or data note', 'Type of computer file or data note', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('517', 'a', 'Different formats', 'Different formats', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('517', 'b', 'Content descriptors', 'Content descriptors', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('517', 'c', 'Additional animation techniques', 'Additional animation techniques', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('518', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('518', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('518', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('518', 'a', 'Date/time and place of an event note', 'Date/time and place of an event note', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('520', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('520', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('520', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('520', 'a', 'Summary, etc', 'Summary, etc', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('520', 'b', 'Expansion of summary note', 'Expansion of summary note', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('520', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'CF', '', '', NULL),
+               ('516', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('516', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('516', 'a', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('517', 'a', 'Formati multipli', 'Formati multipli', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('517', 'b', 'Descrittori del contenuto', 'Descrittori del contenuto', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('517', 'c', 'Tecniche d\'animazione addizionali', 'Tecniche d\'animazione addizionali', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('518', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('518', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('518', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('518', 'a', 'Nota sulla data/ora e luogo dell\'evento', 'Nota sulla data/ora e luogo dell\'evento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('520', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('520', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('520', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('520', 'a', 'Nota di riassunto, ecc.', 'Nota di riassunto, ecc.', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('520', 'b', 'Nota di estensione del riassunto', 'Nota di estensione del riassunto', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('520', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'CF', '', '', NULL),
                ('520', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('521', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('521', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('521', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('521', 'a', 'Target audience note', 'Target audience note', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'CF', '', '', NULL),
-               ('521', 'b', 'Source', 'Source', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'CF', '', '', NULL),
-               ('522', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('522', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('522', 'a', 'Geographic coverage note', 'Geographic coverage note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('523', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('523', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('521', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('521', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('521', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('521', 'a', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'CF', '', '', NULL),
+               ('521', 'b', 'Fonte', 'Fonte', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'CF', '', '', NULL),
+               ('522', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('522', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('522', 'a', 'Nota di copertura geografica', 'Nota di copertura geografica', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('523', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('523', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('523', 'a', 'Time period of content note', 'Time period of content note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('524', '2', 'Source of schema used', 'Source of schema used', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('524', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('524', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('524', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('524', 'a', 'Preferred citation of described materials note', 'Preferred citation of described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('525', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('525', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('525', 'a', 'Supplement note', 'Supplement note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('524', '2', 'Fonte dello schema usato', 'Fonte dello schema usato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('524', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('524', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('524', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('524', 'a', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('525', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('525', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('525', 'a', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('525', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('526', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('526', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('526', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('526', 'a', 'Program name', 'Program name', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('526', 'b', 'Interest level', 'Interest level', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('526', 'c', 'Reading level', 'Reading level', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('526', 'd', 'Title point value', 'Title point value', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('526', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('526', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 6, 'CF', '', '', NULL),
-               ('526', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('527', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('526', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('526', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('526', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('526', 'a', 'Nome del programma', 'Nome del programma', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('526', 'b', 'Livello d\'interesse', 'Livello d\'interesse', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('526', 'c', 'Livello di lettura', 'Livello di lettura', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('526', 'd', 'Valore numerico del titolo', 'Valore numerico del titolo', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('526', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('526', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 5, '', '', '', NULL, 6, 'CF', '', '', NULL),
+               ('526', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('527', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('527', 'a', 'Censorship note', 'Censorship note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('530', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('530', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('530', 'a', 'Additional physical form available note', 'Additional physical form available note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('530', 'b', 'Availability source', 'Availability source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('530', 'c', 'Availability conditions', 'Availability conditions', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('530', 'd', 'Order number', 'Order number', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('530', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'CF', '', '', NULL),
+               ('530', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('530', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('530', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('530', 'a', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('530', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('530', 'c', 'Condizioni di disponibilità', 'Condizioni di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('530', 'd', 'Numero di ordine', 'Numero di ordine', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('530', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'CF', '', '', NULL),
                ('530', 'z', 'Source of note information (AM CF VM SE) [OBSOLETE]', 'Source of note information (AM CF VM SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('533', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('533', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('533', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('533', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('533', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('533', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('533', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('533', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('533', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('533', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('533', 'm', 'Dates and/or sequential designation of issues reproduced', 'Dates and/or sequential designation of issues reproduced', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('533', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 'a', 'Main entry of original', 'Main entry of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 'b', 'Edition statement of original', 'Edition statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 'c', 'Publication, distribution, etc', 'Publication, distribution, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 'e', 'Physical description, etc', 'Physical description, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 'f', 'Series statement of original', 'Series statement of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 'k', 'Key title of original', 'Key title of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 'l', 'Location of original', 'Location of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 'm', 'Material specific details', 'Material specific details', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 'n', 'Note about original', 'Note about original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 'p', 'Introductory phrase', 'Introductory phrase', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 't', 'Title statement of original', 'Title statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('534', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('535', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('535', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('535', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('535', 'a', 'Custodian', 'Custodian', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('535', 'b', 'Postal address', 'Postal address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('535', 'c', 'Country', 'Country', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('535', 'd', 'Telecommunications address', 'Telecommunications address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('535', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('536', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('536', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('536', 'a', 'Text of note', 'Text of note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('536', 'b', 'Contract number', 'Contract number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('536', 'c', 'Grant number', 'Grant number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('536', 'd', 'Undifferentiated number', 'Undifferentiated number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('536', 'e', 'Program element number', 'Program element number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('536', 'f', 'Project number', 'Project number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('536', 'g', 'Task number', 'Task number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('536', 'h', 'Work unit number', 'Work unit number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('537', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('533', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('533', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('533', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('533', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('533', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('533', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('533', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('533', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('533', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('533', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('533', 'm', 'Date e/o designazione sequenziale dei documenti riprodotti', 'Date e/o designazione sequenziale dei documenti riprodotti', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('533', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 'a', 'Accesso principale dell\'originale', 'Accesso principale dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 'b', 'Formulazione di edizione dell\'originale', 'Formulazione di edizione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 'c', 'Pubblicazione, distribuzione, ecc., dell\'originale', 'Pubblicazione, distribuzione, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 'e', 'Descrizione fisica, ecc., dell\'originale', 'Descrizione fisica, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 'f', 'Formulazione della serie dell\'originale', 'Formulazione della serie dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 'k', 'Titolo chiave dell\'originale', 'Titolo chiave dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 'l', 'Localizzazione dell\'originale', 'Localizzazione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 'n', 'Nota sull\'originale', 'Nota sull\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 'p', 'Frase introduttiva', 'Frase introduttiva', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 't', 'Formulazione del titolo dell\'originale', 'Formulazione del titolo dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('534', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('535', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('535', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('535', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('535', 'a', 'Conservatore', 'Conservatore', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('535', 'b', 'Indirizzo postale', 'Indirizzo postale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('535', 'c', 'Paese', 'Paese', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('535', 'd', 'Indirizzo di telecomunicazione', 'Indirizzo di telecomunicazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('535', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('536', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('536', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('536', 'a', 'Testo della nota', 'Testo della nota', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('536', 'b', 'Numero di contratto', 'Numero di contratto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('536', 'c', 'Numero di sovvenzione', 'Numero di sovvenzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('536', 'd', 'Numero indifferenziato', 'Numero indifferenziato', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('536', 'e', 'Numero di elemento di un programma', 'Numero di elemento di un programma', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('536', 'f', 'Numero di progetto', 'Numero di progetto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('536', 'g', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('536', 'h', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('537', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('537', 'a', 'Source of data note', 'Source of data note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('538', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('538', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('538', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('538', 'a', 'System details note', 'System details note', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('538', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('538', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'CF', '', '', NULL),
-               ('540', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('540', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('540', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('540', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('540', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('540', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('540', 'c', 'Authorization', 'Authorization', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('540', 'd', 'Authorized users', 'Authorized users', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('540', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'CF', '', '', NULL),
-               ('541', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('541', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('541', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('541', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('541', 'a', 'Source of acquisition', 'Source of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
-               ('541', 'b', 'Address', 'Address', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
-               ('541', 'c', 'Method of acquisition', 'Method of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
-               ('541', 'd', 'Date of acquisition', 'Date of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
-               ('541', 'e', 'Accession number', 'Accession number', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
-               ('541', 'f', 'Owner', 'Owner', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
-               ('541', 'h', 'Purchase price', 'Purchase price', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
-               ('541', 'n', 'Extent', 'Extent', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
-               ('541', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
-               ('543', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('538', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('538', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('538', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('538', 'a', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('538', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('538', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'CF', '', '', NULL),
+               ('540', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('540', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('540', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('540', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('540', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('540', 'b', 'Competenza legale', 'Competenza legale', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('540', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('540', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('540', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'CF', '', '', NULL),
+               ('541', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('541', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('541', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('541', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('541', 'a', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
+               ('541', 'b', 'Indirizzo', 'Indirizzo', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
+               ('541', 'c', 'Metodo d\'acquisto', 'Metodo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
+               ('541', 'd', 'Data d\'acquisto', 'Data d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
+               ('541', 'e', 'Numero d\'accessione', 'Numero d\'accessione', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
+               ('541', 'f', 'Proprietario', 'Proprietario', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
+               ('541', 'h', 'Prezzo d\'acquisto', 'Prezzo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
+               ('541', 'n', 'Estensione', 'Estensione', 0, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
+               ('541', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, 1, 'CF', '', '', NULL),
+               ('543', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('543', 'a', 'Solicitation information note', 'Solicitation information note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('544', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('544', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('544', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('544', 'a', 'Custodian', 'Custodian', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('544', 'b', 'Address', 'Address', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('544', 'c', 'Country', 'Country', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('544', 'd', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('544', 'e', 'Provenance', 'Provenance', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('544', 'n', 'Note', 'Note', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('545', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('545', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('545', 'a', 'Biographical or historical note', 'Biographical or historical note', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('545', 'b', 'Expansion', 'Expansion', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('545', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'CF', '', '', NULL),
-               ('546', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('546', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('546', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('546', 'a', 'Language note', 'Language note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('546', 'b', 'Information code or alphabet', 'Information code or alphabet', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('544', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('544', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('544', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('544', 'a', 'Conservatore', 'Conservatore', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('544', 'b', 'Indirizzo', 'Indirizzo', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('544', 'c', 'Paese', 'Paese', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('544', 'd', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('544', 'e', 'Provenienza', 'Provenienza', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('544', 'n', 'Nota', 'Nota', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('545', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('545', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('545', 'a', 'Nota biografica o storica', 'Nota biografica o storica', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('545', 'b', 'Ampliamento', 'Ampliamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('545', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'CF', '', '', NULL),
+               ('546', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('546', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('546', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('546', 'a', 'Nota sulla lingua', 'Nota sulla lingua', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('546', 'b', 'Codice d\'informazione o alfabeto', 'Codice d\'informazione o alfabeto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
                ('546', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('547', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('547', 'a', 'Former title complexity note', 'Former title complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('547', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('547', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('547', 'a', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('547', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('550', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('550', 'a', 'Issuing body note', 'Issuing body note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('550', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('550', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('550', 'a', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('550', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('552', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'a', 'Entity type label', 'Entity type label', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'b', 'Entity type definition and source', 'Entity type definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'c', 'Attribute label', 'Attribute label', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'd', 'Attribute definition and source', 'Attribute definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'e', 'Enumerated domain value', 'Enumerated domain value', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'f', 'Enumerated domain value definition and source', 'Enumerated domain value definition and source', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'g', 'Range domain minimum and maximum', 'Range domain minimum and maximum', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'h', 'Codeset name and source', 'Codeset name and source', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'i', 'Unrepresentable domain', 'Unrepresentable domain', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'j', 'Attribute units of measurement and resolution', 'Attribute units of measurement and resolution', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'k', 'Beginning date and ending date of attribute values', 'Beginning date and ending date of attribute values', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'l', 'Attribute value accuracy', 'Attribute value accuracy', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'm', 'Attribute value accuracy explanation', 'Attribute value accuracy explanation', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'n', 'Attribute measurement frequency', 'Attribute measurement frequency', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'o', 'Entity and attribute overview', 'Entity and attribute overview', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'p', 'Entity and attribute detail citation', 'Entity and attribute detail citation', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('552', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'CF', '', '', NULL),
-               ('552', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('555', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('555', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('555', 'a', 'Cumulative index/finding aids note', 'Cumulative index/finding aids note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('555', 'b', 'Availability source', 'Availability source', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('555', 'c', 'Degree of control', 'Degree of control', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('555', 'd', 'Bibliographic reference', 'Bibliographic reference', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('555', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'CF', '', '', NULL),
-               ('556', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('556', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('556', 'a', 'Information about documentation note', 'Information about documentation note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('556', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('561', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('561', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('561', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('561', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('561', 'a', 'History', 'History', 0, 0, '', 5, '', '', '', NULL, 6, 'CF', '', '', NULL),
+               ('552', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'a', 'Etichetta del tipo di ente', 'Etichetta del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'b', 'Definizione e fonte del tipo di ente', 'Definizione e fonte del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'c', 'Etichetta dell\'attributo', 'Etichetta dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'd', 'Definizione e fonte dell\'attributo', 'Definizione e fonte dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'e', 'Valore del dominio enumerato', 'Valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'f', 'Definizione e fonte del valore del dominio enumerato', 'Definizione e fonte del valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'g', 'Minimo e massimo del range del dominio', 'Minimo e massimo del range del dominio', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'h', 'Nome e fonte del set dei codici', 'Nome e fonte del set dei codici', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'i', 'Dominio non rappresentabile', 'Dominio non rappresentabile', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'j', 'Unità di misura e risoluzione degli attributi', 'Unità di misura e risoluzione degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'k', 'Data d\'inizio e data di fine dei valori dell\'attributo', 'Data d\'inizio e data di fine dei valori dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'l', 'Esattezza del valore dell\'attributo', 'Esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'm', 'Spiegazione dell\'esattezza del valore dell\'attributo', 'Spiegazione dell\'esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'n', 'Frequenza della misura d\'attributo', 'Frequenza della misura d\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'o', 'Riassunto di ente e d\'attributo', 'Riassunto di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'p', 'Citazione dei dettagli di ente e d\'attributo', 'Citazione dei dettagli di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('552', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'CF', '', '', NULL),
+               ('552', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('555', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('555', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('555', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('555', 'a', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('555', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('555', 'c', 'Grado di controllo', 'Grado di controllo', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('555', 'd', 'Riferimento bibliografico', 'Riferimento bibliografico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('555', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'CF', '', '', NULL),
+               ('556', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('556', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('556', 'a', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('556', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('561', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('561', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('561', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('561', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('561', 'a', 'Storia', 'Storia', 0, 0, '', 5, '', '', '', NULL, 6, 'CF', '', '', NULL),
                ('561', 'b', 'Time of collation [OBSOLETE]', 'Time of collation [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, 6, 'CF', '', '', NULL),
-               ('562', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('562', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('562', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('562', 'a', 'Identifying markings', 'Identifying markings', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('562', 'b', 'Copy identification', 'Copy identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('562', 'c', 'Version identification', 'Version identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('562', 'd', 'Presentation format', 'Presentation format', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('562', 'e', 'Number of copies', 'Number of copies', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('563', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('563', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('563', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('563', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('563', 'a', 'Binding note', 'Binding note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('563', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'CF', '', '', NULL),
-               ('565', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('565', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('565', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('565', 'a', 'Number of cases/variables', 'Number of cases/variables', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('565', 'b', 'Name of variable', 'Name of variable', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('565', 'c', 'Unit of analysis', 'Unit of analysis', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('565', 'd', 'Universe of data', 'Universe of data', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('565', 'e', 'Filing scheme or code', 'Filing scheme or code', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('567', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('567', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('567', 'a', 'Methodology note', 'Methodology note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('570', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('562', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('562', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('562', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('562', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('562', 'a', 'Marche d\'identificazione', 'Marche d\'identificazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('562', 'b', 'Identificazione della copia', 'Identificazione della copia', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('562', 'c', 'Identificazione della versione', 'Identificazione della versione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('562', 'd', 'Formato di presentazione', 'Formato di presentazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('562', 'e', 'Numero di copie', 'Numero di copie', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('563', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('563', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('563', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('563', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('563', 'a', 'Nota sulla rilegatura', 'Nota sulla rilegatura', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('563', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'CF', '', '', NULL),
+               ('565', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('565', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('565', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('565', 'a', 'Numero di pratiche/variabili', 'Numero di pratiche/variabili', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('565', 'b', 'Nome della variabile', 'Nome della variabile', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('565', 'c', 'Unità d\'analisi', 'Unità d\'analisi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('565', 'd', 'Universo dei dati', 'Universo dei dati', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('565', 'e', 'Sistema o codice d’archiviazione', 'Sistema o codice d’archiviazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('567', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('567', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('567', 'a', 'Nota sulla metodologia', 'Nota sulla metodologia', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('570', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('570', 'a', 'Editor note', 'Editor note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('570', 'z', 'Source of note information', 'Source of note information', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('580', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('580', 'a', 'Linking entry complexity note', 'Linking entry complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('580', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('580', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('580', 'a', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('580', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('581', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('581', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('581', 'a', 'Publications about described materials note', 'Publications about described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('581', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('582', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('581', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('581', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('581', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('581', 'a', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('581', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('582', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('582', 'a', 'Related computer files note', 'Related computer files note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('583', '2', 'Source of term', 'Source of term', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('583', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('583', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('583', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('583', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('583', 'a', 'Action', 'Action', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'b', 'Action identification', 'Action identification', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'c', 'Time/date of action', 'Time/date of action', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'd', 'Action interval', 'Action interval', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'e', 'Contingency for action', 'Contingency for action', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'f', 'Authorization', 'Authorization', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'h', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'i', 'Method of action', 'Method of action', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'j', 'Site of action', 'Site of action', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'k', 'Action agent', 'Action agent', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'l', 'Status', 'Status', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'n', 'Extent', 'Extent', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('583', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -1, 'CF', '', '', NULL),
-               ('583', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', NULL, 4, 'CF', '', '', NULL),
-               ('583', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('584', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('584', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('584', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('584', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('584', 'a', 'Accumulation', 'Accumulation', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('584', 'b', 'Frequency of use', 'Frequency of use', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('585', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('585', '5', 'Institution to which field applies', 'Institution to which field applies', 0, -6, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('585', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('585', 'a', 'Exhibitions note', 'Exhibitions note', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('586', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('586', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('586', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('586', 'a', 'Awards note', 'Awards note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('583', '2', 'Fonte', 'Fonte', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('583', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('583', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('583', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('583', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('583', 'a', 'Azione', 'Azione', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'b', 'Identificazione dell\'azione', 'Identificazione dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'c', 'Momento/data dell\'azione', 'Momento/data dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'd', 'Intervallo dell\'azione', 'Intervallo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'e', 'Contingenza per l\'azione', 'Contingenza per l\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'f', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'h', 'Competenza legale', 'Competenza legale', 0, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'i', 'Metodo dell\'azione', 'Metodo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'j', 'Luogo dell\'azione', 'Luogo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'k', 'Agente dell\'azione', 'Agente dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'l', 'Stato', 'Stato', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'n', 'Estensione', 'Estensione', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('583', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -1, 'CF', '', '', NULL),
+               ('583', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', NULL, 4, 'CF', '', '', NULL),
+               ('583', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('584', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('584', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('584', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('584', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('584', 'a', 'Accumulo', 'Accumulo', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('584', 'b', 'Frequenza d\'uso', 'Frequenza d\'uso', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('585', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('585', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, -6, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('585', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('585', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('585', 'a', 'Nota di mostre', 'Nota di mostre', 0, 0, '', 5, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('586', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('586', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('586', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('586', 'a', 'Nota di premi', 'Nota di premi', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
                ('590', '6', 'Linkage (RLIN)', 'Linkage (RLIN)', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('590', '8', 'Field link and sequence number (RLIN)', 'Field link and sequence number (RLIN)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('590', 'a', 'Local note', 'Local note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('590', 'b', 'Provenance (VM) [OBSOLETE]', 'Provenance (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('590', 'c', 'Condition of individual reels (VM) [OBSOLETE]', 'Condition of individual reels (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('590', 'd', 'Origin of safety copy (VM) [OBSOLETE]', 'Origin of safety copy (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('600', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('600', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('600', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('600', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('600', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'CF', '', '', NULL),
-               ('600', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('600', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('600', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('600', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('600', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('600', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('600', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('600', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('600', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('600', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('610', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('610', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'CF', '', '', NULL),
+               ('600', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('600', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('600', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('600', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('600', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('600', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('600', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('600', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('600', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('600', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('610', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('610', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('610', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('610', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'CF', '', '', NULL),
-               ('610', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('610', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('610', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('610', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('610', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('610', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('610', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('610', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('610', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('611', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('611', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'CF', '', '', NULL),
+               ('610', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('610', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('610', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('610', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('610', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('610', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('610', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('610', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('610', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('611', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('611', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('611', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('611', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'CF', '', '', NULL),
+               ('611', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'CF', '', '', NULL),
                ('611', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('611', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('611', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('611', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('611', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('611', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('611', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('611', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('611', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('630', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('630', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('630', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('611', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('611', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('611', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('611', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('611', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('611', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('611', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('611', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('630', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('630', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('630', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('630', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('630', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'CF', '', '', NULL),
-               ('630', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('630', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('630', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('630', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('630', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('630', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('630', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('630', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('648', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('648', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('648', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('648', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('648', 'a', 'Chronological term', 'Chronological term', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'CF', '', '', NULL),
-               ('648', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('648', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('648', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('648', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('650', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('650', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('650', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('650', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('650', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('630', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'CF', '', '', NULL),
+               ('630', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('630', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('630', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('630', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('630', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('630', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('630', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('630', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('648', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('648', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('648', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('648', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('648', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'CF', '', '', NULL),
+               ('648', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('648', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('648', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('648', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('650', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('650', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('650', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('650', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('650', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('650', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('650', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'CF', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
-               ('650', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('650', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('650', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('650', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('650', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('650', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('650', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('650', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'CF', '', '', NULL),
-               ('651', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('651', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('651', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('651', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('651', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('650', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'CF', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
+               ('650', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('650', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('650', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('650', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('650', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('650', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('650', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('650', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'CF', '', '', NULL),
+               ('651', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('651', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('651', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('651', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('651', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('651', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('651', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'CF', '', '', NULL),
+               ('651', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'CF', '', '', NULL),
                ('651', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('651', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('651', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('651', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('651', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('651', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('652', 'a', 'Geographic name of place element', 'Geographic name of place element', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('652', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('652', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('652', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('653', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('653', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('653', 'a', 'Uncontrolled term', 'Uncontrolled term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('654', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('654', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('654', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('654', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('654', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('654', 'a', 'Focus term', 'Focus term', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'CF', '', '', NULL),
-               ('654', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('654', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('654', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('654', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('654', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('654', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('654', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('655', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('655', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('655', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('655', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('655', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('655', 'a', 'Genre/form data or focus term', 'Genre/form data or focus term', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'CF', '', '', NULL),
-               ('655', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('655', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('655', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('655', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('655', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('655', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('656', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('656', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('656', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('656', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('656', 'a', 'Occupation', 'Occupation', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'CF', '', '', NULL),
-               ('656', 'k', 'Form', 'Form', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('656', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('656', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('656', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('656', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('657', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('657', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('657', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('657', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('657', 'a', 'Function', 'Function', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'CF', '', '', NULL),
-               ('657', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('657', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('657', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('657', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('658', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('658', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('658', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('658', 'a', 'Main curriculum objective', 'Main curriculum objective', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'CF', '', '', NULL),
-               ('658', 'b', 'Subordinate curriculum objective', 'Subordinate curriculum objective', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('658', 'c', 'Curriculum code', 'Curriculum code', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('658', 'd', 'Correlation factor', 'Correlation factor', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('662', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('662', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('662', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('662', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('662', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('662', 'a', 'Country or larger entity', 'Country or larger entity', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'CF', '', '', NULL),
-               ('662', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('662', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('662', 'd', 'City', 'City', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('662', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('662', 'f', 'City subsection', 'City subsection', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('662', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('662', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('651', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('651', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('651', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('651', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('651', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('652', 'a', 'Nome geografico del luogo', 'Nome geografico del luogo', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('652', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('652', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('652', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('653', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('653', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('653', 'a', 'Termine non controllato', 'Termine non controllato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('654', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('654', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('654', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('654', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('654', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('654', 'a', 'Termine principale', 'Termine principale', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'CF', '', '', NULL),
+               ('654', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('654', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('654', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('654', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('654', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('654', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('654', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('655', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('655', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('655', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('655', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('655', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('655', 'a', 'Termine principale di genere/forma', 'Termine principale di genere/forma', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'CF', '', '', NULL),
+               ('655', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('655', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('655', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('655', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('655', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('655', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('656', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('656', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('656', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('656', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('656', 'a', 'Occupazione', 'Occupazione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'CF', '', '', NULL),
+               ('656', 'k', 'Forma', 'Forma', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('656', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('656', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('656', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('656', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('657', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('657', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('657', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('657', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('657', 'a', 'Funzione', 'Funzione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'CF', '', '', NULL),
+               ('657', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('657', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('657', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('657', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('658', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('658', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('658', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('658', 'a', 'Obiettivo principale del curriculum scolastico', 'Obiettivo principale del curriculum scolastico', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, 'CF', '', '', NULL),
+               ('658', 'b', 'Obiettivo secondario del curriculum scolastico', 'Obiettivo secondario del curriculum scolastico', 1, 0, '', 6, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('658', 'c', 'Codice di curriculum scolastico', 'Codice di curriculum scolastico', 0, 0, '', 6, '', '', '', NULL, 0, 'CF', '', '', NULL),
+               ('658', 'd', 'Fattore di correlazione', 'Fattore di correlazione', 0, 0, '', 6, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('662', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('662', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('662', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('662', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('662', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('662', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('662', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('662', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('662', 'd', 'Città', 'Città', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('662', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('662', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('662', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('662', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('690', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('690', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('690', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('690', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('690', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('690', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('690', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('690', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('690', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('690', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('690', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'CF', '', '', NULL),
-               ('690', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('690', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('690', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('690', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('690', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('690', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('690', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('690', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('690', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'CF', '', '', NULL),
+               ('690', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('690', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('690', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('690', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('690', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('690', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('690', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('690', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'CF', '', '', NULL),
                ('691', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('691', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('691', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('691', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('691', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('691', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('691', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('691', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('691', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('691', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('691', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('691', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'CF', '', '', NULL),
                ('691', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('691', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('691', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('691', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('691', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('691', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('691', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('691', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('691', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('696', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('696', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('696', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('696', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('696', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('696', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('697', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('697', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('697', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('697', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('697', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('697', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('698', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('698', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('698', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('698', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'CF', '', '', NULL),
                ('698', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('698', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('698', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('699', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('699', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('699', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('699', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('699', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('700', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('699', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('700', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('700', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('700', 'a', 'Personal name', 'Personal name', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'CF', '', '', NULL),
-               ('700', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('700', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('700', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('700', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('700', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('705', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'CF', '', '', NULL),
+               ('700', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('700', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('700', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('700', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('700', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('700', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('700', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('705', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('710', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'CF', '', '', NULL),
-               ('710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('710', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('710', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
-               ('710', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('710', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('711', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'CF', '', '', NULL),
+               ('710', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('710', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('710', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('710', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'CF', '', '', NULL),
+               ('710', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('710', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('711', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('711', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'CF', '', '', NULL),
+               ('711', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'CF', '', '', NULL),
                ('711', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('711', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('711', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('711', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('711', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('711', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('711', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('711', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('715', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('715', 'a', 'Corporate name or jurisdiction name', 'Corporate name or jurisdiction name', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('715', 'b', 'Subordinate unit', 'Subordinate unit', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('715', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('715', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('715', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('715', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('715', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('715', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('715', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('715', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('715', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('715', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('715', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 'a', 'Ragione sociale o nome giuridico', 'Ragione sociale o nome giuridico', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 'b', 'Unità subordinata', 'Unità subordinata', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('715', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('715', 'u', 'Nonprinting information', 'Nonprinting information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('720', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('720', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('720', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('720', 'a', 'Name', 'Name', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('720', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
-               ('730', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('720', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('720', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('720', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('720', 'a', 'Nome', 'Nome', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('720', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'CF', '', '', NULL),
+               ('730', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('730', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('730', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('730', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('740', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('740', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('740', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('740', 'a', 'Uncontrolled related/analytical title', 'Uncontrolled related/analytical title', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('740', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('740', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('740', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('752', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('752', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('752', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('752', 'a', 'Country or larger entity', 'Country or larger entity', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('752', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('752', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('752', 'd', 'City', 'City', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('752', 'f', 'City subsection', 'City subsection', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('752', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('752', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('753', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('753', 'a', 'Make and model of machine', 'Make and model of machine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('753', 'b', 'Programming language', 'Programming language', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('753', 'c', 'Operating system', 'Operating system', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('754', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('754', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('754', 'a', 'Taxonomic name', 'Taxonomic name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('754', 'c', 'Taxonomic category', 'Taxonomic category', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('754', 'd', 'Common or alternative name', 'Common or alternative name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('754', 'x', 'Non-public note', 'Non-public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('754', 'z', 'Public note', 'Public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('755', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('755', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('755', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('755', 'a', 'Access term', 'Access term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('755', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('760', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'CF', '', '', NULL),
-               ('760', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('730', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('740', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('740', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('740', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('740', 'a', 'Titolo analitico/correlato non controllato', 'Titolo analitico/correlato non controllato', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('740', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('740', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('740', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('752', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('752', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('752', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('752', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('752', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('752', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('752', 'd', 'Città', 'Città', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('752', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('752', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('752', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('753', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('753', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('753', 'a', 'Marca e modello della macchina', 'Marca e modello della macchina', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('753', 'b', 'Linguaggio di programmazione', 'Linguaggio di programmazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('753', 'c', 'Sistema operativo', 'Sistema operativo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('754', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('754', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('754', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('754', 'a', 'Nome tassonomico', 'Nome tassonomico', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('754', 'c', 'Categoria tassonomica', 'Categoria tassonomica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('754', 'd', 'Nome comune o alternativo', 'Nome comune o alternativo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('754', 'x', 'Nota non pubblica', 'Nota non pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('754', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('755', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('755', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('755', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('755', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('755', 'a', 'Termine d\'accesso', 'Termine d\'accesso', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('755', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('755', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('755', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('760', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'CF', '', '', NULL),
+               ('760', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('760', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('760', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('760', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('762', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('762', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('762', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('765', 'q', 'Parallel title (BK SE)  [OBSOLETE]', 'Parallel title (BK SE)  [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('765', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('765', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('765', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('767', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('767', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('767', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', '8', 'Field link and sequence number', 'Field link and sequence number ', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('767', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('770', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('770', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('770', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('770', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('772', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('772', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('772', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('772', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', '0', 'Codice record bibliografico contenente lo spoglio', 'Codice record bibliografico contenente lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', '9', 'Codice copia contenete lo spoglio', 'Codice copia contenete lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('773', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('773', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('773', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('774', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('774', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'e', 'Language code', 'Language code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'f', 'Country code', 'Country code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('774', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'e', 'Codice lingua', 'Codice lingua', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'f', 'Codice di paese', 'Codice di paese', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('775', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('775', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('775', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('775', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('776', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('776', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('776', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('776', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('777', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('777', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('777', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('780', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('780', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('780', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('780', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('785', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('785', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('785', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'j', 'Period of content', 'Period of content', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('785', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'j', 'Periodo del contenuto', 'Periodo del contenuto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('786', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('786', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('786', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('787', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('787', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('787', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('787', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('789', '%', '%', '%', 0, 0, '', 7, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('789', '2', '2', '2', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('789', '3', '3', '3', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
@@ -6542,365 +6633,369 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('789', 'y', 'y', 'y', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('789', 'z', 'z', 'z', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('796', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('796', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('796', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('796', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('796', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('796', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('797', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('797', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('797', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('797', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('797', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('797', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('798', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('798', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('798', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('798', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'CF', '', '', NULL),
                ('798', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('798', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('798', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('799', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('799', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('799', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('799', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('799', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('799', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('800', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('800', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('800', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('800', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('810', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('810', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('810', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('810', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('810', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('811', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('811', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'CF', '', '', NULL),
                ('811', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('811', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('811', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('830', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('830', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('830', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('840', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('841', 'a', 'Type of record', 'Type of record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('841', 'b', 'Fixed-length data elements', 'Fixed-length data elements', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('841', 'e', 'Encoding level', 'Encoding level', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('842', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('842', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('842', 'a', 'Textual physical form designator', 'Textual physical form designator', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('843', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('843', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('843', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('843', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('843', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('843', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('843', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('843', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('843', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('843', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('843', 'm', 'Dates of publication and/or sequential designation of issues reproduced', 'Dates of publication and/or sequential designation of issues reproduced', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('843', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('844', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('844', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('844', 'a', 'Name of unit', 'Name of unit', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('845', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('845', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('845', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('845', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('845', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('845', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('845', 'c', 'Authorization', 'Authorization', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('845', 'd', 'Authorized users', 'Authorized users', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('850', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('850', 'a', 'Holding institution', 'Holding institution', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('830', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('830', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('840', 'a', 'Titolo', 'Titolo', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('840', 'h', 'Supporto', 'Supporto', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('840', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('841', 'a', 'Tipo di record', 'Tipo di record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('841', 'b', 'Elementi a lunghezza fiss', 'Elementi a lunghezza fiss', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('841', 'e', 'Livello di codifica', 'Livello di codifica', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('842', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('842', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('842', 'a', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('843', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('843', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('843', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('843', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('843', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('843', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('843', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('843', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('843', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('843', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('843', 'm', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('843', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('844', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('844', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('844', 'a', 'Nome dell\'unità', 'Nome dell\'unità', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('845', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('845', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('845', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('845', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('845', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('845', 'b', 'Competenza legale', 'Competenza legale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('845', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('845', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('850', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('850', 'a', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
                ('850', 'b', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
                ('850', 'd', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
                ('850', 'e', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('851', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('851', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('851', 'a', 'Name (custodian or owner)', 'Name (custodian or owner)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('851', 'b', 'Institutional division', 'Institutional division', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('851', 'c', 'Street address', 'Street address', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('851', 'd', 'Country', 'Country', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('851', 'e', 'Location of units', 'Location of units', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('851', 'f', 'Item number', 'Item number', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('851', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
-               ('852', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'a', 'Location', 'Location', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'b', 'Sublocation or collection', 'Sublocation or collection', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'c', 'Shelving location', 'Shelving location', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'e', 'Address', 'Address', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'f', 'Coded location qualifier', 'Coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'g', 'Non-coded location qualifier', 'Non-coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'h', 'Classification part', 'Classification part', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'i', 'Item part', 'Item part', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'j', 'Shelving control number', 'Shelving control number', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'k', 'Call number prefix', 'Call number prefix', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'l', 'Shelving form of title', 'Shelving form of title', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'm', 'Call number suffix', 'Call number suffix', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'n', 'Country code', 'Country code', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 8, '', '', '', 1, 5, 'CF', '', '', NULL),
-               ('852', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('852', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('853', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('854', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('855', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('856', '2', 'Access method', 'Access method', 0, 0, '', 8, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('856', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('856', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('856', 'a', 'Host name', 'Host name', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'b', 'Access number', 'Access number', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'c', 'Compression information', 'Compression information', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('851', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('851', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('851', 'a', 'Nome (custode o proprietario)', 'Nome (custode o proprietario)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('851', 'b', 'Suddivisione istituzionale', 'Suddivisione istituzionale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('851', 'c', 'Indirizzo', 'Indirizzo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('851', 'd', 'Paese', 'Paese', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('851', 'e', 'Localizzazione dell\'unità', 'Localizzazione dell\'unità', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('851', 'f', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('851', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'CF', '', '', NULL),
+               ('852', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'a', 'Localizzazione', 'Localizzazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'b', 'Sottolocalizzazione o collezione', 'Sottolocalizzazione o collezione', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'e', 'Indirizzo', 'Indirizzo', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'g', 'Qualificatore di localizzazione non codificato', 'Qualificatore di localizzazione non codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'l', 'Forma di collocazione (segnatura) di titolo', 'Forma di collocazione (segnatura) di titolo', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'n', 'Codice di paese', 'Codice di paese', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 8, '', '', '', 1, 5, 'CF', '', '', NULL),
+               ('852', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('852', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('853', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('854', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('855', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('856', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 8, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('856', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('856', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('856', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('856', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
                ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
                ('856', 'l', 'Logon', 'Logon', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'o', 'Operating system', 'Operating system', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 's', 'File size', 'File size', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'CF', '', '', NULL),
-               ('856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'w', 'Record control number', 'Record control number', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 1, 'CF', '', '', NULL),
-               ('856', 'y', 'Link text', 'Link text', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
-               ('856', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'n', 'Nome della localizzazione dell\'host', 'Nome della localizzazione dell\'host', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'p', 'Porta', 'Porta', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'r', 'Parametri', 'Parametri', 0, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'CF', '', '', NULL),
+               ('856', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 1, 'CF', '', '', NULL),
+               ('856', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
+               ('856', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, -1, 'CF', '', '', NULL),
                ('859', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('859', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('859', 'd', 'TDC (RLIN)', 'TDC (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
@@ -6909,140 +7004,215 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('859', 'r', 'REG (RLIN)', 'REG (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('859', 'v', 'VER (RLIN)', 'VER (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('859', 'x', 'LDEL (RLIN)', 'LDEL (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('866', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('866', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('866', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('866', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('866', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('867', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('867', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('867', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('867', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('867', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('868', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('868', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('868', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('868', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('868', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('870', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('870', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('871', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('872', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('863', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('863', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('863', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('863', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('864', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('864', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('864', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('865', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('865', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('865', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('866', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('866', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('866', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('866', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('866', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('867', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('867', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('867', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('867', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('867', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('868', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('868', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('868', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('868', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('868', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('870', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('870', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('871', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('872', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('872', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('872', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('873', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('873', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('876', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('876', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('876', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('872', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('872', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('873', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('873', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('876', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('876', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('876', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('876', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('876', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('876', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('876', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('876', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('876', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('876', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('876', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('876', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('876', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('876', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('876', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('876', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('876', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('876', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('876', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('876', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('876', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('877', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('877', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('877', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('876', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('876', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('876', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('877', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('877', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('877', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('877', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('877', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('877', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('877', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('877', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('877', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('877', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('877', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('877', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('877', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('877', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('877', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('877', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('877', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('877', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('877', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('877', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('877', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('878', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('878', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('878', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('877', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('877', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('877', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('878', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('878', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('878', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('878', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('878', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('878', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('878', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('878', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('878', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('878', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('878', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('878', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('878', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('878', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('878', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('878', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('878', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('878', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('878', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('878', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('878', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('878', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('878', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('878', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
                ('880', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('880', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('880', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('880', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('880', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('880', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('880', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('880', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('880', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
@@ -7108,117 +7278,117 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('886', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('886', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('886', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('887', '2', 'Source of data', 'Source of data', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('887', 'a', 'Content of non-MARC field', 'Content of non-MARC field', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('887', '2', 'Fonte dei dati', 'Fonte dei dati', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('887', 'a', 'Contenuto del campo non-MARC', 'Contenuto del campo non-MARC', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('896', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('896', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('896', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('896', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('896', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('896', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('897', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('897', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('897', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('897', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('897', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('897', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('898', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('898', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('898', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('898', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'CF', '', '', NULL),
                ('898', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('898', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('898', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('899', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('899', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('899', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'CF', '', '', NULL),
-               ('899', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('899', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('900', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('900', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('900', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('899', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('899', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('900', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('900', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('900', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('901', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('901', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('901', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
@@ -7473,72 +7643,72 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('907', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('908', 'a', 'Put command parameter', 'Put command parameter', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('910', 'a', 'User-option data', 'User-option data', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('911', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('911', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('911', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 's', 'Version', 'Version', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('930', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('911', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 's', 'Versione', 'Versione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('930', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('936', 'a', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', 1, -6, 'CF', '', '', NULL),
-               ('940', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('940', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, -6, 'CF', '', '', NULL),
+               ('940', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('940', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('941', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('941', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('943', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 9, '', '', '', 1, 5, 'CF', '', '130', NULL),
-               ('943', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('943', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('941', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('943', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, 5, 'CF', '', '130', NULL),
+               ('943', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('943', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('945', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('945', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('945', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
@@ -7735,16 +7905,16 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('950', 'w', 'Subscription status code, LANT (RLIN)', 'Subscription status code, LANT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('950', 'y', 'Date, LVOL (RLIN)', 'Date, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('950', 'z', 'Retention, LVOL (RLIN)', 'Retention, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('951', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('951', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('951', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('951', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('951', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('951', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('951', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('951', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('951', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('951', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('951', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('951', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('951', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('951', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('951', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('951', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('951', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('951', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('951', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('955', 'a', 'Classification number, CCAL (RLIN)', 'Classification number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('955', 'b', 'Book number/undivided call number, CCAL (RLIN)', 'Book number/undivided call number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('955', 'c', 'Copy information and material description, CCAL + MDES (RLIN)', 'Copy information and material description, CCAL + MDES (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
@@ -7755,176 +7925,176 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('955', 'r', 'Circulation control number, HNT (RLIN)', 'Circulation control number, HNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('955', 's', 'Shelflist note, HNT (RLIN)', 'Shelflist note, HNT (RLIN)', 1, 0, '', 9, '', '', '', 1, 5, 'CF', '', '', NULL),
                ('955', 'u', 'Non-printing notes, HNT (RLIN)', 'Non-printing notes, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('956', '2', 'Access method', 'Access method', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', '3', 'Materials specified', 'Materials specified', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'a', 'Host name', 'Host name', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'b', 'Access number', 'Access number', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'c', 'Compression information', 'Compression information', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'd', 'Path', 'Path', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'i', 'Instruction', 'Instruction', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('956', 'k', 'Password', 'Password', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('956', 'l', 'Logon', 'Logon', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('956', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'o', 'Operating system', 'Operating system', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'p', 'Port', 'Port', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'r', 'Settings', 'Settings', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 's', 'File size', 'File size', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -6, 'CF', '', '', NULL),
-               ('956', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'w', 'Record control number', 'Record control number', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', 0, 6, 'CF', '', '', NULL),
-               ('956', 'y', 'Link text', 'Link text', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('956', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'p', 'Porta', 'Porta', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'r', 'Parametri', 'Parametri', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -6, 'CF', '', '', NULL),
+               ('956', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', 0, 6, 'CF', '', '', NULL),
+               ('956', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('956', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('960', '3', 'Materials specified, MATL', 'Materials specified, MATL', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
                ('960', 'a', 'Physical location, PLOC (RLIN)', 'Physical location, PLOC (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('967', 'a', 'GNR (RLIN)', 'GNR (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('967', 'c', 'PSI (RLIN)', 'PSI (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('980', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('980', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('981', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('982', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('980', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('980', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('981', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('982', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
                ('982', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('982', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
-               ('983', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('983', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('984', 'a', 'Holding library identification number', 'Holding library identification number', 0, 0, '', 9, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('984', 'b', 'Physical description codes', 'Physical description codes', 1, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('984', 'c', 'Call number', 'Call number', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('984', 'd', 'Volume or other numbering', 'Volume or other numbering', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('984', 'e', 'Dates', 'Dates', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('982', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('982', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
+               ('983', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('983', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
+               ('984', 'a', 'Numero idenficativo biblioteca proprietaria', 'Numero idenficativo biblioteca proprietaria', 0, 0, '', 9, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('984', 'b', 'Codici descrizione fisica', 'Codici descrizione fisica', 1, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('984', 'c', 'Numero di chiamata', 'Numero di chiamata', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('984', 'd', 'Volume o altra numerazione', 'Volume o altra numerazione', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('984', 'e', 'Date', 'Date', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('984', 'f', 'Completeness note', 'Completeness note', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('984', 'g', 'Referral note', 'Referral note', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('984', 'h', 'Retention note', 'Retention note', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('987', 'a', 'Romanization/conversion identifier', 'Romanization/conversion identifier', 0, 0, '', 9, '', '', '', NULL, -6, 'CF', '', '', NULL),
-               ('987', 'b', 'Agency that converted, created or reviewed', 'Agency that converted, created or reviewed', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('987', 'c', 'Date of conversion or review', 'Date of conversion or review', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('987', 'd', 'Status code', 'Status code ', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('987', 'e', 'Version of conversion program used', 'Version of conversion program used', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('987', 'f', 'Note', 'Note', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('987', 'b', 'Agenzia che ha convertito, creato o rivisto', 'Agenzia che ha convertito, creato o rivisto', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('987', 'c', 'Data della conversione o della revisione', 'Data della conversione o della revisione', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('987', 'd', 'Codice dello status', 'Codice dello status', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('987', 'e', 'Versione del programma usato per la conversione', 'Versione del programma usato per la conversione', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('987', 'f', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('990', 'a', 'Link information for 9XX fields', 'Link information for 9XX fields', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('990', 'b', 'Link information for field corresponding to 9XX field', 'Link information for field corresponding to 9XX field', 1, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('995', '0', 'Withdrawn status [LOCAL, KOHA]', 'Withdrawn status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', '1', 'Lost status [LOCAL, KOHA]', 'Lost status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', '2', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('995', '3', 'Use restrictions [LOCAL, KOHA]', 'Use restrictions [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', '4', 'Koha normalized classification for sorting [LOCAL, KOHA]', 'Koha normalized classification for sorting [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', '5', 'Coded location qualifier [LOCAL, KOHA]', 'Coded location qualifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('995', '6', 'Copy number [LOCAL, KOHA]', 'Copy number [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'CF', '', '', NULL),
-               ('995', '7', 'Uniform Resource Identifier [LOCAL, KOHA]', 'Uniform Resource Identifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', 1, 5, 'CF', '', '', NULL),
-               ('995', '8', 'Collection code [LOCAL, KOHA]', 'Collection code [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', '9', 'Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]', 'Internal itemnumber (Koha itemnumber) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'c', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'd', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'e', 'Genre detail', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'f', 'Barcode', 'Barcode', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'g', 'Barcode prefix', 'Barcode prefix', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'h', 'Barcode incrementation', 'Barcode incrementation', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'i', 'Barcode suffix', 'Barcode suffix', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'j', 'Section', 'Section', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 1, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'p', 'Serial', 'Serial', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'q', 'Intended audience (age level)', 'Intended audience (age level)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 's', 'Acquisition mode', 'Acquisition mode', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 't', 'Genre', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'u', 'Copy note', 'Copy note', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'v', 'Periodical number', 'Periodical number', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'w', 'Recipient organisation code', 'Recipient organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'x', 'Recipient organisation, free text', 'Recipient organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'y', 'Recipient parent organisation code', 'Recipient parent organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
-               ('995', 'z', 'Recipient parent organisation, free text', 'Recipient parent organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', '0', 'Ritiro della copia', 'Ritiro della copia', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', '1', 'Copia smarrita', 'Copia smarrita', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', '2', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 0, 0, '', 9, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('995', '3', 'Restrizioni d\'uso', 'Restrizioni d\'uso', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', '4', 'Classificazione normalizzata Koha per l\'ordinamento', 'Classificazione normalizzata Koha per l\'ordinamento', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', '5', 'Qualificatore dell\'ubicazione', 'Qualificatore dell\'ubicazione', 1, 0, '', 9, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('995', '6', 'Numero della copia', 'Numero della copia', 0, 0, '', 9, '', '', '', NULL, 5, 'CF', '', '', NULL),
+               ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, 5, 'CF', '', '', NULL),
+               ('995', '8', 'Collezione Koha', 'Collezione Koha', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', '9', 'Numero interno di copia (Koha itemnumber, autogenerato)', 'Numero interno di copia (Koha itemnumber, autogenerato)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'a', 'Bib. proprietaria della copia (testo libero)', 'Bib. proprietaria della copia (testo libero)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'b', 'Bib. proprietaria della copia', 'Bib. proprietaria della copia', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'c', 'Bib. che possiede o presta (holding branch)', 'Bib. che possiede o presta (holding branch)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'd', 'Bib. che possiede o presta (codice)', 'Bib. che possiede o presta (codice)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'e', 'Dettaglio del genere', 'Dettaglio del genere', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'f', 'Codice a barre', 'Codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'g', 'Prefisso del codice a barre', 'Prefisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'h', 'Incremento del codice a barre', 'Incremento del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'i', 'Suffisso del codice a barre', 'Suffisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'j', 'Sezione', 'Sezione', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'k', 'Collocazione', 'Collocazione', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'l', 'Numerazione (volume o altre parti)', 'Numerazione (volume o altre parti)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'm', 'Data del prestito o deposito', 'Data del prestito o deposito', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'n', 'Data scadenza del prestito', 'Data scadenza del prestito', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'o', 'Tipo di circolazione (non a prestito)', 'Tipo di circolazione (non a prestito)', 1, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'p', 'Periodico', 'Periodico', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'q', 'Pubblico destinato (età)', 'Pubblico destinato (età)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'r', 'Tipologia della copia e del materiale', 'Tipologia della copia e del materiale', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 's', 'Modalità d\'acquisto', 'Modalità d\'acquisto', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 't', 'Genere', 'Genere', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'u', 'Nota della copia', 'Nota della copia', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'v', 'Numero periodico', 'Numero periodico', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'w', 'Codice dell\'ente destinatario', 'Codice dell\'ente destinatario', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'x', 'Ente destinatario, testo libero', 'Ente destinatario, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'y', 'Codice dell\'ente destinatario superiore', 'Codice dell\'ente destinatario superiore', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
+               ('995', 'z', 'Ente destinatario superiore, testo libero', 'Ente destinatario superiore, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('998', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('998', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
-               ('998', 'd', 'First date, FD (RLIN)', 'First Date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
+               ('998', 'd', 'First date, FD (RLIN)', 'First date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'CF', '', '', NULL),
                ('998', 'i', 'RINS (RLIN)', 'RINS (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('998', 'l', 'LI (RLIN)', 'LI (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
                ('998', 'n', 'NUC (RLIN)', 'NUC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'CF', '', '', NULL),
@@ -7948,7 +8118,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', 'SR');
+               ('999', 'Sys Number locale (Koha)', 'Sys Number locale (Koha)', 1, 0, '', 'SR');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
                ('999', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, NULL, -1, NULL, NULL, '', NULL, -5, 'SR', '', '', NULL),
@@ -7963,8 +8133,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for primary biblioitems Field/Subfields.
 
 
---             ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'SR', '', '', NULL),
---             ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'SR', '', '', NULL),
+--      ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'SR', '', '', NULL),
+--      ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'SR', '', '', NULL),
 
 
 
@@ -7972,21 +8142,21 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', 'SR');
+               ('942', 'Dati aggiuntivi (Koha)', 'Dati aggiuntivi (Koha)', 0, 0, '', 'SR');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'SR', '', '', NULL),
-               ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'SR', '', '', NULL),
+               ('942', '0', 'Numero prestiti (tutte le copie)', 'Numero prestiti (tutte le copie)', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'SR', '', '', NULL),
+               ('942', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('942', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'SR', '', '', NULL),
                ('942', 'a', 'Institution code [OBSOLETE]', 'Institution code [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -5, 'SR', '', '', NULL),
-               ('942', 'c', 'Item type', 'Item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('942', 'e', 'Edition', 'Edition', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('942', 'i', 'Item part', 'Item part', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'SR', '', '', NULL),
-               ('942', 'k', 'Call number prefix', 'Call number prefix', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('942', 'm', 'Call number suffix', 'Call number suffix', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('942', 'n', 'Suppress in OPAC', 'Suppress in OPAC', 0, 0, NULL, 9, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'SR', '', '', NULL);
+               ('942', 'c', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('942', 'e', 'Edizione', 'Edizione', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('942', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('942', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'SR', '', '', NULL),
+               ('942', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('942', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('942', 'n', 'Nasconto in Opac', 'Nasconto in Opac', 0, 0, NULL, 9, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('942', 's', 'Flag seriale', 'Flag seriale', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'SR', '', '', NULL);
 
 
 -- ******************************************************
@@ -7995,8 +8165,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for items Field/Subfields
 
 
---             ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'SR', '', '', NULL),
---             ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'SR', '', '', NULL),
+--      ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'SR', '', '', NULL),
+--      ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'SR', '', '', NULL),
 
 
 
@@ -8004,44 +8174,44 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('952', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', 'SR');
+               ('952', 'Dati di copia (Koha)', 'Dati di copia (Koha)', 1, 0, '', 'SR');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-             ('952', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', '1', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('952', '3', 'Materials specified (bound volume or other part)', 'Materials specified (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('952', '4', 'Damaged status', 'Damaged status', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('952', '0', 'Ritirato (status)', 'Ritirato (status)', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', '1', 'Perso (status)', 'Perso (status)', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('952', '3', 'Materiali specifici (rilegati o simili)', 'Materiali specifici (rilegati o simili)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('952', '4', 'Danneggiato (status)', 'Danneggiato (status)', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'SR', '', '', NULL),
                ('952', '5', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'SR', '', '', NULL),
-               ('952', '7', 'Not for loan', 'Not for loan', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', '8', 'Collection code', 'Collection code', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', '9', 'Koha itemnumber (autogenerated)', 'Koha itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'SR', '', '', NULL),
-               ('952', 'a', 'Permanent location', 'Permanent location', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', 'b', 'Current location', 'Current location', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', 'c', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', 'd', 'Date acquired', 'Date acquired', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'SR', '', '', NULL),
-               ('952', 'e', 'Source of acquisition', 'Source of acquisition', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', 'f', 'Coded location qualifier', 'Coded location qualifier', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('952', 'g', 'Cost, normal purchase price', 'Cost, normal purchase price', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', 'h', 'Serial Enumeration / chronology','Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'SR', '', '', NULL),
-        ('952', 'i', 'Inventory number','Inventory number', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', 'j', 'Shelving control number', 'Shelving control number', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('952', 'l', 'Total Checkouts', 'Total Checkouts', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'SR', '', '', NULL),
-               ('952', 'm', 'Total Renewals', 'Total Renewals', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'SR', '', '', NULL),
-               ('952', 'n', 'Total Holds', 'Total Holds', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'SR', '', '', NULL),
-               ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'SR', '', '', NULL),
-               ('952', 'p', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'SR', '', '', NULL),
-               ('952', 'q', 'Checked out', 'Checked out', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'SR', '', '', NULL),
-               ('952', 'r', 'Date last seen', 'Date last seen', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'SR', '', '', NULL),
-               ('952', 's', 'Date last borrowed', 'Date last borrowed', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'SR', '', '', NULL),
-               ('952', 't', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('952', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'SR', '', '', NULL),
-               ('952', 'v', 'Cost, replacement price', 'Cost, replacement price', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', 'w', 'Price effective from', 'Price effective from', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('952', 'x', 'Non-public note', 'Non-public note', 0, 0, '', 10, '', '', '', NULL, 1, 'SR', '', '', NULL),
-               ('952', 'y', 'Koha item type', 'Koha item type', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('952', 'z', 'Public note', 'Public note', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'SR', '', '', NULL);
+               ('952', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'SR', '', '', NULL),
+               ('952', '7', 'Non per il presito', 'Non per il presito', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', '8', 'Codice collezione', 'Codice collezione', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', '9', 'Numero di copia (ID autogenerato)', 'Numero di copia (ID autogenerato)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'SR', '', '', NULL),
+               ('952', 'a', 'Biblioteca proprietaria', 'Biblioteca proprietaria', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', 'b', 'Biblioteca in cui si trova', 'Biblioteca in cui si trova', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'SR', '', '', NULL),
+               ('952', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('952', 'g', 'Costo, prezzo di acquisto', 'Costo, prezzo di acquisto', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', 'h', 'Enumerazione seriale / cronologia', 'Enumerazione seriale / cronologia', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', 'i', 'Numero di inventario', 'Numero di inventario', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('952', 'l', 'Totale prestiti', 'Totale prestiti', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'SR', '', '', NULL),
+               ('952', 'm', 'Totale rinnovi', 'Totale rinnovi', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'SR', '', '', NULL),
+               ('952', 'n', 'Totale prenotazioni', 'Totale prenotazioni', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'SR', '', '', NULL),
+               ('952', 'o', 'Collocazione', 'Collocazione', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'SR', '', '', NULL),
+               ('952', 'p', 'Codice a barre', 'Codice a barre', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'SR', '', '', NULL),
+               ('952', 'q', 'Prestito', 'Prestito', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'SR', '', '', NULL),
+               ('952', 'r', 'Data ultima operazione', 'Data ultima operazione', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'SR', '', '', NULL),
+               ('952', 's', 'Data ultimo prestito', 'Data ultimo prestito', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'SR', '', '', NULL),
+               ('952', 't', 'Numero di copia', 'Numero di copia', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('952', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'SR', '', '', NULL),
+               ('952', 'v', 'Costo, costo di riacquisto', 'Costo, costo di riacquisto', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', 'w', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('952', 'x', 'Nota non pubblica', 'Nota non pubblica', 0, 0, '', 10, '', '', '', NULL, 1, 'SR', '', '', NULL),
+               ('952', 'y', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('952', 'z', 'Nota pubblica', 'Nota pubblica', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'SR', '', '', NULL);
 
 
 
@@ -8057,275 +8227,275 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
                ('000', 'LEADER', 'LEADER', 0, 1, '', 'SR'),
-               ('001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 0, '', 'SR'),
-               ('003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 0, '', 'SR'),
-               ('005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 0, '', 'SR'),
-               ('006', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 1, 0, '', 'SR'),
-               ('007', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 1, 0, '', 'SR'),
-               ('008', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 0, 1, '', 'SR'),
+               ('001', 'Numero di controllo', 'Numero di controllo', 0, 0, '', 'SR'),
+               ('003', 'Identificatore del numero di controllo', 'Identificatore del numero di controllo', 0, 0, '', 'SR'),
+               ('005', 'Data e orario dell\'ultima transazione', 'Data e orario dell\'ultima transazione', 0, 0, '', 'SR'),
+               ('006', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 1, 0, '', 'SR'),
+               ('007', 'Campo fisso per la descrizione fisica--informazione generale', 'Campo fisso per la descrizione fisica--informazione generale', 1, 0, '', 'SR'),
+               ('008', 'Elementi di lunghezza fissa--Informazione generale', 'Elementi di lunghezza fissa--Informazione generale', 0, 1, '', 'SR'),
                ('009', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 1, 0, '', 'SR'),
-               ('010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, '', 'SR'),
+               ('010', 'Numero di controllo della Library of Congress', 'Numero di controllo della Library of Congress', 0, 0, '', 'SR'),
                ('011', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 0, 0, '', 'SR'),
-               ('013', 'PATENT CONTROL INFORMATION', 'PATENT CONTROL INFORMATION', 1, 0, '', 'SR'),
-               ('015', 'NATIONAL BIBLIOGRAPHY NUMBER', 'NATIONAL BIBLIOGRAPHY NUMBER', 1, 0, '', 'SR'),
-               ('016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, '', 'SR'),
-               ('017', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 1, 0, '', 'SR'),
-               ('018', 'COPYRIGHT ARTICLE-FEE CODE', 'COPYRIGHT ARTICLE-FEE CODE', 0, 0, '', 'SR'),
-               ('020', 'ISBN', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL, 'SR'),
-               ('022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL, 'SR'),
+               ('013', 'Informazioni impiegate per il controllo di brevetti', 'Informazioni impiegate per il controllo di brevetti', 1, 0, '', 'SR'),
+               ('015', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 'SR'),
+               ('016', 'Numero di controllo dell\'agenzia bibliografica nazionale', 'Numero di controllo dell\'agenzia bibliografica nazionale', 1, 0, '', 'SR'),
+               ('017', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 'SR'),
+               ('018', 'Codice di tassa sul copyright dell’articolo', 'Codice di tassa sul copyright dell’articolo', 0, 0, '', 'SR'),
+               ('020', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 'SR'),
+               ('022', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 'SR'),
                ('023', 'STANDARD FILM NUMBER (VM) [DELETED]', 'STANDARD FILM NUMBER (VM) [DELETED]', 1, 0, NULL, 'SR'),
-               ('024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL, 'SR'),
-               ('025', 'OVERSEAS ACQUISITION NUMBER', 'OVERSEAS ACQUISITION NUMBER', 1, 0, '', 'SR'),
-               ('026', 'FINGERPRINT IDENTIFIER', 'FINGERPRINT IDENTIFIER', 1, 0, '', 'SR'),
-               ('027', 'STANDARD TECHNICAL REPORT NUMBER', 'STANDARD TECHNICAL REPORT NUMBER', 1, 0, '', 'SR'),
-               ('028', 'IDENTIFICATION NUMBER--PUBLISHER NUMBER', 'PUBLISHER NUMBER', 1, 0, NULL, 'SR'),
-               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', ' (OCLC)', 1, 0, '', 'SR'),
-               ('030', 'CODEN DESIGNATION', 'CODEN DESIGNATION', 1, 0, '', 'SR'),
-               ('031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, '', 'SR'),
-               ('032', 'POSTAL REGISTRATION NUMBER', 'POSTAL REGISTRATION NUMBER', 1, 0, '', 'SR'),
-               ('033', 'DATE/TIME AND PLACE OF AN EVENT', 'DATE/TIME AND PLACE OF AN EVENT', 1, 0, '', 'SR'),
-               ('034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, '', 'SR'),
-               ('035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL, 'SR'),
-               ('036', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 0, 0, '', 'SR'),
-               ('037', 'PUBLICATION, DISTRIBUTION DETAILS--SOURCE OF ACQUISITION', 'SOURCE OF ACQUISITION', 1, 0, NULL, 'SR'),
-               ('038', 'RECORD CONTENT LICENSOR', 'RECORD CONTENT LICENSOR', 0, 0, '', 'SR'),
+               ('024', 'Altri identificatori standard', 'Altri identificatori standard', 1, 0, NULL, 'SR'),
+               ('025', 'Numero di acquisito estero', 'Numero di acquisito estero', 1, 0, '', 'SR'),
+               ('026', 'Identificatore dell’impronta', 'Identificatore dell’impronta', 1, 0, '', 'SR'),
+               ('027', 'Standard Technical Report Number', 'Standard Technical Report Number', 1, 0, '', 'SR'),
+               ('028', 'Numero dell’editore', 'Numero dell’editore', 1, 0, NULL, 'SR'),
+               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 1, 0, '', 'SR'),
+               ('030', 'Designazione CODEN', 'Designazione CODEN', 1, 0, '', 'SR'),
+               ('031', 'Informazione sugli incipit musicali', 'Informazione sugli incipit musicali', 1, 0, '', 'SR'),
+               ('032', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 1, 0, '', 'SR'),
+               ('033', 'Data/ora e luogo di un evento', 'Data/ora e luogo di un evento', 1, 0, '', 'SR'),
+               ('034', 'Dati matematici codificati per il materiale cartografico', 'Dati matematici codificati per il materiale cartografico', 1, 0, '', 'SR'),
+               ('035', 'Numero di controllo del sistema', 'Numero di controllo del sistema', 1, 0, NULL, 'SR'),
+               ('036', 'Numero dello studio originale del computer data file', 'Numero dello studio originale del computer data file', 0, 0, '', 'SR'),
+               ('037', 'Fonte d’acquisto', 'Fonte d’acquisto', 1, 0, NULL, 'SR'),
+               ('038', 'Licenza d’uso del contenuto della registrazione', 'Licenza d’uso del contenuto della registrazione', 0, 0, '', 'SR'),
                ('039', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 0, 0, '', 'SR'),
-               ('040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 0, NULL, 'SR'),
-               ('041', 'LANGUAGE CODE', 'LANGUAGE CODE', 1, 0, '', 'SR'),
-               ('042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, '', 'SR'),
-               ('043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL, 'SR'),
-               ('044', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 0, 0, '', 'SR'),
-               ('045', 'TIME PERIOD OF CONTENT', 'TIME PERIOD OF CONTENT', 0, 0, '', 'SR'),
-               ('046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, '', 'SR'),
-               ('047', 'FORM OF MUSICAL COMPOSITION CODE', 'FORM OF MUSICAL COMPOSITION CODE', 1, 0, '', 'SR'),
-               ('048', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 1, 0, '', 'SR'),
+               ('040', 'Fonte della catalogazione', 'Fonte della catalogazione', 0, 0, NULL, 'SR'),
+               ('041', 'Codice di lingua', 'Codice di lingua', 1, 0, '', 'SR'),
+               ('042', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 'SR'),
+               ('043', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 0, 0, NULL, 'SR'),
+               ('044', 'Codice del paese dell’ente che pubblica/produce l’item', 'Codice del paese dell’ente che pubblica/produce l’item', 0, 0, '', 'SR'),
+               ('045', 'Periodo di tempo del contenuto', 'Periodo di tempo del contenuto', 0, 0, '', 'SR'),
+               ('046', 'Codice delle date speciali', 'Codice delle date speciali', 1, 0, '', 'SR'),
+               ('047', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 'SR'),
+               ('048', 'Codice del numero degli strumenti musicali o delle voci', 'Codice del numero degli strumenti musicali o delle voci', 1, 0, '', 'SR'),
                ('049', 'LOCAL HOLDINGS (OCLC)', 'LOCAL HOLDINGS (OCLC)', 0, 0, '', 'SR'),
-               ('050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL, 'SR'),
-               ('051', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 1, 0, NULL, 'SR'),
-               ('052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL, 'SR'),
-               ('055', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 1, 0, NULL, 'SR'),
-               ('060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL, 'SR'),
-               ('061', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 1, 0, NULL, 'SR'),
-               ('066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL, 'SR'),
-               ('070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL, 'SR'),
-               ('071', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 1, 0, NULL, 'SR'),
-               ('072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL, 'SR'),
-               ('074', 'GPO ITEM NUMBER', 'GPO ITEM NUMBER', 1, 0, NULL, 'SR'),
-               ('080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'SR'),
-               ('082', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'SR'),
-               ('084', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL, 'SR'),
-               ('086', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL, 'SR'),
+               ('050', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 1, 0, NULL, 'SR'),
+               ('051', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 1, 0, NULL, 'SR'),
+               ('052', 'Classificazione geografica', 'Classificazione geografica', 1, 0, NULL, 'SR'),
+               ('055', 'Numero di classificazione assegnati in Canada', 'Numero di classificazione assegnati in Canada', 1, 0, NULL, 'SR'),
+               ('060', 'Numero di chiamata (collocazione) della National Library of Medicine', 'Numero di chiamata (collocazione) della National Library of Medicine', 1, 0, NULL, 'SR'),
+               ('061', 'Formulazione dell’esemplare della National Library of Medicine', 'Formulazione dell’esemplare della National Library of Medicine', 1, 0, NULL, 'SR'),
+               ('066', 'Set di caratteri presenti', 'Set di caratteri presenti', 0, 0, NULL, 'SR'),
+               ('070', 'Numero di chiamata (collocazione) della National Agricultural Library', 'Numero di chiamata (collocazione) della National Agricultural Library', 1, 0, NULL, 'SR'),
+               ('071', 'Formulazione dell’esemplare della National Agricultural Library', 'Formulazione dell’esemplare della National Agricultural Library', 1, 0, NULL, 'SR'),
+               ('072', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 1, 0, NULL, 'SR'),
+               ('074', 'Numero GPO dell’item', 'Numero GPO dell’item', 1, 0, NULL, 'SR'),
+               ('080', 'Numero di classificazione decimale universale', 'Numero di classificazione decimale universale', 1, 0, NULL, 'SR'),
+               ('082', 'Numero di classificazione Decimale Dewey', 'Numero di classificazione Decimale Dewey', 1, 0, NULL, 'SR'),
+               ('084', 'Numero d’altra classificazione', 'Numero d’altra classificazione', 1, 0, NULL, 'SR'),
+               ('086', 'Numero di classificazione di documento governativo', 'Numero di classificazione di documento governativo', 1, 0, NULL, 'SR'),
                ('087', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 1, 0, NULL, 'SR'),
-               ('088', 'REPORT NUMBER', 'REPORT NUMBER', 1, 0, NULL, 'SR'),
-               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, '', 'SR'),
+               ('088', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 'SR'),
+               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 1, 0, '', 'SR'),
                ('091', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 0, 0, '', 'SR'),
                ('092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, '', 'SR'),
                ('096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, '', 'SR'),
                ('098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, '', 'SR'),
                ('099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, '', 'SR'),
-               ('100', 'MAIN ENTRY--COMPOSER/MAIN PERFORMER/PERSONAL NAME', 'MAIN ENTRY--PERSONAL NAME', 0, 0, NULL, 'SR'),
-               ('110', 'MAIN ENTRY--PERFORMING GROUP/CORPORATE NAME', 'MAIN ENTRY--CORPORATE NAME', 0, 0, NULL, 'SR'),
-               ('111', 'MAIN ENTRY--MEETING NAME', 'MAIN ENTRY--MEETING NAME', 0, 0, NULL, 'SR'),
-               ('130', 'MAIN ENTRY--UNIFORM TITLE', 'MAIN ENTRY--UNIFORM TITLE', 0, 0, NULL, 'SR'),
-               ('210', 'ABBREVIATED TITLE', 'ABBREVIATED TITLE', 1, 0, NULL, 'SR'),
+               ('100', 'Accesso principale -- nome di persona', 'Accesso principale -- nome di persona', 0, 0, NULL, 'SR'),
+               ('110', 'Accesso principale--nome di ente', 'Accesso principale--nome di ente', 0, 0, NULL, 'SR'),
+               ('111', 'Accesso principale--nome di convegno', 'Accesso principale--nome di convegno', 0, 0, NULL, 'SR'),
+               ('130', 'Accesso principale--titolo uniforme', 'Accesso principale--titolo uniforme', 0, 0, NULL, 'SR'),
+               ('210', 'Titolo abbreviato', 'Titolo abbreviato', 1, 0, NULL, 'SR'),
                ('211', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 1, 0, NULL, 'SR'),
                ('212', 'VARIANT ACCESS TITLE [OBSOLETE]', 'VARIANT ACCESS TITLE [OBSOLETE]', 1, 0, NULL, 'SR'),
                ('214', 'AUGMENTED TITLE [OBSOLETE]', 'AUGMENTED TITLE [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('222', 'KEY TITLE', 'KEY TITLE', 1, 0, NULL, 'SR'),
-               ('240', 'UNIFORM TITLE', 'UNIFORM TITLE', 0, 0, 'Unititle', 'SR'),
+               ('222', 'Titolo chiave', 'Titolo chiave', 1, 0, NULL, 'SR'),
+               ('240', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'Unititle', 'SR'),
                ('241', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 0, 0, '', 'SR'),
-               ('242', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 1, 0, NULL, 'SR'),
-               ('243', 'COLLECTIVE UNIFORM TITLE', 'COLLECTIVE UNIFORM TITLE', 0, 0, '', 'SR'),
-               ('245', 'TITLE', 'TITLE STATEMENT', 0, 1, '', 'SR'),
-               ('246', 'VARYING FORM OF TITLE', 'VARYING FORM OF TITLE', 1, 0, NULL, 'SR'),
-               ('247', 'FORMER TITLE', 'FORMER TITLE', 1, 0, NULL, 'SR'),
-               ('250', 'EDITION STATEMENT', 'EDITION STATEMENT', 0, 0, NULL, 'SR'),
-               ('254', 'MUSICAL PRESENTATION STATEMENT', 'MUSICAL PRESENTATION STATEMENT', 0, 0, NULL, 'SR'),
-               ('255', 'CARTOGRAPHIC MATHEMATICAL DATA', 'CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL, 'SR'),
-               ('256', 'COMPUTER FILE CHARACTERISTICS', 'COMPUTER FILE CHARACTERISTICS', 0, 0, NULL, 'SR'),
-               ('257', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 0, 0, NULL, 'SR'),
-               ('258', 'PHILATELIC ISSUE DATE', 'PHILATELIC ISSUE DATE', 1, 0, NULL, 'SR'),
-               ('260', 'PUBLISHER/RECORD LABEL--PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 1, 0, NULL, 'SR'),
+               ('242', 'Traduzione del titolo dell’agenzia di catalogazione', 'Traduzione del titolo dell’agenzia di catalogazione', 1, 0, NULL, 'SR'),
+               ('243', 'Titolo uniforme collettivo', 'Titolo uniforme collettivo', 0, 0, '', 'SR'),
+               ('245', 'Formulazione del titolo', 'Formulazione del titolo', 0, 1, '', 'SR'),
+               ('246', 'Varianti del titolo', 'Varianti del titolo', 1, 0, NULL, 'SR'),
+               ('247', 'Titolo precedente', 'Titolo precedente', 1, 0, NULL, 'SR'),
+               ('250', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, NULL, 'SR'),
+               ('254', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, NULL, 'SR'),
+               ('255', 'Dati matematici del materiale cartografico', 'Dati matematici del materiale cartografico', 1, 0, NULL, 'SR'),
+               ('256', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, NULL, 'SR'),
+               ('257', 'Paese dell’ente produttore dei film d’archivio', 'Paese dell’ente produttore dei film d’archivio', 0, 0, NULL, 'SR'),
+               ('258', 'Dati dell’emissione filatelica', 'Dati dell’emissione filatelica', 1, 0, NULL, 'SR'),
+               ('260', 'Pubblicazione, distribuzione, ecc. (stampa)', 'Pubblicazione, distribuzione, ecc. (stampa)', 1, 0, NULL, 'SR'),
                ('261', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, NULL, 'SR'),
                ('262', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 0, 0, NULL, 'SR'),
-               ('263', 'PROJECTED PUBLICATION DATE', 'PROJECTED PUBLICATION DATE', 0, 0, NULL, 'SR'),
+               ('263', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, NULL, 'SR'),
                ('265', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 0, 0, NULL, 'SR'),
-               ('270', 'PUBLICATION, DISTRIBUTION DETAILS--ADDRESS', 'ADDRESS', 1, 0, NULL, 'SR'),
-               ('300', 'PHYSICAL DESCRIPTION', 'PHYSICAL DESCRIPTION', 1, 1, NULL, 'SR'),
+               ('270', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 'SR'),
+               ('300', 'Descrizione fisica', 'Descrizione fisica', 1, 1, NULL, 'SR'),
                ('301', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 0, 0, NULL, 'SR'),
                ('302', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 0, 0, NULL, 'SR'),
                ('303', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'SR'),
                ('304', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'SR'),
                ('305', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 0, 0, NULL, 'SR'),
-               ('306', 'RUN TIME', 'PLAYING TIME', 0, 0, NULL, 'SR'),
-               ('307', 'HOURS, ETC.', 'HOURS, ETC.', 1, 0, NULL, 'SR'),
+               ('306', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, NULL, 'SR'),
+               ('307', 'Disponibilità oraria, ecc.', 'Disponibilità oraria, ecc.', 1, 0, NULL, 'SR'),
                ('308', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('310', 'CURRENT PUBLICATION FREQUENCY', 'CURRENT PUBLICATION FREQUENCY', 0, 0, NULL, 'SR'),
+               ('310', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 'SR'),
                ('315', 'FREQUENCY (CF MP) [OBSOLETE]', 'FREQUENCY (CF MP) [OBSOLETE]', 0, 0, NULL, 'SR'),
-               ('321', 'FORMER PUBLICATION FREQUENCY', 'FORMER PUBLICATION FREQUENCY', 1, 0, NULL, 'SR'),
-               ('340', 'PHYSICAL MEDIUM', 'PHYSICAL MEDIUM', 1, 0, NULL, 'SR'),
-               ('342', 'GEOSPATIAL REFERENCE DATA', 'GEOSPATIAL REFERENCE DATA', 1, 0, NULL, 'SR'),
-               ('343', 'PLANAR COORDINATE DATA', 'PLANAR COORDINATE DATA', 1, 0, NULL, 'SR'),
+               ('321', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 1, 0, NULL, 'SR'),
+               ('340', 'Supporto fisico', 'Supporto fisico', 1, 0, NULL, 'SR'),
+               ('342', 'Dati di riferimento geospaziale', 'Dati di riferimento geospaziale', 1, 0, NULL, 'SR'),
+               ('343', 'Dati di coordinate piane', 'Dati di coordinate piane', 1, 0, NULL, 'SR'),
                ('350', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('351', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 1, 0, NULL, 'SR'),
-               ('352', 'DIGITAL GRAPHIC REPRESENTATION', 'DIGITAL GRAPHIC REPRESENTATION', 1, 0, NULL, 'SR'),
-               ('355', 'SECURITY CLASSIFICATION CONTROL', 'SECURITY CLASSIFICATION CONTROL', 1, 0, NULL, 'SR'),
-               ('357', 'ORIGINATOR DISSEMINATION CONTROL', 'ORIGINATOR DISSEMINATION CONTROL', 0, 0, NULL, 'SR'),
+               ('351', 'Organizzazione e l’ordinamento dei materiali', 'Organizzazione e l’ordinamento dei materiali', 1, 0, NULL, 'SR'),
+               ('352', 'Rappresentazione grafica digitale', 'Rappresentazione grafica digitale', 1, 0, NULL, 'SR'),
+               ('355', 'Controllo della classificazione di sicurezza', 'Controllo della classificazione di sicurezza', 1, 0, NULL, 'SR'),
+               ('357', 'Controllo del creatore sulla diffusione', 'Controllo del creatore sulla diffusione', 0, 0, NULL, 'SR'),
                ('359', 'RENTAL PRICE (VM) [OBSOLETE]', 'RENTAL PRICE (VM) [OBSOLETE]', 0, 0, NULL, 'SR'),
-               ('362', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL, 'SR'),
-               ('365', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE PRICE', 'TRADE PRICE', 1, 0, NULL, 'SR'),
-               ('366', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE AVAILABILITY INFORMATION', 'TRADE AVAILABILITY INFORMATION', 1, 0, NULL, 'SR'),
+               ('362', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 1, 0, NULL, 'SR'),
+               ('365', 'Prezzo commerciale', 'Prezzo commerciale', 1, 0, NULL, 'SR'),
+               ('366', 'Informazione sulla disponibilità editoriale', 'Informazione sulla disponibilità editoriale', 1, 0, NULL, 'SR'),
                ('400', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'SR'),
                ('410', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'SR'),
                ('411', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'SR'),
-               ('440', 'SERIES--TITLE', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 1, 0, NULL, 'SR'),
-               ('490', 'SERIES STATEMENT', 'SERIES STATEMENT', 1, 0, '', 'SR'),
-               ('500', 'GENERAL NOTE', 'GENERAL NOTE', 1, 0, NULL, 'SR'),
-               ('501', 'WITH NOTE', 'WITH NOTE', 1, 0, NULL, 'SR'),
-               ('502', 'DISSERTATION NOTE', 'DISSERTATION NOTE', 1, 0, NULL, 'SR'),
+               ('440', 'Formulazione della serie/accesso aggiunto--titolo', 'Formulazione della serie/accesso aggiunto--titolo', 1, 0, NULL, 'SR'),
+               ('490', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 'SR'),
+               ('500', 'Nota generale', 'Nota generale', 1, 0, NULL, 'SR'),
+               ('501', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 1, 0, NULL, 'SR'),
+               ('502', 'Nota di dissertazione', 'Nota di dissertazione', 1, 0, NULL, 'SR'),
                ('503', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('504', 'BIBLIOGRAPHY, ETC. NOTE', 'BIBLIOGRAPHY, ETC. NOTE', 1, 0, NULL, 'SR'),
-               ('505', 'FORMATTED CONTENTS NOTE', 'FORMATTED CONTENTS NOTE', 1, 0, NULL, 'SR'),
-               ('506', 'RESTRICTIONS ON ACCESS NOTE', 'RESTRICTIONS ON ACCESS NOTE', 1, 0, NULL, 'SR'),
-               ('507', 'SCALE NOTE FOR GRAPHIC MATERIAL', 'SCALE NOTE FOR GRAPHIC MATERIAL', 0, 0, NULL, 'SR'),
-               ('508', 'CREATION/PRODUCTION CREDITS NOTE', 'CREATION/PRODUCTION CREDITS NOTE', 1, 0, NULL, 'SR'),
+               ('504', 'Nota di bibliografia', 'Nota di bibliografia', 1, 0, NULL, 'SR'),
+               ('505', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 1, 0, NULL, 'SR'),
+               ('506', 'Nota sulle restrizioni all\'accesso', 'Nota sulle restrizioni all\'accesso', 1, 0, NULL, 'SR'),
+               ('507', 'Nota di scala per materiale grafico', 'Nota di scala per materiale grafico', 0, 0, NULL, 'SR'),
+               ('508', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 1, 0, NULL, 'SR'),
                ('509', 'INFORMAL NOTES (RLIN)', 'INFORMAL NOTES (RLIN)', 0, 0, NULL, 'SR'),
-               ('510', 'CITATION/REFERENCES NOTE', 'CITATION/REFERENCES NOTE', 1, 0, NULL, 'SR'),
-               ('511', 'PARTICIPANT OR PERFORMER NOTE', 'PARTICIPANT OR PERFORMER NOTE', 1, 0, NULL, 'SR'),
+               ('510', 'Nota di citazione/riferimenti esterni', 'Nota di citazione/riferimenti esterni', 1, 0, NULL, 'SR'),
+               ('511', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 1, 0, NULL, 'SR'),
                ('512', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('513', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 1, 0, NULL, 'SR'),
-               ('514', 'DATA QUALITY NOTE', 'DATA QUALITY NOTE', 0, 0, NULL, 'SR'),
-               ('515', 'NUMBERING PECULIARITIES NOTE', 'NUMBERING PECULIARITIES NOTE', 1, 0, NULL, 'SR'),
-               ('516', 'TYPE OF COMPUTER FILE OR DATA NOTE', 'TYPE OF COMPUTER FILE OR DATA NOTE', 1, 0, NULL, 'SR'),
+               ('513', 'Nota di tipo di rapporto e periodo coperto', 'Nota di tipo di rapporto e periodo coperto', 1, 0, NULL, 'SR'),
+               ('514', 'Nota sulla qualità dei dati', 'Nota sulla qualità dei dati', 0, 0, NULL, 'SR'),
+               ('515', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 1, 0, NULL, 'SR'),
+               ('516', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 1, 0, NULL, 'SR'),
                ('517', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 0, 0, NULL, 'SR'),
-               ('518', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 1, 0, NULL, 'SR'),
-               ('520', 'SUMMARY, ETC.', 'SUMMARY, ETC.', 1, 0, NULL, 'SR'),
-               ('521', 'GRADE LEVEL/TARGET AUDIENCE NOTE', 'TARGET AUDIENCE NOTE', 1, 0, NULL, 'SR'),
-               ('522', 'GEOGRAPHIC DETAILS/GEOGRAPHIC COVERAGE NOTE', 'GEOGRAPHIC COVERAGE NOTE', 1, 0, NULL, 'SR'),
+               ('518', 'Nota sulla data/ora e luogo di un evento', 'Nota sulla data/ora e luogo di un evento', 1, 0, NULL, 'SR'),
+               ('520', 'Riassunto, ecc.', 'Riassunto, ecc.', 1, 0, NULL, 'SR'),
+               ('521', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 'SR'),
+               ('522', 'Nota di copertura geografica', 'Nota di copertura geografica', 1, 0, NULL, 'SR'),
                ('523', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'SR'),
-               ('524', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'SR'),
-               ('525', 'SUPPLEMENT NOTE', 'SUPPLEMENT NOTE', 0, 0, NULL, 'SR'),
-               ('526', 'STUDY PROGRAM INFORMATION NOTE', 'STUDY PROGRAM INFORMATION NOTE', 0, 0, NULL, 'SR'),
+               ('524', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 1, 0, NULL, 'SR'),
+               ('525', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 'SR'),
+               ('526', 'Nota d’informazione sul programma di studi', 'Nota d’informazione sul programma di studi', 0, 0, NULL, 'SR'),
                ('527', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('530', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 1, 0, NULL, 'SR'),
-               ('533', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'SR'),
-               ('534', 'ORIGINAL VERSION NOTE', 'ORIGINAL VERSION NOTE', 1, 0, NULL, 'SR'),
-               ('535', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 1, 0, NULL, 'SR'),
-               ('536', 'FUNDING INFORMATION NOTE', 'FUNDING INFORMATION NOTE', 1, 0, NULL, 'SR'),
+               ('530', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 1, 0, NULL, 'SR'),
+               ('533', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'SR'),
+               ('534', 'Nota sulla versione originale', 'Nota sulla versione originale', 1, 0, NULL, 'SR'),
+               ('535', 'Nota sulla localizzazione degli originali/duplicati', 'Nota sulla localizzazione degli originali/duplicati', 1, 0, NULL, 'SR'),
+               ('536', 'Nota d’informazione sul finanziamento', 'Nota d’informazione sul finanziamento', 1, 0, NULL, 'SR'),
                ('537', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'SR'),
-               ('538', 'SYSTEM DETAILS NOTE', 'SYSTEM DETAILS NOTE', 1, 0, NULL, 'SR'),
-               ('540', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'SR'),
-               ('541', 'ACQUISITION INFO--IMMEDIATE SOURCE OF ACQUISITION NOTE', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 1, 0, NULL, 'SR'),
+               ('538', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 1, 0, NULL, 'SR'),
+               ('540', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'SR'),
+               ('541', 'Nota sulla fonte immediata d\'acquisto', 'Nota sulla fonte immediata d\'acquisto', 1, 0, NULL, 'SR'),
                ('543', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('544', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 1, 0, NULL, 'SR'),
-               ('545', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL, 'SR'),
-               ('546', 'LANGUAGE/TRANSLATION INFO', 'LANGUAGE NOTE', 1, 0, NULL, 'SR'),
-               ('547', 'FORMER TITLE COMPLEXITY NOTE', 'FORMER TITLE COMPLEXITY NOTE', 1, 0, NULL, 'SR'),
-               ('550', 'ISSUING BODY NOTE', 'ISSUING BODY NOTE', 1, 0, NULL, 'SR'),
-               ('552', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 1, 0, NULL, 'SR'),
-               ('555', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 1, 0, NULL, 'SR'),
-               ('556', 'INFORMATION ABOUT DOCUMENTATION NOTE', 'INFORMATION ABOUT DOCUMENTATION NOTE', 1, 0, NULL, 'SR'),
-               ('561', 'OWNERSHIP AND CUSTODIAL HISTORY', 'OWNERSHIP AND CUSTODIAL HISTORY', 1, 0, NULL, 'SR'),
-               ('562', 'COPY AND VERSION IDENTIFICATION NOTE', 'COPY AND VERSION IDENTIFICATION NOTE', 1, 0, NULL, 'SR'),
-               ('563', 'BINDING INFORMATION', 'BINDING INFORMATION', 1, 0, NULL, 'SR'),
-               ('565', 'CASE FILE CHARACTERISTICS NOTE', 'CASE FILE CHARACTERISTICS NOTE', 1, 0, NULL, 'SR'),
-               ('567', 'METHODOLOGY NOTE', 'METHODOLOGY NOTE', 1, 0, NULL, 'SR'),
+               ('544', 'Nota sulla localizzazione d’altri materiali d’archivio', 'Nota sulla localizzazione d’altri materiali d’archivio', 1, 0, NULL, 'SR'),
+               ('545', 'Dati biografici o storici', 'Dati biografici o storici', 1, 0, NULL, 'SR'),
+               ('546', 'Nota sulla lingua', 'Nota sulla lingua', 1, 0, NULL, 'SR'),
+               ('547', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 1, 0, NULL, 'SR'),
+               ('550', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 1, 0, NULL, 'SR'),
+               ('552', 'Nota d’informazione sull’ente e l’attributo', 'Nota d’informazione sull’ente e l’attributo', 1, 0, NULL, 'SR'),
+               ('555', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 1, 0, NULL, 'SR'),
+               ('556', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 1, 0, NULL, 'SR'),
+               ('561', 'Storia della proprietà e custodia', 'Storia della proprietà e custodia', 1, 0, NULL, 'SR'),
+               ('562', 'Nota d\'identificazione della copia e della versione', 'Nota d\'identificazione della copia e della versione', 1, 0, NULL, 'SR'),
+               ('563', 'Informazione sulla rilegatura', 'Informazione sulla rilegatura', 1, 0, NULL, 'SR'),
+               ('565', 'Nota sulle caratteristiche della singola pratica', 'Nota sulle caratteristiche della singola pratica', 1, 0, NULL, 'SR'),
+               ('567', 'Nota sulla metodologia', 'Nota sulla metodologia', 1, 0, NULL, 'SR'),
                ('570', 'EDITOR NOTE (SE) [OBSOLETE]', 'EDITOR NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('580', 'LINKING ENTRY COMPLEXITY NOTE', 'LINKING ENTRY COMPLEXITY NOTE', 1, 0, NULL, 'SR'),
-               ('581', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'SR'),
+               ('580', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 1, 0, NULL, 'SR'),
+               ('581', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 1, 0, NULL, 'SR'),
                ('582', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('583', 'ACQUISITION INFO--ACTION NOTE', 'ACTION NOTE', 1, 0, NULL, 'SR'),
-               ('584', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 1, 0, NULL, 'SR'),
-               ('585', 'EXHIBITIONS NOTE', 'EXHIBITIONS NOTE', 1, 0, NULL, 'SR'),
-               ('586', 'AWARDS', 'AWARDS NOTE', 1, 0, NULL, 'SR'),
+               ('583', 'Nota d’azione', 'Nota d’azione', 1, 0, NULL, 'SR'),
+               ('584', 'Nota di accumulo e di frequenza d’uso', 'Nota di accumulo e di frequenza d’uso', 1, 0, NULL, 'SR'),
+               ('585', 'Nota di mostre', 'Nota di mostre', 1, 0, NULL, 'SR'),
+               ('586', 'Nota di premi', 'Nota di premi', 1, 0, NULL, 'SR'),
                ('590', 'LOCAL NOTE (RLIN)', 'LOCAL NOTE (RLIN)', 1, 0, NULL, 'SR'),
-               ('600', 'SUBJECT--PERSONAL NAME', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'SR'),
-               ('610', 'SUBJECT--CORPORATE NAME', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'SR'),
-               ('611', 'SUBJECT--MEETING NAME', 'SUBJECT ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'SR'),
-               ('630', 'SUBJECT--UNIFORM TITLE', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'SR'),
-               ('648', 'SUBJECT--CHRONOLOGICAL TERM', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL, 'SR'),
-               ('650', 'SUBJECT--TOPIC', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 1, 0, NULL, 'SR'),
-               ('651', 'SUBJECT--GEOGRAPHIC NAME', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 1, 0, NULL, 'SR'),
+               ('600', 'Accesso aggiunto di soggetto-–Nome di persona', 'Accesso aggiunto di soggetto-–Nome di persona', 1, 0, NULL, 'SR'),
+               ('610', 'Accesso aggiunto di soggetto--nome di ente', 'Accesso aggiunto di soggetto--nome di ente', 1, 0, NULL, 'SR'),
+               ('611', 'Accesso aggiunto di soggetto--nome di convegno', 'Accesso aggiunto di soggetto--nome di convegno', 1, 0, NULL, 'SR'),
+               ('630', 'Accesso aggiunto di soggetto--titolo uniforme', 'Accesso aggiunto di soggetto--titolo uniforme', 1, 0, NULL, 'SR'),
+               ('648', 'Accesso aggiunto di soggetto--termine cronologico', 'Accesso aggiunto di soggetto--termine cronologico', 1, 0, NULL, 'SR'),
+               ('650', 'Accesso aggiunto di soggetto--termine topico', 'Accesso aggiunto di soggetto--termine topico', 1, 0, NULL, 'SR'),
+               ('651', 'Accesso aggiunto di soggetto--nome geografico', 'Accesso aggiunto di soggetto--nome geografico', 1, 0, NULL, 'SR'),
                ('652', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('653', 'SUBJECT--UNCONTROLLED', 'INDEX TERM--UNCONTROLLED', 1, 0, NULL, 'SR'),
-               ('654', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 1, 0, NULL, 'SR'),
-               ('655', 'SUBJECT--GENRE/FORM', 'INDEX TERM--GENRE/FORM', 1, 0, NULL, 'SR'),
-               ('656', 'SUBJECT--OCCUPATION', 'INDEX TERM--OCCUPATION', 1, 0, NULL, 'SR'),
-               ('657', 'SUBJECT--FUNCTION', 'INDEX TERM--FUNCTION', 1, 0, NULL, 'SR'),
-               ('658', 'SUBJECT--CURRICULUM OBJECTIVE', 'INDEX TERM--CURRICULUM OBJECTIVE', 1, 0, NULL, 'SR'),
-               ('662', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'SR'),
-               ('690', 'LOCAL SUBJECT--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'SR'),
+               ('653', 'Termine d’indicizzazione--non controllato', 'Termine d’indicizzazione--non controllato', 1, 0, NULL, 'SR'),
+               ('654', 'Accesso aggiunto di soggetto--termini topici faccettati', 'Accesso aggiunto di soggetto--termini topici faccettati', 1, 0, NULL, 'SR'),
+               ('655', 'Termine d’indicizzazione--genere/forma', 'Termine d’indicizzazione--genere/forma', 1, 0, NULL, 'SR'),
+               ('656', 'Termine d’indicizzazione--occupazione', 'Termine d’indicizzazione--occupazione', 1, 0, NULL, 'SR'),
+               ('657', 'Termine d’indicizzazione--funzione', 'Termine d’indicizzazione--funzione', 1, 0, NULL, 'SR'),
+               ('658', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 1, 0, NULL, 'SR'),
+               ('662', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 1, 0, NULL, 'SR'),
+               ('690', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'SR'),
                ('691', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 1, 0, '', 'SR'),
                ('696', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'SR'),
                ('697', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'SR'),
                ('698', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'SR'),
                ('699', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'SR'),
-               ('700', 'ADDED ENTRY--PERSONAL NAME', 'ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'SR'),
+               ('700', 'Accesso aggiunto--nome di persona', 'Accesso aggiunto--nome di persona', 1, 0, NULL, 'SR'),
                ('705', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('710', 'ADDED ENTRY--CORPORATE NAME', 'ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'SR'),
-               ('711', 'ADDED ENTRY--MEETING NAME', 'ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'SR'),
+               ('710', 'Accesso aggiunto--nome di ente', 'Accesso aggiunto--nome di ente', 1, 0, NULL, 'SR'),
+               ('711', 'Accesso aggiunto--nome di convegno', 'Accesso aggiunto--nome di convegno', 1, 0, NULL, 'SR'),
                ('715', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('720', 'ADDED ENTRY--PERFORMER/UNCONTROLLED NAME', 'ADDED ENTRY--UNCONTROLLED NAME', 1, 0, NULL, 'SR'),
-               ('730', 'ADDED ENTRY--UNIFORM TITLE', 'ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'SR'),
-               ('740', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 1, 0, NULL, 'SR'),
-               ('752', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'SR'),
-               ('753', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 1, 0, NULL, 'SR'),
-               ('754', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 1, 0, NULL, 'SR'),
+               ('720', 'Accesso aggiunto--nome non controllato', 'Accesso aggiunto--nome non controllato', 1, 0, NULL, 'SR'),
+               ('730', 'Accesso aggiunto--titolo uniforme', 'Accesso aggiunto--titolo uniforme', 1, 0, NULL, 'SR'),
+               ('740', 'Accesso aggiunto--titolo analitico/correlato non controllato', 'Accesso aggiunto--titolo analitico/correlato non controllato', 1, 0, NULL, 'SR'),
+               ('752', 'Accesso aggiunto – nome gerarchico di luogo', 'Accesso aggiunto – nome gerarchico di luogo', 1, 0, NULL, 'SR'),
+               ('753', 'Dettagli sul sistema per accedere ai computer file', 'Dettagli sul sistema per accedere ai computer file', 1, 0, NULL, 'SR'),
+               ('754', 'Accesso aggiunto--identificazione tassonomica', 'Accesso aggiunto--identificazione tassonomica', 1, 0, NULL, 'SR'),
                ('755', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('760', 'MAIN SERIES ENTRY', 'MAIN SERIES ENTRY', 1, 0, NULL, 'SR'),
-               ('762', 'SUBSERIES ENTRY', 'SUBSERIES ENTRY', 1, 0, NULL, 'SR'),
-               ('765', 'ORIGINAL LANGUAGE ENTRY', 'ORIGINAL LANGUAGE ENTRY', 1, 0, NULL, 'SR'),
-               ('767', 'TRANSLATION ENTRY', 'TRANSLATION ENTRY', 1, 0, NULL, 'SR'),
-               ('770', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 1, 0, NULL, 'SR'),
-               ('772', 'SUPPLEMENT PARENT ENTRY', 'SUPPLEMENT PARENT ENTRY', 1, 0, NULL, 'SR'),
-               ('773', 'HOST ITEM ENTRY', 'HOST ITEM ENTRY', 1, 0, NULL, 'SR'),
-               ('774', 'CONSTITUENT UNIT ENTRY', 'CONSTITUENT UNIT ENTRY', 1, 0, NULL, 'SR'),
-               ('775', 'OTHER EDITION ENTRY', 'OTHER EDITION ENTRY', 1, 0, NULL, 'SR'),
-               ('776', 'ADDITIONAL PHYSICAL FORM ENTRY', 'ADDITIONAL PHYSICAL FORM ENTRY', 1, 0, NULL, 'SR'),
-               ('777', 'ISSUED WITH ENTRY', 'ISSUED WITH ENTRY', 1, 0, NULL, 'SR'),
-               ('780', 'PRECEDING ENTRY', 'PRECEDING ENTRY', 1, 0, NULL, 'SR'),
-               ('785', 'SUCCEEDING ENTRY', 'SUCCEEDING ENTRY', 1, 0, NULL, 'SR'),
-               ('786', 'DATA SOURCE ENTRY', 'DATA SOURCE ENTRY', 1, 0, NULL, 'SR'),
-               ('787', 'NONSPECIFIC RELATIONSHIP ENTRY', 'NONSPECIFIC RELATIONSHIP ENTRY', 1, 0, NULL, 'SR'),
+               ('760', 'Accesso di serie principale', 'Accesso di serie principale', 1, 0, NULL, 'SR'),
+               ('762', 'Accesso di sottoserie', 'Accesso di sottoserie', 1, 0, NULL, 'SR'),
+               ('765', 'Accesso di lingua originale', 'Accesso di lingua originale', 1, 0, NULL, 'SR'),
+               ('767', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'SR'),
+               ('770', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'SR'),
+               ('772', 'Accesso di pubblicazione principale', 'Accesso di pubblicazione principale', 1, 0, NULL, 'SR'),
+               ('773', 'Accesso d’item ospite', 'Accesso d’item ospite', 1, 0, NULL, 'SR'),
+               ('774', 'Accesso d’unità costituente', 'Accesso d’unità costituente', 1, 0, NULL, 'SR'),
+               ('775', 'Acceso di un’altra edizione', 'Acceso di un’altra edizione', 1, 0, NULL, 'SR'),
+               ('776', 'Accesso di forma fisica aggiunta', 'Accesso di forma fisica aggiunta', 1, 0, NULL, 'SR'),
+               ('777', 'Accesso di ', 'Accesso di ', 1, 0, NULL, 'SR'),
+               ('780', 'Accesso precedente', 'Accesso precedente', 1, 0, NULL, 'SR'),
+               ('785', 'Accesso successivo', 'Accesso successivo', 1, 0, NULL, 'SR'),
+               ('786', 'Accesso di fonte dei dati', 'Accesso di fonte dei dati', 1, 0, NULL, 'SR'),
+               ('787', 'Accesso di relazione non specificata', 'Accesso di relazione non specificata', 1, 0, NULL, 'SR'),
                ('789', 'COMPONENT ITEM ENTRY (RLIN)', 'COMPONENT ITEM ENTRY (RLIN)', 1, 0, '', 'SR'),
                ('796', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'SR'),
                ('797', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'SR'),
                ('798', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'SR'),
                ('799', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'SR'),
-               ('800', 'SERIES ADDED ENTRY--PERSONAL NAME', 'SERIES ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'SR'),
-               ('810', 'SERIES ADDED ENTRY--CORPORATE NAME', 'SERIES ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'SR'),
-               ('811', 'SERIES ADDED ENTRY--MEETING NAME', 'SERIES ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'SR'),
-               ('830', 'SERIES ADDED ENTRY--UNIFORM TITLE', 'SERIES ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'SR'),
+               ('800', 'Accesso aggiunto di serie--nome di persona', 'Accesso aggiunto di serie--nome di persona', 1, 0, NULL, 'SR'),
+               ('810', 'Accesso aggiunto di serie--nome di ente', 'Accesso aggiunto di serie--nome di ente', 1, 0, NULL, 'SR'),
+               ('811', 'Accesso aggiunto di serie--nome di convegno', 'Accesso aggiunto di serie--nome di convegno', 1, 0, NULL, 'SR'),
+               ('830', 'Accesso aggiunto di serie--titolo uniforme', 'Accesso aggiunto di serie--titolo uniforme', 1, 0, NULL, 'SR'),
                ('840', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('841', 'HOLDINGS CODED DATA VALUES', 'HOLDINGS CODED DATA VALUES', 0, 0, NULL, 'SR'),
-               ('842', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 0, 0, NULL, 'SR'),
-               ('843', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'SR'),
-               ('844', 'NAME OF UNIT', 'NAME OF UNIT', 0, 0, NULL, 'SR'),
-               ('845', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'SR'),
-               ('850', 'HOLDING INSTITUTION', 'HOLDING INSTITUTION', 1, 0, NULL, 'SR'),
+               ('841', 'Valori dei dati codificati di posseduti', 'Valori dei dati codificati di posseduti', 0, 0, NULL, 'SR'),
+               ('842', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, NULL, 'SR'),
+               ('843', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'SR'),
+               ('844', 'Nome dell’unità', 'Nome dell’unità', 0, 0, NULL, 'SR'),
+               ('845', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'SR'),
+               ('850', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 'SR'),
                ('851', 'LOCATION [OBSOLETE]', 'LOCATION [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('852', 'LOCATION/CALL NUMBER', 'LOCATION/CALL NUMBER', 1, 0, NULL, 'SR'),
-               ('853', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'SR'),
-               ('854', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'SR'),
-               ('855', 'CAPTIONS AND PATTERN--INDEXES', 'CAPTIONS AND PATTERN--INDEXES', 1, 0, NULL, 'SR'),
-               ('856', 'URL/ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL, 'SR'),
+               ('852', 'Localizzazione', 'Localizzazione', 1, 0, NULL, 'SR'),
+               ('853', 'Legende e modello--unità bibliografica basilare', 'Legende e modello--unità bibliografica basilare', 1, 0, NULL, 'SR'),
+               ('854', 'Legende e modello--supplementi', 'Legende e modello--supplementi', 1, 0, NULL, 'SR'),
+               ('855', 'Legende e modello--indici', 'Legende e modello--indici', 1, 0, NULL, 'SR'),
+               ('856', 'Localizzazione e accesso elettronico', 'Localizzazione e accesso elettronico', 1, 0, NULL, 'SR'),
                ('859', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', 'SR'),
-               ('863', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'SR'),
-               ('864', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'SR'),
-               ('865', 'ENUMERATION AND CHRONOLOGY--INDEXES', 'ENUMERATION AND CHRONOLOGY--INDEXES', 1, 0, NULL, 'SR'),
-               ('866', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'SR'),
-               ('867', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'SR'),
-               ('868', 'TEXTUAL HOLDINGS--INDEXES', 'TEXTUAL HOLDINGS--INDEXES', 1, 0, NULL, 'SR'),
+               ('863', 'Numerazione e cronologia--unità bibliografica basilare', 'Numerazione e cronologia--unità bibliografica basilare', 1, 0, NULL, 'SR'),
+               ('864', 'Numerazione e cronologia--supplementi', 'Numerazione e cronologia--supplementi', 1, 0, NULL, 'SR'),
+               ('865', 'Numerazione e cronologia--indici', 'Numerazione e cronologia--indici', 1, 0, NULL, 'SR'),
+               ('866', 'Formulazione testuale di posseduti--unità bibliografica basilare', 'Formulazione testuale di posseduti--unità bibliografica basilare', 1, 0, NULL, 'SR'),
+               ('867', 'Formulazione testuale di posseduti--supplementi', 'Formulazione testuale di posseduti--supplementi', 1, 0, NULL, 'SR'),
+               ('868', 'Formulazione testuale di posseduti--indici', 'Formulazione testuale di posseduti--indici', 1, 0, NULL, 'SR'),
                ('870', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 1, 0, NULL, 'SR'),
                ('871', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 1, 0, NULL, 'SR'),
                ('872', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 1, 0, NULL, 'SR'),
                ('873', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 1, 0, NULL, 'SR'),
-               ('876', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'SR'),
-               ('877', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'SR'),
-               ('878', 'ITEM INFORMATION--INDEXES', 'ITEM INFORMATION--INDEXES', 1, 0, NULL, 'SR'),
-               ('880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL, 'SR'),
-               ('886', 'FOREIGN MARC INFORMATION FIELD', 'FOREIGN MARC INFORMATION FIELD', 1, 0, NULL, 'SR'),
-               ('887', 'NON-MARC INFORMATION FIELD', 'NON-MARC INFORMATION FIELD', 1, 0, NULL, 'SR'),
+               ('876', 'Informazione sull’item--unità bibliografica basilare', 'Informazione sull’item--unità bibliografica basilare', 1, 0, NULL, 'SR'),
+               ('877', 'Informazione sull’item--supplementi', 'Informazione sull’item--supplementi', 1, 0, NULL, 'SR'),
+               ('878', 'Informazione sull’item--indici', 'Informazione sull’item--indici', 1, 0, NULL, 'SR'),
+               ('880', 'Rappresentazione grafica alternativa', 'Rappresentazione grafica alternativa', 1, 0, NULL, 'SR'),
+               ('886', 'Campo dell’informazione per MARC differenti', 'Campo dell’informazione per MARC differenti', 1, 0, NULL, 'SR'),
+               ('887', 'Campo dell’informazione per non-MARC', 'Campo dell’informazione per non-MARC', 1, 0, NULL, 'SR'),
                ('896', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'SR'),
                ('897', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'SR'),
                ('898', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'SR'),
@@ -8339,7 +8509,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('906', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 1, 0, '', 'SR'),
                ('907', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 1, 0, '', 'SR'),
                ('908', 'PUT COMMAND PARAMETER (RLIN)', 'PUT COMMAND PARAMETER (RLIN)', 0, 0, '', 'SR'),
-               ('910', 'USER-OPTION DATA (COLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'SR'),
+               ('910', 'USER-OPTION DATA (OCLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'SR'),
                ('911', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 1, 0, '', 'SR'),
                ('930', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 1, 0, '', 'SR'),
                ('936', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 0, 0, '', 'SR'),
@@ -8352,7 +8522,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('948', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 1, 0, '', 'SR'),
                ('949', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', 'SR'),
                ('950', 'LOCAL HOLDINGS (RLIN)', 'LOCAL HOLDINGS (RLIN)', 1, 0, '', 'SR'),
-               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE-GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'SR'),
+               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'SR'),
                ('955', 'COPY-LEVEL INFORMATION (RLIN)', 'COPY-LEVEL INFORMATION (RLIN)', 1, 0, '', 'SR'),
                ('956', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 1, 0, '', 'SR'),
                ('960', 'PHYSICAL LOCATION (RLIN)', 'PHYSICAL LOCATION (RLIN)', 1, 0, '', 'SR'),
@@ -8360,7 +8530,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('980', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'SR'),
                ('981', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'SR'),
                ('982', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'SR'),
-               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE--SERIES STATEMENT-TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'SR'),
+               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'SR'),
                ('984', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 1, 0, '', 'SR'),
                ('987', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 1, 0, '', 'SR'),
                ('990', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 1, 0, '', 'SR'),
@@ -8370,220 +8540,224 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
 
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'SR', '', '', NULL),
-               ('001', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'SR', '', '', NULL),
-               ('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'SR', '', '', NULL),
-               ('006', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'SR', '', '', NULL),
-               ('007', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'SR', '', '', NULL),
-               ('008', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'SR', '', '', NULL),
-               ('009', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', NULL, 0, -6, 'SR', '', '', NULL),
-               ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('011', 'a', 'LC control number', 'LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('013', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'SR', '', '', NULL),
-               ('013', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('013', 'a', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('013', 'b', 'Country', 'Country', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('013', 'c', 'Type of number', 'Type of number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('013', 'd', 'Date', 'Date', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('013', 'e', 'Status', 'Status', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('013', 'f', 'Party to document', 'Party to document', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('015', '2', 'Source', 'Source', 0, 0, '', 0, '', '', NULL, 0, -6, 'SR', '', '', NULL),
-               ('015', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('015', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('015', 'a', 'National bibliography number', 'National bibliography number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('016', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('016', 'a', 'Record control number', 'Record control number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('016', 'z', 'Canceled or invalid record control number', 'Canceled or invalid record control number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('017', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('017', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('017', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('017', 'a', 'Copyright or legal deposit number', 'Copyright or legal deposit number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('017', 'b', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('017', 'd', 'Date', 'Date', 0, 0, '', 0, '', '', NULL, 0, -6, 'SR', '', '', NULL),
-               ('017', 'i', 'Display text', 'Display text', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('018', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('018', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('018', 'a', 'Copyright article-fee code', 'Copyright article-fee code', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('020', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('020', 'z', 'Cancelled/invalid ISBN', 'Cancelled/invalid ISBN', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('022', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('022', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('000', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'SR', '', '', NULL),
+               ('001', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('003', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'SR', '', '', NULL),
+               ('005', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'SR', '', '', NULL),
+               ('006', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'SR', '', '', NULL),
+               ('007', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'SR', '', '', NULL),
+               ('008', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'SR', '', '', NULL),
+               ('009', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('010', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', NULL, 0, -6, 'SR', '', '', NULL),
+               ('010', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('010', 'b', 'Numero di controllo del NUCMC', 'Numero di controllo del NUCMC', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('010', 'z', 'Numero di controllo della LC cancellato o errato', 'Numero di controllo della LC cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('011', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('013', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'SR', '', '', NULL),
+               ('013', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('013', 'a', 'Numero', 'Numero', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('013', 'b', 'Paese', 'Paese', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('013', 'c', 'Tipo di numero', 'Tipo di numero', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('013', 'd', 'Data', 'Data', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('013', 'e', 'Stato', 'Stato', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('013', 'f', 'Parte responsabile del documento', 'Parte responsabile del documento', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('015', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', NULL, 0, -6, 'SR', '', '', NULL),
+               ('015', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('015', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('015', 'a', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('016', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('016', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('016', 'a', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('016', 'z', 'Numero di controllo della registrazione cancellato o errato', 'Numero di controllo della registrazione cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('017', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('017', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('017', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('017', 'a', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('017', 'b', 'Agenzia che assegna il numero', 'Agenzia che assegna il numero', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('017', 'd', 'Data', 'Data', 0, 0, '', 0, '', '', NULL, 0, -6, 'SR', '', '', NULL),
+               ('017', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('018', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('018', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('018', 'a', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('020', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('020', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('020', 'a', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('020', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('020', 'z', 'ISBN cancellato o errato', 'ISBN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('022', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('022', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('022', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('022', 'a', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('022', 'y', 'ISSN errato', 'ISSN errato', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('022', 'z', 'ISSN cancellato', 'ISSN cancellato', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('023', 'a', 'Standard film number', 'Standard film number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('024', '2', 'Source of number or code', 'Source of number or code', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('024', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('024', '2', 'Fonte del numero o codice', 'Fonte del numero o codice', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('024', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('024', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('024', 'a', 'Numero standard o codice', 'Numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
                ('024', 'b', 'Additional codes following the standard number [OBSOLETE]', 'Additional codes following the standard number [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('025', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('025', 'a', 'Overseas acquisition number', 'Overseas acquisition number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('026', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('026', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('026', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('026', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('026', 'a', 'First and second groups of characters', 'First and second groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('026', 'b', 'Third and fourth groups of characters', 'Third and fourth groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('026', 'c', 'Date', 'Date', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('026', 'd', 'Number of volume or part', 'Number of volume or part', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('026', 'e', 'unparsed fingerprint', 'unparsed fingerprint', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('027', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('027', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('027', 'a', 'Standard technical report number', 'Standard technical report number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('027', 'z', 'Canceled/invalid number', 'Canceled/invalid number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('028', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('028', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('028', 'a', 'Publisher number', 'Publisher number', 0, 0, '', 0, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('028', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('030', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('030', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('024', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('024', 'd', 'Codici addizionali che seguono il numero standard o codice', 'Codici addizionali che seguono il numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('024', 'z', 'Numero standard o codice, cancellato o errato', 'Numero standard o codice, cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('025', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('025', 'a', 'Numero d\'acquisto estero', 'Numero d\'acquisto estero', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('026', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('026', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('026', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('026', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('026', 'a', 'Primo e secondo gruppo di caratteri', 'Primo e secondo gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('026', 'b', 'Terzo e quarto gruppo di caratteri', 'Terzo e quarto gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('026', 'c', 'Data', 'Data', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('026', 'd', 'Numero del volume o parte', 'Numero del volume o parte', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('026', 'e', 'Impronta non analizzata', 'Impronta non analizzata', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('027', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('027', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('027', 'a', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('027', 'z', 'Numero cancellato o errato', 'Numero cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('028', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('028', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('028', 'a', 'Numero dell\'editore', 'Numero dell\'editore', 0, 0, '', 0, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('028', 'b', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('029', 'a', 'OCLC library identifier', 'OCLC library identifier', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('029', 'b', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('029', 'c', 'OAI set name', 'OAI set name', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('029', 't', 'Content type identifier', 'Content type identifier', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('030', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('030', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('030', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('030', 'z', 'Canceled/invalid CODEN', 'Canceled/invalid CODEN', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', '2', 'System code', 'System code', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'a', 'Number of work', 'Number of work', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'b', 'Number of movement', 'Number of movement', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'e', 'Role', 'Role', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'g', 'Clef', 'Clef', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'n', 'Key signature', 'Key signature', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'o', 'Time signature', 'Time signature', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'p', 'Musical notation', 'Musical notation', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'q', 'General note', 'General note', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'r', 'Key or mode', 'Key or mode', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 's', 'Coded validity note', 'Coded validity note', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 't', 'Text incipit', 'Text incipit', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 0, '', '', '', 1, -6, 'SR', '', '', NULL),
-               ('031', 'y', 'Link text', 'Link text', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('031', 'z', 'Public note', 'Public note', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('032', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'SR', '', '', NULL),
-               ('032', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('032', 'a', 'Postal registration number', 'Postal registration number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('032', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('033', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('033', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('033', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('033', 'a', 'Formatted date/time', 'Formatted date/time', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('033', 'b', 'Geographic classification area code', 'Geographic classification area code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('033', 'c', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'a', 'Category of scale', 'Category of scale', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'b', 'Constant ratio linear horizontal scale', 'Constant ratio linear horizontal scale', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'c', 'Constant ratio linear vertical scale', 'Constant ratio linear vertical scale', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'h', 'Angular scale', 'Angular scale', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'p', 'Equinox', 'Equinox', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'r', 'Distrance from earth', 'Distrance from earth', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'x', 'Beginning date', 'Beginning date', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'y', 'Ending date', 'Ending date', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('035', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('030', 'z', 'CODEN cancellato o errato', 'CODEN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', '2', 'Codice di sistema', 'Codice di sistema', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'a', 'Numero di composizione', 'Numero di composizione', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'b', 'Numero di movimento', 'Numero di movimento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'c', 'Numero progressivo nel movimento', 'Numero progressivo nel movimento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'd', 'Titolo o intitolazione', 'Titolo o intitolazione', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'e', 'Personaggio', 'Personaggio', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'g', 'Chiave', 'Chiave', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'm', 'Voce/strumento', 'Voce/strumento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'n', 'Alterazioni', 'Alterazioni', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'o', 'Misura', 'Misura', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'p', 'Contesto musicale', 'Contesto musicale', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'q', 'Nota generale', 'Nota generale', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'r', 'Tonalità o modo', 'Tonalità o modo', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 's', 'Nota codificata di validità', 'Nota codificata di validità', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 't', 'Incipit testuale', 'Incipit testuale', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 0, '', '', '', 1, -6, 'SR', '', '', NULL),
+               ('031', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('031', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('032', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'SR', '', '', NULL),
+               ('032', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('032', 'a', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('032', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('033', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('033', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('033', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('033', 'a', 'Data/ora formattate', 'Data/ora formattate', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('033', 'b', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('033', 'c', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'a', 'Categoria della scala', 'Categoria della scala', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'b', 'Rapporto costante (scala orizzontale)', 'Rapporto costante (scala orizzontale)', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'c', 'Rapporto costante (scala verticale)', 'Rapporto costante (scala verticale)', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'd', 'Coordinate--longitudine limite Ovest', 'Coordinate--longitudine limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'e', 'Coordinate--longitudine limite Est', 'Coordinate--longitudine limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'f', 'Coordinate--latitudine limite Nord', 'Coordinate--latitudine limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'g', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'h', 'Scala angolare', 'Scala angolare', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'j', 'Declinazione--limite Nord', 'Declinazione--limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'k', 'Declinazione--limite Sud', 'Declinazione--limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'm', 'Ascensione retta--limite Est', 'Ascensione retta--limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'n', 'Ascensione retta--limite Ovest', 'Ascensione retta--limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'p', 'Equinozio', 'Equinozio', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'r', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 's', 'Latitudine del perimetro', 'Latitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 't', 'Longitudine del perimetro', 'Longitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'x', 'Data d\'inizio', 'Data d\'inizio', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'y', 'Data di fine', 'Data di fine', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('034', 'z', 'Nome dell\'oggetto extraterrestre', 'Nome dell\'oggetto extraterrestre', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('035', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('035', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('035', 'a', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('036', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('036', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('036', 'a', 'Original study number', 'Original study number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('036', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('037', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('037', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('037', 'a', 'Stock number', 'Stock number', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('037', 'b', 'Source of stock number/acquisition', 'Source of stock number/acquisition', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('037', 'c', 'Terms of availability', 'Terms of availability', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('037', 'f', 'Form of issue', 'Form of issue', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('037', 'g', 'Additional format characteristics', 'Additional format characteristics', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('037', 'n', 'Note', 'Note', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('038', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('038', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('038', 'a', 'Record content licensor', 'Record content licensor', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('035', 'z', 'Numero di controllo del sistema cancellato o errato', 'Numero di controllo del sistema cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('036', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('036', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('036', 'a', 'Numero dello studio originale', 'Numero dello studio originale', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('036', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('037', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('037', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('037', 'a', 'Numero di magazzino', 'Numero di magazzino', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('037', 'b', 'Fonte del numero di magazzino/d\'acquisto', 'Fonte del numero di magazzino/d\'acquisto', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('037', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('037', 'f', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('037', 'g', 'Caratteristiche addizionali di formato', 'Caratteristiche addizionali di formato', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('037', 'n', 'Nota', 'Nota', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('038', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('038', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('038', 'a', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('039', 'a', 'Level of rules in bibliographic description', 'Level of rules in bibliographic description', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('039', 'b', 'Level of effort used to assign nonsubject heading access points', 'Level of effort used to assign nonsubject heading access points', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('039', 'c', 'Level of effort used to assign subject headings', 'Level of effort used to assign subject headings', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('039', 'd', 'Level of effort used to assign classification', 'Level of effort used to assign classification', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('039', 'e', 'Number of fixed field character positions coded', 'Number of fixed field character positions coded', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('040', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('040', 'e', 'Description conventions', 'Description conventions', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('041', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('041', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('041', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('041', 'a', 'Language code of text/sound track or separate title', 'Language code of text/sound track or separate title', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('041', 'b', 'Language code of summary or abstract/overprinted title or subtitle', 'Language code of summary or abstract/overprinted title or subtitle', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('040', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('040', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('040', 'a', 'Agenzia catalografica originale', 'Agenzia catalografica originale', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('040', 'b', 'Lingua della catalogazione', 'Lingua della catalogazione', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('040', 'c', 'Agenzia che fa la trascrizione', 'Agenzia che fa la trascrizione', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('040', 'd', 'Agenzia che fa la modifica', 'Agenzia che fa la modifica', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('040', 'e', 'Regole di descrizione', 'Regole di descrizione', 0, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('041', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('041', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('041', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('041', 'a', 'Codice di lingua del testo/traccia sonora o titolo separato', 'Codice di lingua del testo/traccia sonora o titolo separato', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('041', 'b', 'Codice di lingua del riassunto, estratto o sottotitoli', 'Codice di lingua del riassunto, estratto o sottotitoli', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('041', 'c', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('041', 'd', 'Language code of sung or spoken text', 'Language code of sung or spoken text', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('041', 'e', 'Language code of librettos', 'Language code of librettos', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('041', 'f', 'Language code of table of contents', 'Language code of table of contents', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('041', 'g', 'Language code of accompanying material other than librettos', 'Language code of accompanying material other than librettos', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('041', 'h', 'Language code of original and/or intermediate translations of text', 'Language code of original and/or intermediate translations of text', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('042', 'a', 'Authentication code', 'Authentication code', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('043', '2', 'Source of local code', 'Source of local code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('043', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('043', 'c', 'ISO code', 'ISO code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('044', '2', 'Source of local subentity code', 'Source of local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('044', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('044', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('044', 'a', 'MARC country code', 'MARC country code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('044', 'b', 'Local subentity code', 'Local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('044', 'c', 'ISO country code', 'ISO country code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('045', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('045', 'a', 'Time period code', 'Time period code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', '2', 'Source of date', 'Source of date', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', 'a', 'Type of date code', 'Type of date code', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', 'b', 'Date 1 (B.C. date)', 'Date 1 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', 'c', 'Date 1 (C.E. date)', 'Date 1 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', 'd', 'Date 2 (B.C. date)', 'Date 2 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', 'e', 'Date 2 (C.E. date)', 'Date 2 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', 'j', 'Date resource modified', 'Date resource modified', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', 'l', 'Ending date created', 'Ending date created', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', 'm', 'Beginning of date valid', 'Beginning of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('046', 'n', 'End of date valid', 'End of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('047', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('047', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('047', 'a', 'Form of musical composition code', 'Form of musical composition code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('048', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('048', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('048', 'a', 'Performer or ensemble', 'Performer or ensemble', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('048', 'b', 'Soloist', 'Soloist', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('041', 'd', 'Codice della lingua del testo cantato o parlato', 'Codice della lingua del testo cantato o parlato', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('041', 'e', 'Codice della lingua dei libretti', 'Codice della lingua dei libretti', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('041', 'f', 'Codice della lingua del sommario', 'Codice della lingua del sommario', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('041', 'g', 'Codice della lingua del materiale allegato diverso dai libretti', 'Codice della lingua del materiale allegato diverso dai libretti', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('041', 'h', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 1, 0, '', 0, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('042', 'a', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('043', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('043', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('043', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('043', 'a', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('043', 'b', 'Codice locale GAC (codice dell\'area geografica)', 'Codice locale GAC (codice dell\'area geografica)', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('043', 'c', 'Codice ISO', 'Codice ISO', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('044', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('044', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('044', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('044', 'a', 'Codice MARC del paese', 'Codice MARC del paese', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('044', 'b', 'Codice di sottoente locale', 'Codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('044', 'c', 'Codice ISO del paese', 'Codice ISO del paese', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('045', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('045', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('045', 'a', 'Codice di periodo di tempo', 'Codice di periodo di tempo', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('045', 'b', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('045', 'c', 'Periodo di tempo formattato anteriore al 9999 a.C.', 'Periodo di tempo formattato anteriore al 9999 a.C.', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', '2', 'Fonte della data', 'Fonte della data', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', 'a', 'Codice di tipo di data', 'Codice di tipo di data', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', 'b', 'Data 1 (data a.C.)', 'Data 1 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', 'c', 'Data 1 (data d.C.)', 'Data 1 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', 'd', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', 'e', 'Data 2 (data d.C.)', 'Data 2 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', 'j', 'Data della modifica della risorsa', 'Data della modifica della risorsa', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', 'k', 'Data iniziale di creazione o data semplice', 'Data iniziale di creazione o data semplice', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', 'l', 'Data finale di creazione', 'Data finale di creazione', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', 'm', 'Data iniziale di validità', 'Data iniziale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('046', 'n', 'Data finale di validità', 'Data finale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('047', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('047', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('047', 'a', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('048', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('048', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('048', 'a', 'Esecutore o complesso', 'Esecutore o complesso', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('048', 'b', 'Solista', 'Solista', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('049', 'a', 'Holding library', 'Holding library', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('049', 'c', 'Copy statement', 'Copy statement', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('049', 'd', 'Definition of bibliographic subdivisions', 'Definition of bibliographic subdivisions', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
@@ -8597,82 +8771,82 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('049', 's', 'Fifth bibliographic subdivision', 'Fifth bibliographic subdivision', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('049', 't', 'Sixth bibliographic subdivision', 'Sixth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('049', 'u', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('049', 'v', 'Primary bibliographic subdivision', 'Primary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('049', 'v', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('049', 'y', 'Inclusive dates of publication or coverage', 'Inclusive dates of publication or coverage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('050', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('050', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('050', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('050', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('050', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('050', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('050', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('050', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('050', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, 0, 'SR', '', '', NULL),
                ('050', 'd', 'Supplementary class number (MU) [OBSOLETE]', 'Supplementary class number (MU) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('051', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('051', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('051', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('051', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('052', '2', 'Code Source', 'Code Source', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('052', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('051', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('051', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('051', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('051', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('052', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('052', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('052', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('052', 'a', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('052', 'b', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('052', 'c', 'Subject (MP) [OBSOLETE]', 'Subject (MP) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('052', 'd', 'Populated place name', 'Populated place name', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('055', '2', 'Source of call/class number', 'Source of call/class number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('055', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('055', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('055', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('060', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('060', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('061', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('061', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('061', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('061', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('070', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('070', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('071', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('071', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('071', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('071', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('072', '2', 'Source', 'Source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('072', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('072', 'a', 'Subject category code', 'Subject category code', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('074', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('074', 'a', 'GPO item number', 'GPO item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('074', 'z', 'Canceled/invalid GPO item number', 'Canceled/invalid GPO item number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('080', '2', 'Edition identifier', 'Edition identifier', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('080', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('080', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('082', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('082', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('082', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('082', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('084', '2', 'Source of number', 'Source of number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('084', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('084', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('084', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('086', '2', 'Number source', 'Number source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('086', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('086', 'a', 'Classification number', 'Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('086', 'z', 'Canceled/invalid classification number', 'Canceled/invalid classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('052', 'd', 'Nome di luogo abitato', 'Nome di luogo abitato', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('055', '2', 'Fonte del numero di chiamata/classe', 'Fonte del numero di chiamata/classe', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('055', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('055', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('055', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('055', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('060', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('060', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('060', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('061', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('061', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('061', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('061', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('066', 'a', 'Set di caratteri primario G0', 'Set di caratteri primario G0', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('066', 'b', 'Set di caratteri primario G1', 'Set di caratteri primario G1', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('066', 'c', 'Set di caratteri alternativo G0 o G1', 'Set di caratteri alternativo G0 o G1', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('070', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('070', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('070', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('071', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('071', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('071', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('071', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('072', '2', 'Fonte', 'Fonte', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('072', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('072', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('072', 'a', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('072', 'x', 'Suddivisione del codice di categoria di soggetto', 'Suddivisione del codice di categoria di soggetto', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('074', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('074', 'a', 'Numero GPO dell\'item', 'Numero GPO dell\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('074', 'z', 'Numero GPO dell\'item cancellato/errato', 'Numero GPO dell\'item cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('080', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('080', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('080', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('080', 'a', 'Numero di Classificazione decimale universale', 'Numero di Classificazione decimale universale', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('080', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('080', 'x', 'Suddivisione ausiliare comune', 'Suddivisione ausiliare comune', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('082', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('082', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('082', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('082', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('082', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('084', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('084', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('084', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('084', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('084', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('086', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('086', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('086', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('086', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('086', 'z', 'Numero di classificazione cancellato/errato', 'Numero di classificazione cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('087', 'a', 'Report number [OBSOLETE, CAN/MARC]', 'Report number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('087', 'z', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('088', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('088', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('088', 'a', 'Report number', 'Report number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('088', 'z', 'Canceled/invalid report number', 'Canceled/invalid report number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('088', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('088', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('088', 'a', 'Numero di rapporto', 'Numero di rapporto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('088', 'z', 'Numero di rapporto cancellato/errato', 'Numero di rapporto cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('090', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('090', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, '', 0, '', '', '', 0, 5, 'SR', '', '', NULL),
@@ -8687,1747 +8861,1749 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('090', 'z', 'Retention, VOL (RLIN)', 'Retention, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('091', 'a', 'Microfilm shelf location', 'Microfilm shelf location', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('092', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('092', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('092', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('092', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('092', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('092', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('092', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('096', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('096', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('096', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('096', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('096', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('098', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('099', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('099', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('099', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('100', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('100', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('100', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('100', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('100', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, -1, 'SR', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
-               ('100', 'b', 'Numeration', 'Numeration', 0, 0, '', 1, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 1, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 1, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('100', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('100', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('100', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('100', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 1, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('100', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('100', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('110', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('110', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('100', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, -1, 'SR', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
+               ('100', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 1, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 1, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('100', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 1, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('100', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('100', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('100', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('100', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('100', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('100', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('100', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('100', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('100', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 1, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('100', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('100', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('110', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('110', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('110', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('110', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'SR', '', '', NULL),
-               ('110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 1, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('110', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 1, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 1, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('110', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('110', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('110', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('110', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('110', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('110', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('110', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('111', '4', 'Relator code', 'Relator code', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('111', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('110', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'SR', '', '', NULL),
+               ('110', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 1, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('110', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 1, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('110', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 1, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('110', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('110', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('110', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('110', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('110', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('110', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('110', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('110', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('110', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('111', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('111', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('111', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('111', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'SR', '', '', NULL),
+               ('111', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'SR', '', '', NULL),
                ('111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('111', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('111', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('111', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('111', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('111', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('111', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('111', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('111', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('111', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('111', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('111', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('111', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('111', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('111', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('111', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('111', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('111', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('111', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('111', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('111', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('111', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('111', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('130', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('130', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 'h', 'Medium', 'Medium', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 's', 'Version', 'Version', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('130', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('210', '2', 'Source', 'Source', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('210', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('210', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('210', 'a', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('210', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('211', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 's', 'Versione', 'Versione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('130', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('210', '2', 'Fonte', 'Fonte', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('210', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('210', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('210', 'a', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('210', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('211', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('211', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('212', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('212', 'a', 'Variant access title', 'Variant access title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('214', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('212', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('212', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('214', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('214', 'a', 'Augmented title', 'Augmented title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('222', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('222', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('222', 'a', 'Key title', 'Key title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('222', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('240', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('240', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('222', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('222', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('222', 'a', 'Titolo chiave', 'Titolo chiave', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('222', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('240', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('240', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('240', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('240', 'a', 'Uniform title', 'Uniform title', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'SR', '', '', NULL),
-               ('240', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('240', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('240', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('240', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('240', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('240', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('240', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('240', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('240', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('240', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('240', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('240', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('240', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'SR', '', '', NULL),
+               ('240', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('240', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('240', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('240', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('240', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('240', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('240', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('240', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('240', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('240', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('240', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('240', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
                ('241', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('241', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('242', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('242', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('242', 'a', 'Title', 'Title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('242', 'b', 'Remainder of title', 'Remainder of title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('242', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('241', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('242', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('242', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('242', 'a', 'Titolo', 'Titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('242', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('242', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('242', 'd', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('242', 'e', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('242', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('242', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('242', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('242', 'y', 'Language code of translated title', 'Language code of translated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('243', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('243', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('242', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('242', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('242', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('242', 'y', 'Codice di lingua del titolo tradotto', 'Codice di lingua del titolo tradotto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('243', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('243', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('243', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('243', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 2, '', '', '', 1, -1, 'SR', '', '', NULL),
-               ('243', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('243', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('243', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('243', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('243', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('243', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('243', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('243', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('243', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('243', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('243', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('243', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('245', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('245', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('245', 'a', 'Title', 'Title', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'SR', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
-               ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('245', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, '', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series: (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('243', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 2, '', '', '', 1, -1, 'SR', '', '', NULL),
+               ('243', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('243', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('243', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('243', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('243', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('243', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('243', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('243', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('243', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('243', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('243', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('243', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('245', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('245', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('245', 'a', 'Titolo', 'Titolo', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'SR', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
+               ('245', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('245', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, '', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('245', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('245', 'f', 'Inclusive dates', 'Inclusive dates', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('245', 'g', 'Bulk dates', 'Bulk dates', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('245', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('245', 'k', 'Form', 'Form', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('245', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('245', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('245', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('246', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('246', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('246', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('246', 'a', 'Title proper/short title', 'Title proper/short title', 0, 0, '', 2, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('246', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('245', 'f', 'Date inclusive', 'Date inclusive', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('245', 'g', 'Date preponderanti', 'Date preponderanti', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('245', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('245', 'k', 'Forma', 'Forma', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('245', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('245', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('245', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('246', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('246', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('246', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('246', 'a', 'Titolo proprio/titolo breve', 'Titolo proprio/titolo breve', 0, 0, '', 2, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('246', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('246', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('246', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('246', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('246', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('246', 'i', 'Display text', 'Display text', 0, 0, '', 2, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('246', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('246', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('247', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('247', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('247', 'a', 'Title', 'Title', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('247', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('246', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('246', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('246', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('246', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 2, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('246', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('246', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('247', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('247', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('247', 'a', 'Titolo', 'Titolo', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('247', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('247', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('247', 'e', 'Name of part/section (SE) [OBSOLETE]', 'Name of part/section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('247', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('247', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('247', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('247', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('247', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('247', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('250', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('250', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('250', 'a', 'Edition statement', 'Edition statement', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('250', 'b', 'Remainder of edition statement', 'Remainder of edition statement', 0, 0, '', 2, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('254', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('254', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('254', 'a', 'Musical presentation statement', 'Musical presentation statement', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('255', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('255', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('255', 'a', 'Statement of scale', 'Statement of scale', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('255', 'b', 'Statement of projection', 'Statement of projection', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('255', 'c', 'Statement of coordinates', 'Statement of coordinates', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('255', 'd', 'Statement of zone', 'Statement of zone', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('255', 'e', 'Statement of equinox', 'Statement of equinox', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('255', 'f', 'Outer G-ring coordinate pairs', 'Outer G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('255', 'g', 'Exclusion G-ring coordinate pairs', 'Exclusion G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('256', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('256', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('256', 'a', 'Computer file characteristics', 'Computer file characteristics', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('257', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('257', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('257', 'a', 'Country of producing entity', 'Country of producing entity', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('258', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('258', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('258', 'a', 'Issuing jurisdiction', 'Issuing jurisdiction', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('258', 'b', 'Denomination', 'Denomination', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('260', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('260', 'a', 'Place of publication, distribution, etc', 'Place of publication, distribution, etc', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('260', 'b', 'Name of publisher, distributor, etc', 'Name of publisher, distributor, etc', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('260', 'c', 'Date of copyright, publication, distribution, release, etc', 'Date of publication, distribution, etc', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('247', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('247', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('247', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('247', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('247', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('247', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('250', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('250', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('250', 'a', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('250', 'b', 'Restante parte della formulazione di edizione', 'Restante parte della formulazione di edizione', 0, 0, '', 2, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('254', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('254', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('254', 'a', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('255', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('255', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('255', 'a', 'Formulazione di scala', 'Formulazione di scala', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('255', 'b', 'Formulazione di proiezione', 'Formulazione di proiezione', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('255', 'c', 'Formulazione di coordinate', 'Formulazione di coordinate', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('255', 'd', 'Formulazione di zona', 'Formulazione di zona', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('255', 'e', 'Formulazione di equinozio', 'Formulazione di equinozio', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('255', 'f', 'Coppie di coordinate d\'inclusione del perimetro', 'Coppie di coordinate d\'inclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('255', 'g', 'Coppie di coordinate di esclusione del perimetro', 'Coppie di coordinate di esclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('256', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('256', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('256', 'a', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('257', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('257', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('257', 'a', 'Paese dell\'ente produttore', 'Paese dell\'ente produttore', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('258', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('258', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('258', 'a', 'Giurisdizione dell\'emissione', 'Giurisdizione dell\'emissione', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('258', 'b', 'Valore facciale', 'Valore facciale', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('260', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('260', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('260', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('260', 'b', 'Nome dell\'editore, distributore, ecc.', 'Nome dell\'editore, distributore, ecc.', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('260', 'c', 'Data di pubblicazione, distribuzione, ecc.', 'Data di pubblicazione, distribuzione, ecc.', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'SR', '', '', NULL),
                ('260', 'd', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('260', 'e', 'Place of manufacture', 'Place of manufacture', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('260', 'f', 'Manufacturer', 'Manufacturer', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('260', 'g', 'Date of manufacture', 'Date of manufacture', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('260', 'e', 'Luogo di stampa', 'Luogo di stampa', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('260', 'f', 'Stampatore', 'Stampatore', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('260', 'g', 'Data di stampa', 'Data di stampa', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('260', 'k', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('260', 'l', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('261', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('261', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('261', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('261', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('261', 'a', 'Producing company', 'Producing company', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('261', 'b', 'Releasing company (primary distributor)', 'Releasing company (primary distributor)', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('261', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('261', 'd', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('261', 'e', 'Contractual producer', 'Contractual producer', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('261', 'f', 'Place of production, release, etc.', 'Place of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('262', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('262', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('262', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('262', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('262', 'a', 'Place of production, release, etc.', 'Place of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('262', 'b', 'Publisher or trade name', 'Publisher or trade name', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('262', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('262', 'k', 'Serial identification', 'Serial identification', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('262', 'l', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('263', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('263', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('263', 'a', 'Projected publication date', 'Projected publication date', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('263', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('263', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('263', 'a', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('265', '6', 'Linkage [OBSOLETE]', 'Linkage [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('265', 'a', 'Source for acquisition/subscription address [OBSOLETE]', 'Source for acquisition/subscription address [OBSOLETE]', 1, 0, '', 2, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('270', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('270', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('270', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('270', 'a', 'Address', 'Address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'b', 'City', 'City', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'c', 'State or province', 'State or province', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('270', 'd', 'Country', 'Country', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'e', 'Postal code', 'Postal code', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'f', 'Terms preceding attention name', 'Terms preceding attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'g', 'Attention name', 'Attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'h', 'Attention position', 'Attention position', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'i', 'Type of address', 'Type of address', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'j', 'Specialized telephone number', 'Specialized telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'k', 'Telephone number', 'Telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'l', 'Fax number', 'Fax number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'n', 'TDD or TTY number', 'TDD or TTY number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'p', 'Contact person', 'Contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'q', 'Title of contact person', 'Title of contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'r', 'Hours', 'Hours', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('270', 'z', 'Public note', 'Public note', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('300', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('300', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('300', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('300', 'a', 'Extent (number of discs/tapes followed by format)', 'Extent', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('300', 'b', 'Other physical details', 'Other physical details', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('300', 'c', 'Dimensions', 'Dimensions', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('270', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('270', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('270', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('270', 'a', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'b', 'Città', 'Città', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'c', 'Stato o provincia', 'Stato o provincia', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('270', 'd', 'Paese', 'Paese', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'e', 'Codice postale', 'Codice postale', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'f', 'Parole che precedono il nome del destinatario', 'Parole che precedono il nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'g', 'Nome del destinatario', 'Nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'h', 'Posizione del destinatario', 'Posizione del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'i', 'Persona di contatto', 'Persona di contatto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'j', 'Numero di telefono specializzato', 'Numero di telefono specializzato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'k', 'Numero di telefono', 'Numero di telefono', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'l', 'Numero di fax', 'Numero di fax', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'm', 'Indirizzo e-mail', 'Indirizzo e-mail', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'n', 'Numero di TDD o TTY', 'Numero di TDD o TTY', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'p', 'Persona di contatto', 'Persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'q', 'Titolo della persona di contatto', 'Titolo della persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'r', 'Ore', 'Ore', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('270', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('300', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('300', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('300', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('300', 'a', 'Estensione', 'Estensione', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('300', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('300', 'c', 'Dimensioni', 'Dimensioni', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'SR', '', '', NULL),
                ('300', 'd', 'Accompanying material [OBSOLETE, CAN/MARC]', 'Accompanying material [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('300', 'e', 'Accompanying material', 'Accompanying material', 0, 0, '', 3, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('300', 'f', 'Type of unit', 'Type of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('300', 'g', 'Size of unit', 'Size of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('300', 'e', 'Materiale allegato', 'Materiale allegato', 0, 0, '', 3, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('300', 'f', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('300', 'g', 'Dimensioni del materiale', 'Dimensioni del materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'SR', '', '', NULL),
                ('300', 'k', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('300', 'm', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('300', 'n', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('301', 'a', 'Extent of item', 'Extent of item', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('301', 'b', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('301', 'c', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
-               ('301', 'd', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('301', 'e', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('301', 'f', 'Speed', 'Speed', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
+               ('301', 'a', 'Estensione della copia', 'Estensione della copia', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('301', 'b', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('301', 'c', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
+               ('301', 'd', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('301', 'e', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('301', 'f', 'Velocità', 'Velocità', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
                ('302', 'a', 'Page count', 'Page count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
                ('303', 'a', 'Unit count', 'Unit count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
                ('304', 'a', 'Linear footage', 'Linear footage', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
-               ('305', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('305', 'a', 'Extent', 'Extent', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('305', 'b', 'Other physical details', 'Other physical details', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('305', 'c', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
+               ('305', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('305', 'a', 'Estensione', 'Estensione', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('305', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('305', 'c', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
                ('305', 'd', 'Microgroove or standard', 'Microgroove or standard', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('305', 'e', 'Stereophonic, monaural', 'Stereophonic, monaural', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('305', 'f', 'Number of tracks', 'Number of tracks', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
+               ('305', 'e', 'Stereofonico, monoaurale', 'Stereofonico, monoaurale', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('305', 'f', 'Numero dei tracciati', 'Numero dei tracciati', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
                ('305', 'm', 'Serial identification', 'Serial identification', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('305', 'n', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
-               ('306', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('306', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('306', 'a', 'Playing time', 'Playing time', 0, 0, '', 3, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('307', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('307', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('307', 'a', 'Hours', 'Hours', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('307', 'b', 'Additional information', 'Additional information', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('308', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('308', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('308', 'a', 'Number of reels', 'Number of reels', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('306', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('306', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('306', 'a', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, '', 3, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('307', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('307', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('307', 'a', 'Ore', 'Ore', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('307', 'b', 'Informazione addizionale', 'Informazione addizionale', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('308', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('308', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('308', 'a', 'Numero di bobine', 'Numero di bobine', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('308', 'b', 'Footage', 'Footage', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('308', 'c', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('308', 'd', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('308', 'e', 'Width', 'Width', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('308', 'f', 'Presentation format', 'Presentation format', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('310', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('310', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('310', 'a', 'Current publication frequency', 'Current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('310', 'b', 'Date of current publication frequency', 'Date of current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('315', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('315', 'a', 'Frequency', 'Frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('315', 'b', 'Dates of frequency', 'Dates of frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('321', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('321', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('321', 'a', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('321', 'b', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('340', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('340', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('340', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('340', 'a', 'Material base and configuration', 'Material base and configuration', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('340', 'b', 'Dimensions', 'Dimensions', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('340', 'c', 'Materials applied to surface', 'Materials applied to surface', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('340', 'd', 'Information recording technique', 'Information recording technique', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('340', 'e', 'Support', 'Support', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('340', 'f', 'Production rate/ratio', 'Production rate/ratio', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('340', 'h', 'Location within medium', 'Location within medium', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('340', 'i', 'Technical specifications of medium', 'Technical specifications of medium', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', '2', 'Reference method used', 'Reference method used', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'a', 'Name', 'Name', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'b', 'Coordinate or distance units', 'Coordinate or distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'c', 'Latitude resolution', 'Latitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'd', 'Longitude resolution', 'Longitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'e', 'Standard parallel or oblique line latitude', 'Standard parallel or oblique line latitude', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'f', 'Oblique line longitude', 'Oblique line longitude', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'g', 'Longitude of central meridian or projection center', 'Longitude of central meridian or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'h', 'Latitude of projection origin or projection center', 'Latitude of projection origin or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'i', 'False easting', 'False easting', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'j', 'False northing', 'False northing', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'k', 'Scale factor', 'Scale factor', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'l', 'Height of perspective point above surface', 'Height of perspective point above surface', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'm', 'Azimuthal angle', 'Azimuthal angle', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'n', 'Azimuth measure point longitude or straight vertical longitude from pole', 'Azimuth measure point longitude or straight vertical longitude from pole', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'o', 'Landsat number and path number', 'Landsat number and path number', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'p', 'Zone identifier', 'Zone identifier', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'q', 'Ellipsoid name', 'Ellipsoid name', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'r', 'Semi-major axis', 'Semi-major axis', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 's', 'Denominator of flattening ratio', 'Denominator of flattening ratio', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 't', 'Vertical resolution', 'Vertical resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'u', 'Vertical encoding method', 'Vertical encoding method', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'v', 'Local planar, local, or other projection or grid description', 'Local planar, local, or other projection or grid description', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('342', 'w', 'Local planar or local georeference information', 'Local planar or local georeference information', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('343', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('343', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('343', 'a', 'Planar coordinate encoding method', 'Planar coordinate encoding method', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('343', 'b', 'Planar distance units', 'Planar distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('343', 'c', 'Abscissa resolution', 'Abscissa resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('343', 'd', 'Ordinate resolution', 'Ordinate resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('343', 'e', 'Distance resolution', 'Distance resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('343', 'f', 'Bearing resolution', 'Bearing resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('343', 'g', 'Bearing unit', 'Bearing unit', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('343', 'h', 'Bearing reference direction', 'Bearing reference direction', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('343', 'i', 'Bearing reference meridian', 'Bearing reference meridian', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('350', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('350', 'a', 'Price', 'Price', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('350', 'b', 'Form of issue', 'Form of issue', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('351', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('351', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('351', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('351', 'a', 'Organization', 'Organization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('351', 'b', 'Arrangement', 'Arrangement', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('351', 'c', 'Hierarchical level', 'Hierarchical level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('352', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('352', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('352', 'a', 'Direct reference method', 'Direct reference method', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('352', 'b', 'Object type', 'Object type', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('352', 'c', 'Object count', 'Object count', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('352', 'd', 'Row count', 'Row count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('352', 'e', 'Column count', 'Column count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('352', 'f', 'Vertical count', 'Vertical count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('352', 'g', 'VPF topology level', 'VPF topology level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('352', 'i', 'Indirect reference description', 'Indirect reference description', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('355', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('355', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('355', 'a', 'Security classification', 'Security classification', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('355', 'b', 'Handling instructions', 'Handling instructions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('355', 'c', 'External dissemination information', 'External dissemination information', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('355', 'd', 'Downgrading or declassification event', 'Downgrading or declassification event', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('355', 'e', 'Classification system', 'Classification system', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('355', 'f', 'Country of origin code', 'Country of origin code', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('355', 'g', 'Downgrading date', 'Downgrading date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('355', 'h', 'Declassification date', 'Declassification date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('355', 'j', 'Authorization', 'Authorization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('357', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('357', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('357', 'a', 'Originator control term', 'Originator control term', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('357', 'b', 'Originating agency', 'Originating agency', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('357', 'c', 'Authorized recipients of material', 'Authorized recipients of material', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('357', 'g', 'Other restrictions', 'Other restrictions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('359', 'a', 'Rental price', 'Rental price', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('362', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('362', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('362', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('362', 'z', 'Source of information', 'Source of information', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('365', '2', 'Source of price type code', 'Source of price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('365', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('365', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('365', 'a', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('365', 'b', 'Price amount', 'Price amount', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('365', 'c', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('365', 'd', 'Unit of pricing', 'Unit of pricing', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('365', 'e', 'Price note', 'Price note', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('365', 'f', 'Price effective from', 'Price effective from', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('365', 'g', 'Price effective until', 'Price effective until', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('365', 'h', 'Tax rate 1', 'Tax rate 1', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('365', 'i', 'Tax rate 2', 'Tax rate 2', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('365', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('365', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('365', 'm', 'Identification of pricing entity', 'Identification of pricing entity', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('366', '2', 'Source of availability status code', 'Source of availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('366', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('366', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('366', 'a', 'Publishers\' compressed title identification', 'Publishers\' compressed title identification', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('366', 'b', 'Detailed date of publication', 'Detailed date of publication', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('366', 'c', 'Availability status code', 'Availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('366', 'd', 'Expected next availability date', 'Expected next availability date', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('366', 'e', 'Note', 'Note', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('366', 'f', 'Publishers\' discount category', 'Publishers\' discount category', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('366', 'g', 'Date made out of print', 'Date made out of print', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('366', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('366', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('366', 'm', 'Identification of agency', 'Identification of agency', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('400', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('308', 'c', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('308', 'd', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('308', 'e', 'Larghezza', 'Larghezza', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('308', 'f', 'Formato di presentazione', 'Formato di presentazione', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('310', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('310', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('310', 'a', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('310', 'b', 'Data di periodicità corrente della pubblicazione', 'Data di periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('315', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('315', 'a', 'Frequenza', 'Frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('315', 'b', 'Date della frequenza', 'Date della frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('321', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('321', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('321', 'a', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('321', 'b', 'Date di periodicità precedente della pubblicazione', 'Date di periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('340', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('340', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('340', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('340', 'a', 'Base e composizione del materiale', 'Base e composizione del materiale', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('340', 'b', 'Dimensioni', 'Dimensioni', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('340', 'c', 'Materiali applicati alla superficie', 'Materiali applicati alla superficie', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('340', 'd', 'Tecnica della registrazione della informazione', 'Tecnica della registrazione della informazione', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('340', 'e', 'Supporto', 'Supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('340', 'f', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('340', 'h', 'Localizzazione nel supporto', 'Localizzazione nel supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('340', 'i', 'Specificazioni tecniche del supporto', 'Specificazioni tecniche del supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', '2', 'Metodo di riferimento usato', 'Metodo di riferimento usato', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'a', 'Nome', 'Nome', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'b', 'Unità di distanza o di coordinate', 'Unità di distanza o di coordinate', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'c', 'Risoluzione di latitudine', 'Risoluzione di latitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'd', 'Risoluzione di longitudine', 'Risoluzione di longitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'e', 'Parallela standard o latitudine di lineare obliqua', 'Parallela standard o latitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'f', 'Longitudine di lineare obliqua', 'Longitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'g', 'Longitudine del meridiano centrale o del centro della proiezione', 'Longitudine del meridiano centrale o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'h', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'i', 'Ascissa falsa', 'Ascissa falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'j', 'Ordinata falsa', 'Ordinata falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'k', 'Fattore di scala', 'Fattore di scala', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'l', 'Altezza del punto di vista sulla superficie', 'Altezza del punto di vista sulla superficie', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'm', 'Angolo d\'azimut', 'Angolo d\'azimut', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'n', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'o', 'Numero del Landsat e numero di traiettoria', 'Numero del Landsat e numero di traiettoria', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'p', 'Identificatore di zona', 'Identificatore di zona', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'q', 'Nome dell\'ellissoide', 'Nome dell\'ellissoide', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'r', 'Semiasse maggiore', 'Semiasse maggiore', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 's', 'Denominatore del rapporto di spianatura', 'Denominatore del rapporto di spianatura', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 't', 'Risoluzione verticale', 'Risoluzione verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'u', 'Metodo di codifica verticale', 'Metodo di codifica verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'v', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('342', 'w', 'Informazione di riferimento geospaziale locale piano o locale', 'Informazione di riferimento geospaziale locale piano o locale', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('343', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('343', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('343', 'a', 'Metodo di codifica di coordinate piane', 'Metodo di codifica di coordinate piane', 1, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('343', 'b', 'Unità di distanza piana', 'Unità di distanza piana', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('343', 'c', 'Risoluzione dell\'ascissa', 'Risoluzione dell\'ascissa', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('343', 'd', 'Risoluzione dell\'ordinata', 'Risoluzione dell\'ordinata', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('343', 'e', 'Risoluzione di distanza', 'Risoluzione di distanza', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('343', 'f', 'Risoluzione di orientamento', 'Risoluzione di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('343', 'g', 'Unità di orientamento', 'Unità di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('343', 'h', 'Direzione di riferimento dell\'orientamento', 'Direzione di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('343', 'i', 'Meridiano di riferimento dell\'orientamento', 'Meridiano di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('350', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('350', 'a', 'Prezzo', 'Prezzo', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('350', 'b', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('351', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('351', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('351', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('351', 'a', 'Organizzazione', 'Organizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('351', 'b', 'Ordinamento', 'Ordinamento', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('351', 'c', 'Livello gerarchico', 'Livello gerarchico', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('352', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('352', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('352', 'a', 'Metodo di riferimento diretto', 'Metodo di riferimento diretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('352', 'b', 'Tipo di oggetto', 'Tipo di oggetto', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('352', 'c', 'Contatore di oggetti', 'Contatore di oggetti', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('352', 'd', 'Contatore di linee', 'Contatore di linee', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('352', 'e', 'Contattore di colonne', 'Contattore di colonne', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('352', 'f', 'Contattore verticale', 'Contattore verticale', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('352', 'g', 'Livello di topologia VPF', 'Livello di topologia VPF', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('352', 'i', 'Descrizione di riferimento indiretto', 'Descrizione di riferimento indiretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('355', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('355', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('355', 'a', 'Classificazione di sicurezza', 'Classificazione di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('355', 'b', 'Istruzioni per l\'uso', 'Istruzioni per l\'uso', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('355', 'c', 'Informazione di diffusione esterna', 'Informazione di diffusione esterna', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('355', 'd', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('355', 'e', 'Sistema di classificazione', 'Sistema di classificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('355', 'f', 'Codice del paese di origine', 'Codice del paese di origine', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('355', 'g', 'Data di riduzione del livello di sicurezza', 'Data di riduzione del livello di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('355', 'h', 'Data di declassificazione', 'Data di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('355', 'j', 'Autorizzazione', 'Autorizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('357', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('357', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('357', 'a', 'Termine di controllo del creatore', 'Termine di controllo del creatore', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('357', 'b', 'Agenzia di diffusione', 'Agenzia di diffusione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('357', 'c', 'Destinatari autorizzati del materiale', 'Destinatari autorizzati del materiale', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('357', 'g', 'Altre restrizioni', 'Altre restrizioni', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('359', 'a', 'Prezzo del prestito', 'Prezzo del prestito', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('362', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('362', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('362', 'a', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('362', 'z', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('365', '2', 'Fonte del codice del tipo di prezzo', 'Fonte del codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('365', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('365', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('365', 'a', 'Codice del tipo di prezzo', 'Codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('365', 'b', 'Prezzo totale', 'Prezzo totale', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('365', 'c', 'Codice della valuta', 'Codice della valuta', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('365', 'd', 'Unità de fissazione del prezzo', 'Unità de fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('365', 'e', 'Nota sul prezzo', 'Nota sul prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('365', 'f', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('365', 'g', 'Prezzo in vigore fino al', 'Prezzo in vigore fino al', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('365', 'h', 'Aliquota 1', 'Aliquota 1', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('365', 'i', 'Aliquota 2', 'Aliquota 2', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('365', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('365', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('365', 'm', 'Identificazione dell\'ente di fissazione del prezzo', 'Identificazione dell\'ente di fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('366', '2', 'Fonte dello stato di disponibilità', 'Fonte dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('366', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('366', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('366', 'a', 'Identificazione editoriale abbreviata di titolo', 'Identificazione editoriale abbreviata di titolo', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('366', 'b', 'Data dettagliata di pubblicazione', 'Data dettagliata di pubblicazione', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('366', 'c', 'Codice dello stato di disponibilità', 'Codice dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('366', 'd', 'Data prevedibile della prossima disponibilità', 'Data prevedibile della prossima disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('366', 'e', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('366', 'f', 'Tipo di sconto dell\'editore', 'Tipo di sconto dell\'editore', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('366', 'g', 'Data di esaurimento', 'Data di esaurimento', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('366', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('366', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('366', 'm', 'Identificazione dell\'agenzia', 'Identificazione dell\'agenzia', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('400', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('400', 'a', 'Personal name', 'Personal name', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'b', 'Numeration', 'Numeration', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('400', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('400', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('400', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('400', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('400', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('410', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('411', '4', 'Relator code', 'Relator code', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', '6', 'Linkage', 'Linkage', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('410', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('411', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('411', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('411', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('440', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('440', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('411', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('440', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('440', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('440', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('440', 'a', 'Title', 'Title', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'SR', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
-               ('440', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('440', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('440', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('440', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, 0, 'SR', '', '', NULL),
-               ('490', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('490', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
-               ('490', 'a', 'Series statement', 'Series statement', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('490', 'l', 'Library of Congress call number', 'Library of Congress call number', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('490', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('490', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('500', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('500', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('500', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('500', 'a', 'General note', 'General note', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('440', 'a', 'Titolo', 'Titolo', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'SR', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
+               ('440', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('440', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('440', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('440', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('490', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('490', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', NULL, NULL, -6, 'SR', '', '', NULL),
+               ('490', 'a', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('490', 'l', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('490', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 1, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('490', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('500', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('500', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('500', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('500', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('500', 'a', 'Nota generale', 'Nota generale', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
                ('500', 'l', 'Library of Congress call number (SE) [OBSOLETE]', 'Library of Congress call number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('500', 'n', 'n (RLIN) [OBSOLETE]', 'n (RLIN) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('500', 'x', 'International Standard Serial Number (SE) [OBSOLETE]', 'International Standard Serial Number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('500', 'z', 'Source of note information (AM SE) [OBSOLETE]', 'Source of note information (AM SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('501', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('501', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('501', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('501', 'a', 'With note', 'With note', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('502', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('502', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('502', 'a', 'Dissertation note', 'Dissertation note', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('503', '8', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('501', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('501', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('501', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('501', 'a', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('502', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('502', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('502', 'a', 'Nota di dissertazione', 'Nota di dissertazione', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('503', '8', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('503', 'a', 'Bibliographic history note', 'Bibliographic history note', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('504', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('504', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('504', 'a', 'Bibliography, etc', 'Bibliography, etc', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('504', 'b', 'Number of references', 'Number of references', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('505', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('505', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('505', 'a', 'Formatted contents note', 'Formatted contents note', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('505', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('505', 'r', 'Statement of responsibility', 'Statement of responsibility', 1, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('505', 't', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('505', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'SR', '', '', NULL),
-               ('506', '2', 'Source of term', 'Source of term', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('506', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('506', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('506', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('506', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('506', 'a', 'Terms governing access', 'Terms governing access', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('506', 'b', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('506', 'c', 'Physical access provisions', 'Physical access provisions', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('506', 'd', 'Authorized users', 'Authorized users', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('506', 'e', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('506', 'f', 'Standardized terminology for access restriction', 'Standardized terminology for access restriction', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('506', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'SR', '', '', NULL),
-               ('507', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('507', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('507', 'a', 'Representative fraction of scale note', 'Representative fraction of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('507', 'b', 'Remainder of scale note', 'Remainder of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('508', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('508', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('508', 'a', 'Creation/production credits note', 'Creation/production credits note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('509', 'a', 'Informal Notes', 'Informal Notes', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('510', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('510', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('510', 'a', 'Name of source', 'Name of source', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('510', 'b', 'Coverage of source', 'Coverage of source', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('510', 'c', 'Location within source', 'Location within source', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('510', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('511', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('511', 'a', 'Participant or performer note', 'Participant or performer note', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('512', '6', 'Linkage', 'Linkage', 0, 0, '', -1, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('504', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('504', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('504', 'a', 'Nota di bibliografia, ecc.', 'Nota di bibliografia, ecc.', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('504', 'b', 'Numero dei riferimenti', 'Numero dei riferimenti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('505', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('505', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('505', 'a', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('505', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 1, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('505', 'r', 'Formulazione di responsabilità', 'Formulazione di responsabilità', 1, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('505', 't', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('505', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'SR', '', '', NULL),
+               ('506', '2', 'Fonte', 'Fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('506', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('506', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('506', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('506', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('506', 'a', 'Condizioni che regolano l\'accesso', 'Condizioni che regolano l\'accesso', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('506', 'b', 'Competenza legale', 'Competenza legale', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('506', 'c', 'Disposizioni per l\'accesso fisico', 'Disposizioni per l\'accesso fisico', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('506', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('506', 'e', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('506', 'f', 'Terminologia normalizzata della restrizione all’accesso', 'Terminologia normalizzata della restrizione all’accesso', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('506', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'SR', '', '', NULL),
+               ('507', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('507', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('507', 'a', 'Nota di frazione rappresentativa di scala', 'Nota di frazione rappresentativa di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('507', 'b', 'Restante parte della nota di scala', 'Restante parte della nota di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('508', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('508', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('508', 'a', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('509', 'a', 'Note informali', 'Note informali', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('510', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('510', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('510', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('510', 'a', 'Nome della fonte', 'Nome della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('510', 'b', 'Copertura della fonte', 'Copertura della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('510', 'c', 'Localizzazione nella fonte', 'Localizzazione nella fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('510', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('511', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('511', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('511', 'a', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('512', '6', 'Collegamento', 'Collegamento', 0, 0, '', -1, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('512', 'a', 'Earlier or later volumes separately cataloged note', 'Earlier or later volumes separately cataloged note', 0, 0, '', -1, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('513', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('513', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('513', 'a', 'Type of report', 'Type of report', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('513', 'b', 'Period covered', 'Period covered', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'a', 'Attribute accuracy report', 'Attribute accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'b', 'Attribute accuracy value', 'Attribute accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'c', 'Attribute accuracy explanation', 'Attribute accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'd', 'Logical consistency report', 'Logical consistency report', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'e', 'Completeness report', 'Completeness report', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'f', 'Horizontal position accuracy report', 'Horizontal position accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'g', 'Horizontal position accuracy value', 'Horizontal position accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'h', 'Horizontal position accuracy explanation', 'Horizontal position accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'i', 'Vertical positional accuracy report', 'Vertical positional accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'j', 'Vertical positional accuracy value', 'Vertical positional accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'k', 'Vertical positional accuracy explanation', 'Vertical positional accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'm', 'Cloud cover', 'Cloud cover', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('514', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'SR', '', '', NULL),
-               ('514', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('515', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('515', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('515', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('513', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('513', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('513', 'a', 'Tipo di rapporto', 'Tipo di rapporto', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('513', 'b', 'Periodo coperto', 'Periodo coperto', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'a', 'Rapporto di esattezza degli attributi', 'Rapporto di esattezza degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'b', 'Valore di esattezza degli attributi', 'Valore di esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'c', 'Spiegazione della esattezza degli attributi', 'Spiegazione della esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'd', 'Rapporto di coerenza logica', 'Rapporto di coerenza logica', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'e', 'Rapporto di completezza', 'Rapporto di completezza', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'f', 'Rapporto di esattezza di posizione orizzontale', 'Rapporto di esattezza di posizione orizzontale', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'g', 'Valore di esattezza di posizione orizzontale', 'Valore di esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'h', 'Spiegazione della esattezza di posizione orizzontale', 'Spiegazione della esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'i', 'Rapporto di esattezza di posizione verticale', 'Rapporto di esattezza di posizione verticale', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'j', 'Valore di esattezza di posizione verticale', 'Valore di esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'k', 'Spiegazione della esattezza di posizione verticale', 'Spiegazione della esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'm', 'Nuvolosità', 'Nuvolosità', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('514', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'SR', '', '', NULL),
+               ('514', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('515', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('515', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('515', 'a', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('515', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, '', -1, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('516', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('516', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('516', 'a', 'Type of computer file or data note', 'Type of computer file or data note', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('517', 'a', 'Different formats', 'Different formats', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('517', 'b', 'Content descriptors', 'Content descriptors', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('517', 'c', 'Additional animation techniques', 'Additional animation techniques', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('518', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('518', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('518', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('518', 'a', 'Date/time and place of an event note', 'Date/time and place of an event note', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('520', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('520', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('520', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('520', 'a', 'Summary, etc', 'Summary, etc', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('520', 'b', 'Expansion of summary note', 'Expansion of summary note', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('520', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'SR', '', '', NULL),
+               ('516', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('516', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('516', 'a', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('517', 'a', 'Formati multipli', 'Formati multipli', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('517', 'b', 'Descrittori del contenuto', 'Descrittori del contenuto', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('517', 'c', 'Tecniche d\'animazione addizionali', 'Tecniche d\'animazione addizionali', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('518', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('518', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('518', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('518', 'a', 'Nota sulla data/ora e luogo dell\'evento', 'Nota sulla data/ora e luogo dell\'evento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('520', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('520', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('520', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('520', 'a', 'Nota di riassunto, ecc.', 'Nota di riassunto, ecc.', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('520', 'b', 'Nota di estensione del riassunto', 'Nota di estensione del riassunto', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('520', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'SR', '', '', NULL),
                ('520', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('521', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('521', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('521', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('521', 'a', 'Target audience note', 'Target audience note', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('521', 'b', 'Source', 'Source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('522', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('522', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('522', 'a', 'Geographic coverage note', 'Geographic coverage note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('523', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('523', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('521', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('521', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('521', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('521', 'a', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('521', 'b', 'Fonte', 'Fonte', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('522', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('522', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('522', 'a', 'Nota di copertura geografica', 'Nota di copertura geografica', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('523', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('523', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('523', 'a', 'Time period of content note', 'Time period of content note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('524', '2', 'Source of schema used', 'Source of schema used', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('524', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('524', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('524', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('524', 'a', 'Preferred citation of described materials note', 'Preferred citation of described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('525', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('525', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('525', 'a', 'Supplement note', 'Supplement note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('524', '2', 'Fonte dello schema usato', 'Fonte dello schema usato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('524', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('524', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('524', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('524', 'a', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('525', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('525', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('525', 'a', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('525', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('526', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('526', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('526', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('526', 'a', 'Program name', 'Program name', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('526', 'b', 'Interest level', 'Interest level', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('526', 'c', 'Reading level', 'Reading level', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('526', 'd', 'Title point value', 'Title point value', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('526', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('526', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 6, 'SR', '', '', NULL),
-               ('526', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('527', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('526', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('526', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('526', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('526', 'a', 'Nome del programma', 'Nome del programma', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('526', 'b', 'Livello d\'interesse', 'Livello d\'interesse', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('526', 'c', 'Livello di lettura', 'Livello di lettura', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('526', 'd', 'Valore numerico del titolo', 'Valore numerico del titolo', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('526', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('526', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 5, '', '', '', NULL, 6, 'SR', '', '', NULL),
+               ('526', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('527', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('527', 'a', 'Censorship note', 'Censorship note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('530', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('530', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('530', 'a', 'Additional physical form available note', 'Additional physical form available note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('530', 'b', 'Availability source', 'Availability source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('530', 'c', 'Availability conditions', 'Availability conditions', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('530', 'd', 'Order number', 'Order number', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('530', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'SR', '', '', NULL),
+               ('530', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('530', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('530', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('530', 'a', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('530', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('530', 'c', 'Condizioni di disponibilità', 'Condizioni di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('530', 'd', 'Numero di ordine', 'Numero di ordine', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('530', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'SR', '', '', NULL),
                ('530', 'z', 'Source of note information (AM CF VM SE) [OBSOLETE]', 'Source of note information (AM CF VM SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('533', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('533', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('533', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('533', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('533', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('533', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('533', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('533', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('533', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('533', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('533', 'm', 'Dates and/or sequential designation of issues reproduced', 'Dates and/or sequential designation of issues reproduced', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('533', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 'a', 'Main entry of original', 'Main entry of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 'b', 'Edition statement of original', 'Edition statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 'c', 'Publication, distribution, etc', 'Publication, distribution, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 'e', 'Physical description, etc', 'Physical description, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 'f', 'Series statement of original', 'Series statement of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 'k', 'Key title of original', 'Key title of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 'l', 'Location of original', 'Location of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 'm', 'Material specific details', 'Material specific details', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 'n', 'Note about original', 'Note about original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 'p', 'Introductory phrase', 'Introductory phrase', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 't', 'Title statement of original', 'Title statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('534', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('535', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('535', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('535', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('535', 'a', 'Custodian', 'Custodian', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('535', 'b', 'Postal address', 'Postal address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('535', 'c', 'Country', 'Country', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('535', 'd', 'Telecommunications address', 'Telecommunications address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('535', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('536', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('536', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('536', 'a', 'Text of note', 'Text of note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('536', 'b', 'Contract number', 'Contract number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('536', 'c', 'Grant number', 'Grant number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('536', 'd', 'Undifferentiated number', 'Undifferentiated number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('536', 'e', 'Program element number', 'Program element number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('536', 'f', 'Project number', 'Project number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('536', 'g', 'Task number', 'Task number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('536', 'h', 'Work unit number', 'Work unit number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('537', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('533', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('533', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('533', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('533', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('533', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('533', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('533', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('533', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('533', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('533', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('533', 'm', 'Date e/o designazione sequenziale dei documenti riprodotti', 'Date e/o designazione sequenziale dei documenti riprodotti', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('533', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 'a', 'Accesso principale dell\'originale', 'Accesso principale dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 'b', 'Formulazione di edizione dell\'originale', 'Formulazione di edizione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 'c', 'Pubblicazione, distribuzione, ecc., dell\'originale', 'Pubblicazione, distribuzione, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 'e', 'Descrizione fisica, ecc., dell\'originale', 'Descrizione fisica, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 'f', 'Formulazione della serie dell\'originale', 'Formulazione della serie dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 'k', 'Titolo chiave dell\'originale', 'Titolo chiave dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 'l', 'Localizzazione dell\'originale', 'Localizzazione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 'n', 'Nota sull\'originale', 'Nota sull\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 'p', 'Frase introduttiva', 'Frase introduttiva', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 't', 'Formulazione del titolo dell\'originale', 'Formulazione del titolo dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('534', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('535', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('535', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('535', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('535', 'a', 'Conservatore', 'Conservatore', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('535', 'b', 'Indirizzo postale', 'Indirizzo postale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('535', 'c', 'Paese', 'Paese', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('535', 'd', 'Indirizzo di telecomunicazione', 'Indirizzo di telecomunicazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('535', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('536', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('536', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('536', 'a', 'Testo della nota', 'Testo della nota', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('536', 'b', 'Numero di contratto', 'Numero di contratto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('536', 'c', 'Numero di sovvenzione', 'Numero di sovvenzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('536', 'd', 'Numero indifferenziato', 'Numero indifferenziato', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('536', 'e', 'Numero di elemento di un programma', 'Numero di elemento di un programma', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('536', 'f', 'Numero di progetto', 'Numero di progetto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('536', 'g', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('536', 'h', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('537', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('537', 'a', 'Source of data note', 'Source of data note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('538', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('538', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('538', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('538', 'a', 'System details note', 'System details note', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('538', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('538', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'SR', '', '', NULL),
-               ('540', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('540', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('540', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('540', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('540', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('540', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('540', 'c', 'Authorization', 'Authorization', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('540', 'd', 'Authorized users', 'Authorized users', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('540', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'SR', '', '', NULL),
-               ('541', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('541', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('541', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('541', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('541', 'a', 'Source of acquisition', 'Source of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
-               ('541', 'b', 'Address', 'Address', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
-               ('541', 'c', 'Method of acquisition', 'Method of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
-               ('541', 'd', 'Date of acquisition', 'Date of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
-               ('541', 'e', 'Accession number', 'Accession number', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
-               ('541', 'f', 'Owner', 'Owner', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
-               ('541', 'h', 'Purchase price', 'Purchase price', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
-               ('541', 'n', 'Extent', 'Extent', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
-               ('541', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
-               ('543', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('538', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('538', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('538', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('538', 'a', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('538', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('538', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'SR', '', '', NULL),
+               ('540', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('540', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('540', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('540', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('540', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('540', 'b', 'Competenza legale', 'Competenza legale', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('540', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('540', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('540', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'SR', '', '', NULL),
+               ('541', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('541', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('541', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('541', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('541', 'a', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
+               ('541', 'b', 'Indirizzo', 'Indirizzo', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
+               ('541', 'c', 'Metodo d\'acquisto', 'Metodo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
+               ('541', 'd', 'Data d\'acquisto', 'Data d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
+               ('541', 'e', 'Numero d\'accessione', 'Numero d\'accessione', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
+               ('541', 'f', 'Proprietario', 'Proprietario', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
+               ('541', 'h', 'Prezzo d\'acquisto', 'Prezzo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
+               ('541', 'n', 'Estensione', 'Estensione', 0, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
+               ('541', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, 1, 'SR', '', '', NULL),
+               ('543', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('543', 'a', 'Solicitation information note', 'Solicitation information note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('544', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('544', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('544', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('544', 'a', 'Custodian', 'Custodian', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('544', 'b', 'Address', 'Address', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('544', 'c', 'Country', 'Country', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('544', 'd', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('544', 'e', 'Provenance', 'Provenance', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('544', 'n', 'Note', 'Note', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('545', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('545', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('545', 'a', 'Biographical or historical note', 'Biographical or historical note', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('545', 'b', 'Expansion', 'Expansion', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('545', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'SR', '', '', NULL),
-               ('546', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('546', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('546', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('546', 'a', 'Language note', 'Language note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('546', 'b', 'Information code or alphabet', 'Information code or alphabet', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('544', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('544', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('544', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('544', 'a', 'Conservatore', 'Conservatore', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('544', 'b', 'Indirizzo', 'Indirizzo', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('544', 'c', 'Paese', 'Paese', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('544', 'd', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('544', 'e', 'Provenienza', 'Provenienza', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('544', 'n', 'Nota', 'Nota', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('545', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('545', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('545', 'a', 'Nota biografica o storica', 'Nota biografica o storica', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('545', 'b', 'Ampliamento', 'Ampliamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('545', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'SR', '', '', NULL),
+               ('546', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('546', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('546', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('546', 'a', 'Nota sulla lingua', 'Nota sulla lingua', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('546', 'b', 'Codice d\'informazione o alfabeto', 'Codice d\'informazione o alfabeto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
                ('546', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('547', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('547', 'a', 'Former title complexity note', 'Former title complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('547', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('547', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('547', 'a', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('547', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('550', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('550', 'a', 'Issuing body note', 'Issuing body note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('550', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('550', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('550', 'a', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('550', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('552', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'a', 'Entity type label', 'Entity type label', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'b', 'Entity type definition and source', 'Entity type definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'c', 'Attribute label', 'Attribute label', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'd', 'Attribute definition and source', 'Attribute definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'e', 'Enumerated domain value', 'Enumerated domain value', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'f', 'Enumerated domain value definition and source', 'Enumerated domain value definition and source', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'g', 'Range domain minimum and maximum', 'Range domain minimum and maximum', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'h', 'Codeset name and source', 'Codeset name and source', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'i', 'Unrepresentable domain', 'Unrepresentable domain', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'j', 'Attribute units of measurement and resolution', 'Attribute units of measurement and resolution', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'k', 'Beginning date and ending date of attribute values', 'Beginning date and ending date of attribute values', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'l', 'Attribute value accuracy', 'Attribute value accuracy', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'm', 'Attribute value accuracy explanation', 'Attribute value accuracy explanation', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'n', 'Attribute measurement frequency', 'Attribute measurement frequency', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'o', 'Entity and attribute overview', 'Entity and attribute overview', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'p', 'Entity and attribute detail citation', 'Entity and attribute detail citation', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('552', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'SR', '', '', NULL),
-               ('552', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('555', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('555', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('555', 'a', 'Cumulative index/finding aids note', 'Cumulative index/finding aids note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('555', 'b', 'Availability source', 'Availability source', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('555', 'c', 'Degree of control', 'Degree of control', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('555', 'd', 'Bibliographic reference', 'Bibliographic reference', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('555', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'SR', '', '', NULL),
-               ('556', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('556', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('556', 'a', 'Information about documentation note', 'Information about documentation note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('556', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('561', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('561', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('561', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('561', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('561', 'a', 'History', 'History', 0, 0, '', 5, '', '', '', NULL, 6, 'SR', '', '', NULL),
+               ('552', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'a', 'Etichetta del tipo di ente', 'Etichetta del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'b', 'Definizione e fonte del tipo di ente', 'Definizione e fonte del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'c', 'Etichetta dell\'attributo', 'Etichetta dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'd', 'Definizione e fonte dell\'attributo', 'Definizione e fonte dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'e', 'Valore del dominio enumerato', 'Valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'f', 'Definizione e fonte del valore del dominio enumerato', 'Definizione e fonte del valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'g', 'Minimo e massimo del range del dominio', 'Minimo e massimo del range del dominio', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'h', 'Nome e fonte del set dei codici', 'Nome e fonte del set dei codici', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'i', 'Dominio non rappresentabile', 'Dominio non rappresentabile', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'j', 'Unità di misura e risoluzione degli attributi', 'Unità di misura e risoluzione degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'k', 'Data d\'inizio e data di fine dei valori dell\'attributo', 'Data d\'inizio e data di fine dei valori dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'l', 'Esattezza del valore dell\'attributo', 'Esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'm', 'Spiegazione dell\'esattezza del valore dell\'attributo', 'Spiegazione dell\'esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'n', 'Frequenza della misura d\'attributo', 'Frequenza della misura d\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'o', 'Riassunto di ente e d\'attributo', 'Riassunto di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'p', 'Citazione dei dettagli di ente e d\'attributo', 'Citazione dei dettagli di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('552', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'SR', '', '', NULL),
+               ('552', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('555', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('555', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('555', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('555', 'a', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('555', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('555', 'c', 'Grado di controllo', 'Grado di controllo', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('555', 'd', 'Riferimento bibliografico', 'Riferimento bibliografico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('555', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'SR', '', '', NULL),
+               ('556', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('556', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('556', 'a', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('556', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('561', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('561', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('561', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('561', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('561', 'a', 'Storia', 'Storia', 0, 0, '', 5, '', '', '', NULL, 6, 'SR', '', '', NULL),
                ('561', 'b', 'Time of collation [OBSOLETE]', 'Time of collation [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, 6, 'SR', '', '', NULL),
-               ('562', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('562', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('562', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('562', 'a', 'Identifying markings', 'Identifying markings', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('562', 'b', 'Copy identification', 'Copy identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('562', 'c', 'Version identification', 'Version identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('562', 'd', 'Presentation format', 'Presentation format', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('562', 'e', 'Number of copies', 'Number of copies', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('563', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('563', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('563', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('563', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('563', 'a', 'Binding note', 'Binding note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('563', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'SR', '', '', NULL),
-               ('565', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('565', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('565', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('565', 'a', 'Number of cases/variables', 'Number of cases/variables', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('565', 'b', 'Name of variable', 'Name of variable', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('565', 'c', 'Unit of analysis', 'Unit of analysis', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('565', 'd', 'Universe of data', 'Universe of data', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('565', 'e', 'Filing scheme or code', 'Filing scheme or code', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('567', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('567', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('567', 'a', 'Methodology note', 'Methodology note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('570', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('562', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('562', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('562', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('562', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('562', 'a', 'Marche d\'identificazione', 'Marche d\'identificazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('562', 'b', 'Identificazione della copia', 'Identificazione della copia', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('562', 'c', 'Identificazione della versione', 'Identificazione della versione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('562', 'd', 'Formato di presentazione', 'Formato di presentazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('562', 'e', 'Numero di copie', 'Numero di copie', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('563', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('563', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('563', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('563', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('563', 'a', 'Nota sulla rilegatura', 'Nota sulla rilegatura', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('563', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'SR', '', '', NULL),
+               ('565', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('565', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('565', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('565', 'a', 'Numero di pratiche/variabili', 'Numero di pratiche/variabili', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('565', 'b', 'Nome della variabile', 'Nome della variabile', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('565', 'c', 'Unità d\'analisi', 'Unità d\'analisi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('565', 'd', 'Universo dei dati', 'Universo dei dati', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('565', 'e', 'Sistema o codice d’archiviazione', 'Sistema o codice d’archiviazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('567', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('567', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('567', 'a', 'Nota sulla metodologia', 'Nota sulla metodologia', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('570', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('570', 'a', 'Editor note', 'Editor note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('570', 'z', 'Source of note information', 'Source of note information', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('580', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('580', 'a', 'Linking entry complexity note', 'Linking entry complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('580', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('580', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('580', 'a', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('580', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('581', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('581', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('581', 'a', 'Publications about described materials note', 'Publications about described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('581', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('582', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('581', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('581', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('581', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('581', 'a', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('581', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('582', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('582', 'a', 'Related computer files note', 'Related computer files note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('583', '2', 'Source of term', 'Source of term', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('583', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('583', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('583', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('583', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('583', 'a', 'Action', 'Action', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'b', 'Action identification', 'Action identification', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'c', 'Time/date of action', 'Time/date of action', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'd', 'Action interval', 'Action interval', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'e', 'Contingency for action', 'Contingency for action', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'f', 'Authorization', 'Authorization', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'h', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'i', 'Method of action', 'Method of action', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'j', 'Site of action', 'Site of action', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'k', 'Action agent', 'Action agent', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'l', 'Status', 'Status', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'n', 'Extent', 'Extent', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('583', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -1, 'SR', '', '', NULL),
-               ('583', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', NULL, 4, 'SR', '', '', NULL),
-               ('583', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('584', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('584', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('584', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('584', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('584', 'a', 'Accumulation', 'Accumulation', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('584', 'b', 'Frequency of use', 'Frequency of use', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('585', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('585', '5', 'Institution to which field applies', 'Institution to which field applies', 0, -6, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('585', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('585', 'a', 'Exhibitions note', 'Exhibitions note', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('586', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('586', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('586', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('586', 'a', 'Awards note', 'Awards note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('583', '2', 'Fonte', 'Fonte', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('583', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('583', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('583', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('583', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('583', 'a', 'Azione', 'Azione', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'b', 'Identificazione dell\'azione', 'Identificazione dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'c', 'Momento/data dell\'azione', 'Momento/data dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'd', 'Intervallo dell\'azione', 'Intervallo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'e', 'Contingenza per l\'azione', 'Contingenza per l\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'f', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'h', 'Competenza legale', 'Competenza legale', 0, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'i', 'Metodo dell\'azione', 'Metodo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'j', 'Luogo dell\'azione', 'Luogo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'k', 'Agente dell\'azione', 'Agente dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'l', 'Stato', 'Stato', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'n', 'Estensione', 'Estensione', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('583', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -1, 'SR', '', '', NULL),
+               ('583', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', NULL, 4, 'SR', '', '', NULL),
+               ('583', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('584', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('584', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('584', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('584', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('584', 'a', 'Accumulo', 'Accumulo', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('584', 'b', 'Frequenza d\'uso', 'Frequenza d\'uso', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('585', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('585', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, -6, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('585', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('585', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('585', 'a', 'Nota di mostre', 'Nota di mostre', 0, 0, '', 5, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('586', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('586', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('586', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('586', 'a', 'Nota di premi', 'Nota di premi', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
                ('590', '6', 'Linkage (RLIN)', 'Linkage (RLIN)', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('590', '8', 'Field link and sequence number (RLIN)', 'Field link and sequence number (RLIN)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('590', 'a', 'Local note', 'Local note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('590', 'b', 'Provenance (VM) [OBSOLETE]', 'Provenance (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('590', 'c', 'Condition of individual reels (VM) [OBSOLETE]', 'Condition of individual reels (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('590', 'd', 'Origin of safety copy (VM) [OBSOLETE]', 'Origin of safety copy (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('600', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('600', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('600', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('600', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('600', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'SR', '', '', NULL),
-               ('600', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('600', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('600', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('600', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('600', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('600', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('600', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('600', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('600', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('600', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('610', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('610', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'SR', '', '', NULL),
+               ('600', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('600', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('600', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('600', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('600', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('600', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('600', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('600', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('600', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('600', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('610', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('610', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('610', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('610', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'SR', '', '', NULL),
-               ('610', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('610', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('610', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('610', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('610', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('610', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('610', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('610', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('610', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('611', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('611', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'SR', '', '', NULL),
+               ('610', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('610', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('610', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('610', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('610', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('610', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('610', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('610', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('610', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('611', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('611', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('611', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('611', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'SR', '', '', NULL),
+               ('611', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'SR', '', '', NULL),
                ('611', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('611', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('611', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('611', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('611', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('611', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('611', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('611', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('611', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('630', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('630', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('630', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('611', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('611', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('611', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('611', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('611', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('611', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('611', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('611', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('630', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('630', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('630', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('630', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('630', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'SR', '', '', NULL),
-               ('630', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('630', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('630', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('630', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('630', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('630', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('630', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('630', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('648', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('648', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('648', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('648', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('648', 'a', 'Chronological term', 'Chronological term', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'SR', '', '', NULL),
-               ('648', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('648', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('648', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('648', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('650', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('650', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('650', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('650', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('650', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('630', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'SR', '', '', NULL),
+               ('630', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('630', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('630', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('630', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('630', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('630', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('630', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('630', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('648', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('648', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('648', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('648', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('648', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'SR', '', '', NULL),
+               ('648', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('648', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('648', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('648', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('650', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('650', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('650', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('650', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('650', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('650', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('650', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'SR', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
-               ('650', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('650', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('650', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('650', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('650', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('650', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('650', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('650', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'SR', '', '', NULL),
-               ('651', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('651', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('651', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('651', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('651', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('650', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'SR', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
+               ('650', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('650', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('650', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('650', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('650', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('650', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('650', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('650', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'SR', '', '', NULL),
+               ('651', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('651', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('651', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('651', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('651', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('651', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('651', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'SR', '', '', NULL),
+               ('651', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'SR', '', '', NULL),
                ('651', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('651', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('651', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('651', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('651', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('651', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('652', 'a', 'Geographic name of place element', 'Geographic name of place element', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('652', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('652', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('652', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('653', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('653', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('653', 'a', 'Uncontrolled term', 'Uncontrolled term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('654', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('654', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('654', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('654', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('654', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('654', 'a', 'Focus term', 'Focus term', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'SR', '', '', NULL),
-               ('654', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('654', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('654', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('654', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('654', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('654', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('654', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('655', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('655', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('655', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('655', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('655', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('655', 'a', 'Genre/form data or focus term', 'Genre/form data or focus term', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'SR', '', '', NULL),
-               ('655', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('655', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('655', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('655', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('655', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('655', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('656', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('656', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('656', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('656', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('656', 'a', 'Occupation', 'Occupation', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'SR', '', '', NULL),
-               ('656', 'k', 'Form', 'Form', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('656', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('656', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('656', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('656', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('657', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('657', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('657', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('657', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('657', 'a', 'Function', 'Function', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'SR', '', '', NULL),
-               ('657', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('657', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('657', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('657', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('658', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('658', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('658', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('658', 'a', 'Main curriculum objective', 'Main curriculum objective', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'SR', '', '', NULL),
-               ('658', 'b', 'Subordinate curriculum objective', 'Subordinate curriculum objective', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('658', 'c', 'Curriculum code', 'Curriculum code', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('658', 'd', 'Correlation factor', 'Correlation factor', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('662', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('662', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('662', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('662', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('662', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('662', 'a', 'Country or larger entity', 'Country or larger entity', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'SR', '', '', NULL),
-               ('662', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('662', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('662', 'd', 'City', 'City', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('662', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('662', 'f', 'City subsection', 'City subsection', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('662', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('662', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('651', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('651', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('651', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('651', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('651', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('652', 'a', 'Nome geografico del luogo', 'Nome geografico del luogo', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('652', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('652', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('652', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('653', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('653', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('653', 'a', 'Termine non controllato', 'Termine non controllato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('654', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('654', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('654', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('654', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('654', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('654', 'a', 'Termine principale', 'Termine principale', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'SR', '', '', NULL),
+               ('654', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('654', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('654', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('654', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('654', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('654', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('654', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('655', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('655', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('655', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('655', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('655', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('655', 'a', 'Termine principale di genere/forma', 'Termine principale di genere/forma', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'SR', '', '', NULL),
+               ('655', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('655', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('655', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('655', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('655', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('655', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('656', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('656', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('656', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('656', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('656', 'a', 'Occupazione', 'Occupazione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'SR', '', '', NULL),
+               ('656', 'k', 'Forma', 'Forma', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('656', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('656', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('656', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('656', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('657', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('657', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('657', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('657', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('657', 'a', 'Funzione', 'Funzione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'SR', '', '', NULL),
+               ('657', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('657', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('657', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('657', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('658', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('658', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('658', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('658', 'a', 'Obiettivo principale del curriculum scolastico', 'Obiettivo principale del curriculum scolastico', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, 'SR', '', '', NULL),
+               ('658', 'b', 'Obiettivo secondario del curriculum scolastico', 'Obiettivo secondario del curriculum scolastico', 1, 0, '', 6, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('658', 'c', 'Codice di curriculum scolastico', 'Codice di curriculum scolastico', 0, 0, '', 6, '', '', '', NULL, 0, 'SR', '', '', NULL),
+               ('658', 'd', 'Fattore di correlazione', 'Fattore di correlazione', 0, 0, '', 6, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('662', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('662', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('662', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('662', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('662', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('662', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('662', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('662', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('662', 'd', 'Città', 'Città', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('662', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('662', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('662', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('662', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('690', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('690', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('690', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('690', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('690', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('690', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('690', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('690', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('690', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('690', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('690', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'SR', '', '', NULL),
-               ('690', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('690', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('690', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('690', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('690', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('690', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('690', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('690', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('690', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'SR', '', '', NULL),
+               ('690', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('690', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('690', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('690', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('690', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('690', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('690', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('690', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'SR', '', '', NULL),
                ('691', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('691', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('691', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('691', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('691', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('691', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('691', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('691', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('691', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('691', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('691', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('691', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'SR', '', '', NULL),
                ('691', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('691', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('691', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('691', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('691', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('691', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('691', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('691', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('691', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('696', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('696', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('696', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('696', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('696', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('696', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('697', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('697', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('697', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('697', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('697', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('697', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('698', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('698', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('698', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('698', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'SR', '', '', NULL),
                ('698', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('698', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('698', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('699', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('699', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('699', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('699', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('699', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('700', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('699', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('700', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('700', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('700', 'a', 'Personal name', 'Personal name', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'SR', '', '', NULL),
-               ('700', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('700', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('700', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('700', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('700', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('705', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'SR', '', '', NULL),
+               ('700', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('700', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('700', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('700', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('700', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('700', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('700', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('705', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('710', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'SR', '', '', NULL),
-               ('710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('710', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('710', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
-               ('710', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('710', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('711', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'SR', '', '', NULL),
+               ('710', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('710', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('710', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('710', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'SR', '', '', NULL),
+               ('710', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('710', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('711', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('711', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'SR', '', '', NULL),
+               ('711', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'SR', '', '', NULL),
                ('711', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('711', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('711', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('711', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('711', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('711', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('711', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('711', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('715', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('715', 'a', 'Corporate name or jurisdiction name', 'Corporate name or jurisdiction name', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('715', 'b', 'Subordinate unit', 'Subordinate unit', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('715', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('715', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('715', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('715', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('715', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('715', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('715', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('715', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('715', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('715', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('715', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 'a', 'Ragione sociale o nome giuridico', 'Ragione sociale o nome giuridico', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 'b', 'Unità subordinata', 'Unità subordinata', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('715', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('715', 'u', 'Nonprinting information', 'Nonprinting information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('720', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('720', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('720', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('720', 'a', 'Name', 'Name', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('720', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
-               ('730', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('720', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('720', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('720', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('720', 'a', 'Nome', 'Nome', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('720', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SR', '', '', NULL),
+               ('730', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('730', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('730', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('730', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('740', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('740', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('740', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('740', 'a', 'Uncontrolled related/analytical title', 'Uncontrolled related/analytical title', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('740', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('740', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('740', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('752', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('752', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('752', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('752', 'a', 'Country or larger entity', 'Country or larger entity', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('752', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('752', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('752', 'd', 'City', 'City', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('752', 'f', 'City subsection', 'City subsection', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('752', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('752', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('753', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('753', 'a', 'Make and model of machine', 'Make and model of machine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('753', 'b', 'Programming language', 'Programming language', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('753', 'c', 'Operating system', 'Operating system', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('754', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('754', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('754', 'a', 'Taxonomic name', 'Taxonomic name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('754', 'c', 'Taxonomic category', 'Taxonomic category', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('754', 'd', 'Common or alternative name', 'Common or alternative name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('754', 'x', 'Non-public note', 'Non-public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('754', 'z', 'Public note', 'Public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('755', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('755', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('755', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('755', 'a', 'Access term', 'Access term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('755', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('760', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'SR', '', '', NULL),
-               ('760', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('730', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('740', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('740', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('740', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('740', 'a', 'Titolo analitico/correlato non controllato', 'Titolo analitico/correlato non controllato', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('740', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('740', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('740', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('752', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('752', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('752', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('752', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('752', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('752', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('752', 'd', 'Città', 'Città', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('752', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('752', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('752', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('753', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('753', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('753', 'a', 'Marca e modello della macchina', 'Marca e modello della macchina', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('753', 'b', 'Linguaggio di programmazione', 'Linguaggio di programmazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('753', 'c', 'Sistema operativo', 'Sistema operativo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('754', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('754', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('754', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('754', 'a', 'Nome tassonomico', 'Nome tassonomico', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('754', 'c', 'Categoria tassonomica', 'Categoria tassonomica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('754', 'd', 'Nome comune o alternativo', 'Nome comune o alternativo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('754', 'x', 'Nota non pubblica', 'Nota non pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('754', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('755', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('755', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('755', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('755', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('755', 'a', 'Termine d\'accesso', 'Termine d\'accesso', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('755', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('755', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('755', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('760', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'SR', '', '', NULL),
+               ('760', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('760', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('760', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('760', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('762', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('762', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('762', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('765', 'q', 'Parallel title (BK SE)  [OBSOLETE]', 'Parallel title (BK SE)  [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('765', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('765', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('765', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('767', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('767', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('767', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', '8', 'Field link and sequence number', 'Field link and sequence number ', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('767', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('770', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('770', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('770', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('770', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('772', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('772', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('772', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('772', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', '0', 'Codice record bibliografico contenente lo spoglio', 'Codice record bibliografico contenente lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SF', '', '', NULL),
+               ('773', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', '9', 'Codice copia contenete lo spoglio', 'Codice copia contenete lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('773', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('773', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('773', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('774', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('774', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'e', 'Language code', 'Language code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'f', 'Country code', 'Country code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('774', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'e', 'Codice lingua', 'Codice lingua', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'f', 'Codice di paese', 'Codice di paese', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('775', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('775', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('775', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('775', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('776', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('776', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('776', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('776', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('777', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('777', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('777', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('780', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('780', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('780', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('780', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('785', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('785', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('785', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'j', 'Period of content', 'Period of content', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('785', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'j', 'Periodo del contenuto', 'Periodo del contenuto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('786', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('786', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('786', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('787', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('787', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('787', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('787', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('789', '%', '%', '%', 0, 0, '', 7, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('789', '2', '2', '2', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('789', '3', '3', '3', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
@@ -10464,365 +10640,369 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('789', 'y', 'y', 'y', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('789', 'z', 'z', 'z', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('796', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('796', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('796', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('796', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('796', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('796', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('797', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('797', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('797', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('797', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('797', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('797', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('798', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('798', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('798', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('798', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'SR', '', '', NULL),
                ('798', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('798', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('798', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('799', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('799', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('799', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('799', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('799', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('799', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('800', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('800', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('800', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('800', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('810', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('810', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('810', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('810', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('810', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('811', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('811', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'SR', '', '', NULL),
                ('811', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('811', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('811', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('830', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('830', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('830', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('840', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('841', 'a', 'Type of record', 'Type of record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('841', 'b', 'Fixed-length data elements', 'Fixed-length data elements', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('841', 'e', 'Encoding level', 'Encoding level', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('842', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('842', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('842', 'a', 'Textual physical form designator', 'Textual physical form designator', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('843', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('843', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('843', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('843', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('843', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('843', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('843', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('843', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('843', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('843', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('843', 'm', 'Dates of publication and/or sequential designation of issues reproduced', 'Dates of publication and/or sequential designation of issues reproduced', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('843', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('844', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('844', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('844', 'a', 'Name of unit', 'Name of unit', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('845', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('845', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('845', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('845', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('845', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('845', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('845', 'c', 'Authorization', 'Authorization', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('845', 'd', 'Authorized users', 'Authorized users', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('850', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('850', 'a', 'Holding institution', 'Holding institution', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('830', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('830', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('840', 'a', 'Titolo', 'Titolo', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('840', 'h', 'Supporto', 'Supporto', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('840', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('841', 'a', 'Tipo di record', 'Tipo di record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('841', 'b', 'Elementi a lunghezza fiss', 'Elementi a lunghezza fiss', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('841', 'e', 'Livello di codifica', 'Livello di codifica', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('842', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('842', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('842', 'a', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('843', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('843', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('843', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('843', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('843', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('843', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('843', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('843', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('843', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('843', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('843', 'm', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('843', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('844', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('844', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('844', 'a', 'Nome dell\'unità', 'Nome dell\'unità', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('845', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('845', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('845', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('845', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('845', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('845', 'b', 'Competenza legale', 'Competenza legale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('845', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('845', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('850', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('850', 'a', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
                ('850', 'b', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
                ('850', 'd', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
                ('850', 'e', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('851', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('851', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('851', 'a', 'Name (custodian or owner)', 'Name (custodian or owner)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('851', 'b', 'Institutional division', 'Institutional division', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('851', 'c', 'Street address', 'Street address', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('851', 'd', 'Country', 'Country', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('851', 'e', 'Location of units', 'Location of units', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('851', 'f', 'Item number', 'Item number', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('851', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
-               ('852', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'a', 'Location', 'Location', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'b', 'Sublocation or collection', 'Sublocation or collection', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'c', 'Shelving location', 'Shelving location', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'e', 'Address', 'Address', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'f', 'Coded location qualifier', 'Coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'g', 'Non-coded location qualifier', 'Non-coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'h', 'Classification part', 'Classification part', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'i', 'Item part', 'Item part', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'j', 'Shelving control number', 'Shelving control number', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'k', 'Call number prefix', 'Call number prefix', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'l', 'Shelving form of title', 'Shelving form of title', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'm', 'Call number suffix', 'Call number suffix', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'n', 'Country code', 'Country code', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 8, '', '', '', 1, 5, 'SR', '', '', NULL),
-               ('852', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('852', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('853', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('854', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('855', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('856', '2', 'Access method', 'Access method', 0, 0, '', 8, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('856', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('856', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('856', 'a', 'Host name', 'Host name', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'b', 'Access number', 'Access number', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'c', 'Compression information', 'Compression information', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('851', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('851', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('851', 'a', 'Nome (custode o proprietario)', 'Nome (custode o proprietario)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('851', 'b', 'Suddivisione istituzionale', 'Suddivisione istituzionale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('851', 'c', 'Indirizzo', 'Indirizzo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('851', 'd', 'Paese', 'Paese', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('851', 'e', 'Localizzazione dell\'unità', 'Localizzazione dell\'unità', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('851', 'f', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('851', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SR', '', '', NULL),
+               ('852', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'a', 'Localizzazione', 'Localizzazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'b', 'Sottolocalizzazione o collezione', 'Sottolocalizzazione o collezione', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'e', 'Indirizzo', 'Indirizzo', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'g', 'Qualificatore di localizzazione non codificato', 'Qualificatore di localizzazione non codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'l', 'Forma di collocazione (segnatura) di titolo', 'Forma di collocazione (segnatura) di titolo', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'n', 'Codice di paese', 'Codice di paese', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 8, '', '', '', 1, 5, 'SR', '', '', NULL),
+               ('852', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('852', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('853', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('854', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('855', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('856', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 8, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('856', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('856', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('856', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('856', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
                ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
                ('856', 'l', 'Logon', 'Logon', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'o', 'Operating system', 'Operating system', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 's', 'File size', 'File size', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'SR', '', '', NULL),
-               ('856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'w', 'Record control number', 'Record control number', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 1, 'SR', '', '', NULL),
-               ('856', 'y', 'Link text', 'Link text', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
-               ('856', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'n', 'Nome della localizzazione dell\'host', 'Nome della localizzazione dell\'host', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'p', 'Porta', 'Porta', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'r', 'Parametri', 'Parametri', 0, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'SR', '', '', NULL),
+               ('856', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 1, 'SR', '', '', NULL),
+               ('856', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
+               ('856', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, -1, 'SR', '', '', NULL),
                ('859', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('859', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('859', 'd', 'TDC (RLIN)', 'TDC (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
@@ -10831,140 +11011,215 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('859', 'r', 'REG (RLIN)', 'REG (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('859', 'v', 'VER (RLIN)', 'VER (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('859', 'x', 'LDEL (RLIN)', 'LDEL (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('866', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('866', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('866', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('866', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('866', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('867', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('867', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('867', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('867', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('867', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('868', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('868', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('868', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('868', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('868', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('870', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('870', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('871', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('872', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('863', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('863', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('863', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('863', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('864', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('864', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('864', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('865', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('865', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('865', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('866', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('866', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('866', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('866', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('866', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('867', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('867', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('867', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('867', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('867', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('868', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('868', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('868', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('868', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('868', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('870', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('870', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('871', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('872', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('872', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('872', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('873', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('873', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('876', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('876', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('876', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('872', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('872', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('873', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('873', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('876', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('876', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('876', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('876', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('876', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('876', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('876', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('876', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('876', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('876', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('876', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('876', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('876', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('876', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('876', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('876', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('876', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('876', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('876', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('876', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('876', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('877', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('877', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('877', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('876', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('876', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('876', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('877', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('877', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('877', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('877', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('877', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('877', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('877', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('877', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('877', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('877', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('877', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('877', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('877', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('877', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('877', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('877', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('877', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('877', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('877', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('877', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('877', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('878', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('878', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('878', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('877', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('877', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('877', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('878', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('878', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('878', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('878', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('878', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('878', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('878', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('878', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('878', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('878', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('878', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('878', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('878', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('878', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('878', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('878', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('878', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('878', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('878', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('878', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('878', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('878', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('878', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('878', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
                ('880', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('880', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('880', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('880', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('880', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('880', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('880', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('880', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('880', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
@@ -11030,117 +11285,117 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('886', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('886', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('886', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('887', '2', 'Source of data', 'Source of data', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('887', 'a', 'Content of non-MARC field', 'Content of non-MARC field', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('887', '2', 'Fonte dei dati', 'Fonte dei dati', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('887', 'a', 'Contenuto del campo non-MARC', 'Contenuto del campo non-MARC', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('896', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('896', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('896', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('896', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('896', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('896', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('897', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('897', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('897', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('897', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('897', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('897', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('898', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('898', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('898', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('898', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'SR', '', '', NULL),
                ('898', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('898', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('898', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('899', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('899', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('899', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SR', '', '', NULL),
-               ('899', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('899', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('900', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('900', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('900', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('899', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('899', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('900', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('900', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('900', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('901', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('901', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('901', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
@@ -11395,72 +11650,72 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('907', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('908', 'a', 'Put command parameter', 'Put command parameter', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('910', 'a', 'User-option data', 'User-option data', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('911', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('911', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('911', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 's', 'Version', 'Version', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('930', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('911', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 's', 'Versione', 'Versione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('930', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('936', 'a', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', 1, -6, 'SR', '', '', NULL),
-               ('940', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('940', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, -6, 'SR', '', '', NULL),
+               ('940', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('940', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('941', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('941', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('943', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 9, '', '', '', 1, 5, 'SR', '', '130', NULL),
-               ('943', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('943', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('941', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('943', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, 5, 'SR', '', '130', NULL),
+               ('943', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('943', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('945', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('945', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('945', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
@@ -11657,16 +11912,16 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('950', 'w', 'Subscription status code, LANT (RLIN)', 'Subscription status code, LANT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('950', 'y', 'Date, LVOL (RLIN)', 'Date, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('950', 'z', 'Retention, LVOL (RLIN)', 'Retention, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('951', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('951', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('951', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('951', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('951', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('951', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('951', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('951', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('951', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('951', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('951', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('951', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('951', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('951', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('951', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('951', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('951', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('951', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('951', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('955', 'a', 'Classification number, CCAL (RLIN)', 'Classification number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('955', 'b', 'Book number/undivided call number, CCAL (RLIN)', 'Book number/undivided call number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('955', 'c', 'Copy information and material description, CCAL + MDES (RLIN)', 'Copy information and material description, CCAL + MDES (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
@@ -11677,176 +11932,176 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('955', 'r', 'Circulation control number, HNT (RLIN)', 'Circulation control number, HNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('955', 's', 'Shelflist note, HNT (RLIN)', 'Shelflist note, HNT (RLIN)', 1, 0, '', 9, '', '', '', 1, 5, 'SR', '', '', NULL),
                ('955', 'u', 'Non-printing notes, HNT (RLIN)', 'Non-printing notes, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('956', '2', 'Access method', 'Access method', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', '3', 'Materials specified', 'Materials specified', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'a', 'Host name', 'Host name', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'b', 'Access number', 'Access number', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'c', 'Compression information', 'Compression information', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'd', 'Path', 'Path', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'i', 'Instruction', 'Instruction', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('956', 'k', 'Password', 'Password', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('956', 'l', 'Logon', 'Logon', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('956', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'o', 'Operating system', 'Operating system', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'p', 'Port', 'Port', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'r', 'Settings', 'Settings', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 's', 'File size', 'File size', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -6, 'SR', '', '', NULL),
-               ('956', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'w', 'Record control number', 'Record control number', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', 0, 6, 'SR', '', '', NULL),
-               ('956', 'y', 'Link text', 'Link text', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('956', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'p', 'Porta', 'Porta', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'r', 'Parametri', 'Parametri', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -6, 'SR', '', '', NULL),
+               ('956', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', 0, 6, 'SR', '', '', NULL),
+               ('956', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('956', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('960', '3', 'Materials specified, MATL', 'Materials specified, MATL', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
                ('960', 'a', 'Physical location, PLOC (RLIN)', 'Physical location, PLOC (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('967', 'a', 'GNR (RLIN)', 'GNR (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('967', 'c', 'PSI (RLIN)', 'PSI (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('980', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('980', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('981', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('982', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('980', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('980', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('981', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('982', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
                ('982', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('982', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
-               ('983', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('983', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('984', 'a', 'Holding library identification number', 'Holding library identification number', 0, 0, '', 9, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('984', 'b', 'Physical description codes', 'Physical description codes', 1, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('984', 'c', 'Call number', 'Call number', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('984', 'd', 'Volume or other numbering', 'Volume or other numbering', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('984', 'e', 'Dates', 'Dates', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('982', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('982', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
+               ('983', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('983', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
+               ('984', 'a', 'Numero idenficativo biblioteca proprietaria', 'Numero idenficativo biblioteca proprietaria', 0, 0, '', 9, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('984', 'b', 'Codici descrizione fisica', 'Codici descrizione fisica', 1, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('984', 'c', 'Numero di chiamata', 'Numero di chiamata', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('984', 'd', 'Volume o altra numerazione', 'Volume o altra numerazione', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('984', 'e', 'Date', 'Date', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('984', 'f', 'Completeness note', 'Completeness note', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('984', 'g', 'Referral note', 'Referral note', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('984', 'h', 'Retention note', 'Retention note', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('987', 'a', 'Romanization/conversion identifier', 'Romanization/conversion identifier', 0, 0, '', 9, '', '', '', NULL, -6, 'SR', '', '', NULL),
-               ('987', 'b', 'Agency that converted, created or reviewed', 'Agency that converted, created or reviewed', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('987', 'c', 'Date of conversion or review', 'Date of conversion or review', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('987', 'd', 'Status code', 'Status code ', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('987', 'e', 'Version of conversion program used', 'Version of conversion program used', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('987', 'f', 'Note', 'Note', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('987', 'b', 'Agenzia che ha convertito, creato o rivisto', 'Agenzia che ha convertito, creato o rivisto', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('987', 'c', 'Data della conversione o della revisione', 'Data della conversione o della revisione', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('987', 'd', 'Codice dello status', 'Codice dello status', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('987', 'e', 'Versione del programma usato per la conversione', 'Versione del programma usato per la conversione', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('987', 'f', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('990', 'a', 'Link information for 9XX fields', 'Link information for 9XX fields', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('990', 'b', 'Link information for field corresponding to 9XX field', 'Link information for field corresponding to 9XX field', 1, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('995', '0', 'Withdrawn status [LOCAL, KOHA]', 'Withdrawn status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', '1', 'Lost status [LOCAL, KOHA]', 'Lost status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', '2', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('995', '3', 'Use restrictions [LOCAL, KOHA]', 'Use restrictions [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', '4', 'Koha normalized classification for sorting [LOCAL, KOHA]', 'Koha normalized classification for sorting [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', '5', 'Coded location qualifier [LOCAL, KOHA]', 'Coded location qualifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('995', '6', 'Copy number [LOCAL, KOHA]', 'Copy number [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'SR', '', '', NULL),
-               ('995', '7', 'Uniform Resource Identifier [LOCAL, KOHA]', 'Uniform Resource Identifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', 1, 5, 'SR', '', '', NULL),
-               ('995', '8', 'Collection code [LOCAL, KOHA]', 'Collection code [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', '9', 'Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]', 'Internal itemnumber (Koha itemnumber) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'c', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'd', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'e', 'Genre detail', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'f', 'Barcode', 'Barcode', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'g', 'Barcode prefix', 'Barcode prefix', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'h', 'Barcode incrementation', 'Barcode incrementation', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'i', 'Barcode suffix', 'Barcode suffix', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'j', 'Section', 'Section', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 1, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'p', 'Serial', 'Serial', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'q', 'Intended audience (age level)', 'Intended audience (age level)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 's', 'Acquisition mode', 'Acquisition mode', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 't', 'Genre', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'u', 'Copy note', 'Copy note', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'v', 'Periodical number', 'Periodical number', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'w', 'Recipient organisation code', 'Recipient organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'x', 'Recipient organisation, free text', 'Recipient organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'y', 'Recipient parent organisation code', 'Recipient parent organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
-               ('995', 'z', 'Recipient parent organisation, free text', 'Recipient parent organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', '0', 'Ritiro della copia', 'Ritiro della copia', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', '1', 'Copia smarrita', 'Copia smarrita', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', '2', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 0, 0, '', 9, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('995', '3', 'Restrizioni d\'uso', 'Restrizioni d\'uso', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', '4', 'Classificazione normalizzata Koha per l\'ordinamento', 'Classificazione normalizzata Koha per l\'ordinamento', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', '5', 'Qualificatore dell\'ubicazione', 'Qualificatore dell\'ubicazione', 1, 0, '', 9, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('995', '6', 'Numero della copia', 'Numero della copia', 0, 0, '', 9, '', '', '', NULL, 5, 'SR', '', '', NULL),
+               ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, 5, 'SR', '', '', NULL),
+               ('995', '8', 'Collezione Koha', 'Collezione Koha', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', '9', 'Numero interno di copia (Koha itemnumber, autogenerato)', 'Numero interno di copia (Koha itemnumber, autogenerato)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'a', 'Bib. proprietaria della copia (testo libero)', 'Bib. proprietaria della copia (testo libero)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'b', 'Bib. proprietaria della copia', 'Bib. proprietaria della copia', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'c', 'Bib. che possiede o presta (holding branch)', 'Bib. che possiede o presta (holding branch)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'd', 'Bib. che possiede o presta (codice)', 'Bib. che possiede o presta (codice)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'e', 'Dettaglio del genere', 'Dettaglio del genere', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'f', 'Codice a barre', 'Codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'g', 'Prefisso del codice a barre', 'Prefisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'h', 'Incremento del codice a barre', 'Incremento del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'i', 'Suffisso del codice a barre', 'Suffisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'j', 'Sezione', 'Sezione', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'k', 'Collocazione', 'Collocazione', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'l', 'Numerazione (volume o altre parti)', 'Numerazione (volume o altre parti)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'm', 'Data del prestito o deposito', 'Data del prestito o deposito', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'n', 'Data scadenza del prestito', 'Data scadenza del prestito', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'o', 'Tipo di circolazione (non a prestito)', 'Tipo di circolazione (non a prestito)', 1, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'p', 'Periodico', 'Periodico', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'q', 'Pubblico destinato (età)', 'Pubblico destinato (età)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'r', 'Tipologia della copia e del materiale', 'Tipologia della copia e del materiale', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 's', 'Modalità d\'acquisto', 'Modalità d\'acquisto', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 't', 'Genere', 'Genere', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'u', 'Nota della copia', 'Nota della copia', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'v', 'Numero periodico', 'Numero periodico', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'w', 'Codice dell\'ente destinatario', 'Codice dell\'ente destinatario', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'x', 'Ente destinatario, testo libero', 'Ente destinatario, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'y', 'Codice dell\'ente destinatario superiore', 'Codice dell\'ente destinatario superiore', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
+               ('995', 'z', 'Ente destinatario superiore, testo libero', 'Ente destinatario superiore, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('998', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('998', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
-               ('998', 'd', 'First date, FD (RLIN)', 'First Date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
+               ('998', 'd', 'First date, FD (RLIN)', 'First date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SR', '', '', NULL),
                ('998', 'i', 'RINS (RLIN)', 'RINS (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('998', 'l', 'LI (RLIN)', 'LI (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
                ('998', 'n', 'NUC (RLIN)', 'NUC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SR', '', '', NULL),
@@ -11870,7 +12125,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', 'VR');
+               ('999', 'Sys Number locale (Koha)', 'Sys Number locale (Koha)', 1, 0, '', 'VR');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
                ('999', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, NULL, -1, NULL, NULL, '', NULL, -5, 'VR', '', '', NULL),
@@ -11885,8 +12140,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for primary biblioitems Field/Subfields.
 
 
---             ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'VR', '', '', NULL),
---             ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'VR', '', '', NULL),
+--      ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'VR', '', '', NULL),
+--      ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'VR', '', '', NULL),
 
 
 
@@ -11894,21 +12149,21 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', 'VR');
+               ('942', 'Dati aggiuntivi (Koha)', 'Dati aggiuntivi (Koha)', 0, 0, '', 'VR');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'VR', '', '', NULL),
-               ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'VR', '', '', NULL),
+               ('942', '0', 'Numero prestiti (tutte le copie)', 'Numero prestiti (tutte le copie)', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'VR', '', '', NULL),
+               ('942', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('942', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'VR', '', '', NULL),
                ('942', 'a', 'Institution code [OBSOLETE]', 'Institution code [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -5, 'VR', '', '', NULL),
-               ('942', 'c', 'Item type', 'Item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('942', 'e', 'Edition', 'Edition', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('942', 'i', 'Item part', 'Item part', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'VR', '', '', NULL),
-               ('942', 'k', 'Call number prefix', 'Call number prefix', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('942', 'm', 'Call number suffix', 'Call number suffix', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('942', 'n', 'Suppress in OPAC', 'Suppress in OPAC', 0, 0, NULL, 9, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'VR', '', '', NULL);
+               ('942', 'c', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('942', 'e', 'Edizione', 'Edizione', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('942', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('942', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'VR', '', '', NULL),
+               ('942', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('942', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('942', 'n', 'Nasconto in Opac', 'Nasconto in Opac', 0, 0, NULL, 9, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('942', 's', 'Flag seriale', 'Flag seriale', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'VR', '', '', NULL);
 
 
 -- ******************************************************
@@ -11917,8 +12172,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for items Field/Subfields
 
 
---             ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'VR', '', '', NULL),
---             ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'VR', '', '', NULL),
+--      ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'VR', '', '', NULL),
+--      ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'VR', '', '', NULL),
 
 
 
@@ -11926,44 +12181,44 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('952', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', 'VR');
+               ('952', 'Dati di copia (Koha)', 'Dati di copia (Koha)', 1, 0, '', 'VR');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-             ('952', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', '1', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('952', '3', 'Materials specified (bound volume or other part)', 'Materials specified (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('952', '4', 'Damaged status', 'Damaged status', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('952', '0', 'Ritirato (status)', 'Ritirato (status)', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', '1', 'Perso (status)', 'Perso (status)', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('952', '3', 'Materiali specifici (rilegati o simili)', 'Materiali specifici (rilegati o simili)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('952', '4', 'Danneggiato (status)', 'Danneggiato (status)', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'VR', '', '', NULL),
                ('952', '5', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'VR', '', '', NULL),
-               ('952', '7', 'Not for loan', 'Not for loan', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', '8', 'Collection code', 'Collection code', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', '9', 'Koha itemnumber (autogenerated)', 'Koha itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'VR', '', '', NULL),
-               ('952', 'a', 'Permanent location', 'Permanent location', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', 'b', 'Current location', 'Current location', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', 'c', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', 'd', 'Date acquired', 'Date acquired', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'VR', '', '', NULL),
-               ('952', 'e', 'Source of acquisition', 'Source of acquisition', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', 'f', 'Coded location qualifier', 'Coded location qualifier', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('952', 'g', 'Cost, normal purchase price', 'Cost, normal purchase price', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', 'h', 'Serial Enumeration / chronology','Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'VR', '', '', NULL),
-        ('952', 'i', 'Inventory number','Inventory number', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', 'j', 'Shelving control number', 'Shelving control number', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('952', 'l', 'Total Checkouts', 'Total Checkouts', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'VR', '', '', NULL),
-               ('952', 'm', 'Total Renewals', 'Total Renewals', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'VR', '', '', NULL),
-               ('952', 'n', 'Total Holds', 'Total Holds', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'VR', '', '', NULL),
-               ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'VR', '', '', NULL),
-               ('952', 'p', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'VR', '', '', NULL),
-               ('952', 'q', 'Checked out', 'Checked out', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'VR', '', '', NULL),
-               ('952', 'r', 'Date last seen', 'Date last seen', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'VR', '', '', NULL),
-               ('952', 's', 'Date last borrowed', 'Date last borrowed', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'VR', '', '', NULL),
-               ('952', 't', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('952', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'VR', '', '', NULL),
-               ('952', 'v', 'Cost, replacement price', 'Cost, replacement price', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', 'w', 'Price effective from', 'Price effective from', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('952', 'x', 'Non-public note', 'Non-public note', 0, 0, '', 10, '', '', '', NULL, 1, 'VR', '', '', NULL),
-               ('952', 'y', 'Koha item type', 'Koha item type', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('952', 'z', 'Public note', 'Public note', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'VR', '', '', NULL);
+               ('952', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'VR', '', '', NULL),
+               ('952', '7', 'Non per il presito', 'Non per il presito', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', '8', 'Codice collezione', 'Codice collezione', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', '9', 'Numero di copia (ID autogenerato)', 'Numero di copia (ID autogenerato)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'VR', '', '', NULL),
+               ('952', 'a', 'Biblioteca proprietaria', 'Biblioteca proprietaria', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', 'b', 'Biblioteca in cui si trova', 'Biblioteca in cui si trova', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'VR', '', '', NULL),
+               ('952', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('952', 'g', 'Costo, prezzo di acquisto', 'Costo, prezzo di acquisto', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', 'h', 'Enumerazione seriale / cronologia', 'Enumerazione seriale / cronologia', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', 'i', 'Numero di inventario', 'Numero di inventario', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('952', 'l', 'Totale prestiti', 'Totale prestiti', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'VR', '', '', NULL),
+               ('952', 'm', 'Totale rinnovi', 'Totale rinnovi', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'VR', '', '', NULL),
+               ('952', 'n', 'Totale prenotazioni', 'Totale prenotazioni', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'VR', '', '', NULL),
+               ('952', 'o', 'Collocazione', 'Collocazione', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'VR', '', '', NULL),
+               ('952', 'p', 'Codice a barre', 'Codice a barre', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'VR', '', '', NULL),
+               ('952', 'q', 'Prestito', 'Prestito', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'VR', '', '', NULL),
+               ('952', 'r', 'Data ultima operazione', 'Data ultima operazione', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'VR', '', '', NULL),
+               ('952', 's', 'Data ultimo prestito', 'Data ultimo prestito', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'VR', '', '', NULL),
+               ('952', 't', 'Numero di copia', 'Numero di copia', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('952', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'VR', '', '', NULL),
+               ('952', 'v', 'Costo, costo di riacquisto', 'Costo, costo di riacquisto', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', 'w', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('952', 'x', 'Nota non pubblica', 'Nota non pubblica', 0, 0, '', 10, '', '', '', NULL, 1, 'VR', '', '', NULL),
+               ('952', 'y', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('952', 'z', 'Nota pubblica', 'Nota pubblica', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'VR', '', '', NULL);
 
 
 
@@ -11979,275 +12234,275 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
                ('000', 'LEADER', 'LEADER', 0, 1, '', 'VR'),
-               ('001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 0, '', 'VR'),
-               ('003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 0, '', 'VR'),
-               ('005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 0, '', 'VR'),
-               ('006', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 1, 0, '', 'VR'),
-               ('007', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 1, 0, '', 'VR'),
-               ('008', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 0, 1, '', 'VR'),
+               ('001', 'Numero di controllo', 'Numero di controllo', 0, 0, '', 'VR'),
+               ('003', 'Identificatore del numero di controllo', 'Identificatore del numero di controllo', 0, 0, '', 'VR'),
+               ('005', 'Data e orario dell\'ultima transazione', 'Data e orario dell\'ultima transazione', 0, 0, '', 'VR'),
+               ('006', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 1, 0, '', 'VR'),
+               ('007', 'Campo fisso per la descrizione fisica--informazione generale', 'Campo fisso per la descrizione fisica--informazione generale', 1, 0, '', 'VR'),
+               ('008', 'Elementi di lunghezza fissa--Informazione generale', 'Elementi di lunghezza fissa--Informazione generale', 0, 1, '', 'VR'),
                ('009', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 1, 0, '', 'VR'),
-               ('010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, '', 'VR'),
+               ('010', 'Numero di controllo della Library of Congress', 'Numero di controllo della Library of Congress', 0, 0, '', 'VR'),
                ('011', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 0, 0, '', 'VR'),
-               ('013', 'PATENT CONTROL INFORMATION', 'PATENT CONTROL INFORMATION', 1, 0, '', 'VR'),
-               ('015', 'NATIONAL BIBLIOGRAPHY NUMBER', 'NATIONAL BIBLIOGRAPHY NUMBER', 1, 0, '', 'VR'),
-               ('016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, '', 'VR'),
-               ('017', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 1, 0, '', 'VR'),
-               ('018', 'COPYRIGHT ARTICLE-FEE CODE', 'COPYRIGHT ARTICLE-FEE CODE', 0, 0, '', 'VR'),
-               ('020', 'ISBN', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL, 'VR'),
-               ('022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL, 'VR'),
+               ('013', 'Informazioni impiegate per il controllo di brevetti', 'Informazioni impiegate per il controllo di brevetti', 1, 0, '', 'VR'),
+               ('015', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 'VR'),
+               ('016', 'Numero di controllo dell\'agenzia bibliografica nazionale', 'Numero di controllo dell\'agenzia bibliografica nazionale', 1, 0, '', 'VR'),
+               ('017', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 'VR'),
+               ('018', 'Codice di tassa sul copyright dell’articolo', 'Codice di tassa sul copyright dell’articolo', 0, 0, '', 'VR'),
+               ('020', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 'VR'),
+               ('022', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 'VR'),
                ('023', 'STANDARD FILM NUMBER (VM) [DELETED]', 'STANDARD FILM NUMBER (VM) [DELETED]', 1, 0, NULL, 'VR'),
-               ('024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL, 'VR'),
-               ('025', 'OVERSEAS ACQUISITION NUMBER', 'OVERSEAS ACQUISITION NUMBER', 1, 0, '', 'VR'),
-               ('026', 'FINGERPRINT IDENTIFIER', 'FINGERPRINT IDENTIFIER', 1, 0, '', 'VR'),
-               ('027', 'STANDARD TECHNICAL REPORT NUMBER', 'STANDARD TECHNICAL REPORT NUMBER', 1, 0, '', 'VR'),
-               ('028', 'IDENTIFICATION NUMBER--PUBLISHER NUMBER', 'PUBLISHER NUMBER', 1, 0, NULL, 'VR'),
-               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', ' (OCLC)', 1, 0, '', 'VR'),
-               ('030', 'CODEN DESIGNATION', 'CODEN DESIGNATION', 1, 0, '', 'VR'),
-               ('031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, '', 'VR'),
-               ('032', 'POSTAL REGISTRATION NUMBER', 'POSTAL REGISTRATION NUMBER', 1, 0, '', 'VR'),
-               ('033', 'DATE/TIME AND PLACE OF AN EVENT', 'DATE/TIME AND PLACE OF AN EVENT', 1, 0, '', 'VR'),
-               ('034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, '', 'VR'),
-               ('035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL, 'VR'),
-               ('036', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 0, 0, '', 'VR'),
-               ('037', 'PUBLICATION, DISTRIBUTION DETAILS--SOURCE OF ACQUISITION', 'SOURCE OF ACQUISITION', 1, 0, NULL, 'VR'),
-               ('038', 'RECORD CONTENT LICENSOR', 'RECORD CONTENT LICENSOR', 0, 0, '', 'VR'),
+               ('024', 'Altri identificatori standard', 'Altri identificatori standard', 1, 0, NULL, 'VR'),
+               ('025', 'Numero di acquisito estero', 'Numero di acquisito estero', 1, 0, '', 'VR'),
+               ('026', 'Identificatore dell’impronta', 'Identificatore dell’impronta', 1, 0, '', 'VR'),
+               ('027', 'Standard Technical Report Number', 'Standard Technical Report Number', 1, 0, '', 'VR'),
+               ('028', 'Numero dell’editore', 'Numero dell’editore', 1, 0, NULL, 'VR'),
+               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 1, 0, '', 'VR'),
+               ('030', 'Designazione CODEN', 'Designazione CODEN', 1, 0, '', 'VR'),
+               ('031', 'Informazione sugli incipit musicali', 'Informazione sugli incipit musicali', 1, 0, '', 'VR'),
+               ('032', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 1, 0, '', 'VR'),
+               ('033', 'Data/ora e luogo di un evento', 'Data/ora e luogo di un evento', 1, 0, '', 'VR'),
+               ('034', 'Dati matematici codificati per il materiale cartografico', 'Dati matematici codificati per il materiale cartografico', 1, 0, '', 'VR'),
+               ('035', 'Numero di controllo del sistema', 'Numero di controllo del sistema', 1, 0, NULL, 'VR'),
+               ('036', 'Numero dello studio originale del computer data file', 'Numero dello studio originale del computer data file', 0, 0, '', 'VR'),
+               ('037', 'Fonte d’acquisto', 'Fonte d’acquisto', 1, 0, NULL, 'VR'),
+               ('038', 'Licenza d’uso del contenuto della registrazione', 'Licenza d’uso del contenuto della registrazione', 0, 0, '', 'VR'),
                ('039', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 0, 0, '', 'VR'),
-               ('040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 0, NULL, 'VR'),
-               ('041', 'LANGUAGE CODE', 'LANGUAGE CODE', 1, 0, '', 'VR'),
-               ('042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, '', 'VR'),
-               ('043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL, 'VR'),
-               ('044', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 0, 0, '', 'VR'),
-               ('045', 'TIME PERIOD OF CONTENT', 'TIME PERIOD OF CONTENT', 0, 0, '', 'VR'),
-               ('046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, '', 'VR'),
-               ('047', 'FORM OF MUSICAL COMPOSITION CODE', 'FORM OF MUSICAL COMPOSITION CODE', 1, 0, '', 'VR'),
-               ('048', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 1, 0, '', 'VR'),
+               ('040', 'Fonte della catalogazione', 'Fonte della catalogazione', 0, 0, NULL, 'VR'),
+               ('041', 'Codice di lingua', 'Codice di lingua', 1, 0, '', 'VR'),
+               ('042', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 'VR'),
+               ('043', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 0, 0, NULL, 'VR'),
+               ('044', 'Codice del paese dell’ente che pubblica/produce l’item', 'Codice del paese dell’ente che pubblica/produce l’item', 0, 0, '', 'VR'),
+               ('045', 'Periodo di tempo del contenuto', 'Periodo di tempo del contenuto', 0, 0, '', 'VR'),
+               ('046', 'Codice delle date speciali', 'Codice delle date speciali', 1, 0, '', 'VR'),
+               ('047', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 'VR'),
+               ('048', 'Codice del numero degli strumenti musicali o delle voci', 'Codice del numero degli strumenti musicali o delle voci', 1, 0, '', 'VR'),
                ('049', 'LOCAL HOLDINGS (OCLC)', 'LOCAL HOLDINGS (OCLC)', 0, 0, '', 'VR'),
-               ('050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL, 'VR'),
-               ('051', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 1, 0, NULL, 'VR'),
-               ('052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL, 'VR'),
-               ('055', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 1, 0, NULL, 'VR'),
-               ('060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL, 'VR'),
-               ('061', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 1, 0, NULL, 'VR'),
-               ('066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL, 'VR'),
-               ('070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL, 'VR'),
-               ('071', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 1, 0, NULL, 'VR'),
-               ('072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL, 'VR'),
-               ('074', 'GPO ITEM NUMBER', 'GPO ITEM NUMBER', 1, 0, NULL, 'VR'),
-               ('080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'VR'),
-               ('082', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'VR'),
-               ('084', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL, 'VR'),
-               ('086', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL, 'VR'),
+               ('050', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 1, 0, NULL, 'VR'),
+               ('051', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 1, 0, NULL, 'VR'),
+               ('052', 'Classificazione geografica', 'Classificazione geografica', 1, 0, NULL, 'VR'),
+               ('055', 'Numero di classificazione assegnati in Canada', 'Numero di classificazione assegnati in Canada', 1, 0, NULL, 'VR'),
+               ('060', 'Numero di chiamata (collocazione) della National Library of Medicine', 'Numero di chiamata (collocazione) della National Library of Medicine', 1, 0, NULL, 'VR'),
+               ('061', 'Formulazione dell’esemplare della National Library of Medicine', 'Formulazione dell’esemplare della National Library of Medicine', 1, 0, NULL, 'VR'),
+               ('066', 'Set di caratteri presenti', 'Set di caratteri presenti', 0, 0, NULL, 'VR'),
+               ('070', 'Numero di chiamata (collocazione) della National Agricultural Library', 'Numero di chiamata (collocazione) della National Agricultural Library', 1, 0, NULL, 'VR'),
+               ('071', 'Formulazione dell’esemplare della National Agricultural Library', 'Formulazione dell’esemplare della National Agricultural Library', 1, 0, NULL, 'VR'),
+               ('072', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 1, 0, NULL, 'VR'),
+               ('074', 'Numero GPO dell’item', 'Numero GPO dell’item', 1, 0, NULL, 'VR'),
+               ('080', 'Numero di classificazione decimale universale', 'Numero di classificazione decimale universale', 1, 0, NULL, 'VR'),
+               ('082', 'Numero di classificazione Decimale Dewey', 'Numero di classificazione Decimale Dewey', 1, 0, NULL, 'VR'),
+               ('084', 'Numero d’altra classificazione', 'Numero d’altra classificazione', 1, 0, NULL, 'VR'),
+               ('086', 'Numero di classificazione di documento governativo', 'Numero di classificazione di documento governativo', 1, 0, NULL, 'VR'),
                ('087', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 1, 0, NULL, 'VR'),
-               ('088', 'REPORT NUMBER', 'REPORT NUMBER', 1, 0, NULL, 'VR'),
-               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, '', 'VR'),
+               ('088', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 'VR'),
+               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 1, 0, '', 'VR'),
                ('091', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 0, 0, '', 'VR'),
                ('092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, '', 'VR'),
                ('096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, '', 'VR'),
                ('098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, '', 'VR'),
                ('099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, '', 'VR'),
-               ('100', 'MAIN ENTRY--DIRECTOR/PERSONAL NAME', 'MAIN ENTRY--PERSONAL NAME', 0, 0, NULL, 'VR'),
-               ('110', 'MAIN ENTRY--CORPORATE NAME', 'MAIN ENTRY--CORPORATE NAME', 0, 0, NULL, 'VR'),
-               ('111', 'MAIN ENTRY--MEETING NAME', 'MAIN ENTRY--MEETING NAME', 0, 0, NULL, 'VR'),
-               ('130', 'MAIN ENTRY--UNIFORM TITLE', 'MAIN ENTRY--UNIFORM TITLE', 0, 0, NULL, 'VR'),
-               ('210', 'ABBREVIATED TITLE', 'ABBREVIATED TITLE', 1, 0, NULL, 'VR'),
+               ('100', 'Accesso principale -- nome di persona', 'Accesso principale -- nome di persona', 0, 0, NULL, 'VR'),
+               ('110', 'Accesso principale--nome di ente', 'Accesso principale--nome di ente', 0, 0, NULL, 'VR'),
+               ('111', 'Accesso principale--nome di convegno', 'Accesso principale--nome di convegno', 0, 0, NULL, 'VR'),
+               ('130', 'Accesso principale--titolo uniforme', 'Accesso principale--titolo uniforme', 0, 0, NULL, 'VR'),
+               ('210', 'Titolo abbreviato', 'Titolo abbreviato', 1, 0, NULL, 'VR'),
                ('211', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 1, 0, NULL, 'VR'),
                ('212', 'VARIANT ACCESS TITLE [OBSOLETE]', 'VARIANT ACCESS TITLE [OBSOLETE]', 1, 0, NULL, 'VR'),
                ('214', 'AUGMENTED TITLE [OBSOLETE]', 'AUGMENTED TITLE [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('222', 'KEY TITLE', 'KEY TITLE', 1, 0, NULL, 'VR'),
-               ('240', 'UNIFORM TITLE', 'UNIFORM TITLE', 0, 0, 'Unititle', 'VR'),
+               ('222', 'Titolo chiave', 'Titolo chiave', 1, 0, NULL, 'VR'),
+               ('240', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'Unititle', 'VR'),
                ('241', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 0, 0, '', 'VR'),
-               ('242', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 1, 0, NULL, 'VR'),
-               ('243', 'COLLECTIVE UNIFORM TITLE', 'COLLECTIVE UNIFORM TITLE', 0, 0, '', 'VR'),
-               ('245', 'TITLE', 'TITLE STATEMENT', 0, 1, '', 'VR'),
-               ('246', 'VARYING FORM OF TITLE', 'VARYING FORM OF TITLE', 1, 0, NULL, 'VR'),
-               ('247', 'FORMER TITLE', 'FORMER TITLE', 1, 0, NULL, 'VR'),
-               ('250', 'EDITION STATEMENT', 'EDITION STATEMENT', 0, 0, NULL, 'VR'),
-               ('254', 'MUSICAL PRESENTATION STATEMENT', 'MUSICAL PRESENTATION STATEMENT', 0, 0, NULL, 'VR'),
-               ('255', 'CARTOGRAPHIC MATHEMATICAL DATA', 'CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL, 'VR'),
-               ('256', 'COMPUTER FILE CHARACTERISTICS', 'COMPUTER FILE CHARACTERISTICS', 0, 0, NULL, 'VR'),
-               ('257', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 0, 0, NULL, 'VR'),
-               ('258', 'PHILATELIC ISSUE DATE', 'PHILATELIC ISSUE DATE', 1, 0, NULL, 'VR'),
-               ('260', 'STUDIO/PROCUCTION COMPANY--PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 1, 0, NULL, 'VR'),
+               ('242', 'Traduzione del titolo dell’agenzia di catalogazione', 'Traduzione del titolo dell’agenzia di catalogazione', 1, 0, NULL, 'VR'),
+               ('243', 'Titolo uniforme collettivo', 'Titolo uniforme collettivo', 0, 0, '', 'VR'),
+               ('245', 'Formulazione del titolo', 'Formulazione del titolo', 0, 1, '', 'VR'),
+               ('246', 'Varianti del titolo', 'Varianti del titolo', 1, 0, NULL, 'VR'),
+               ('247', 'Titolo precedente', 'Titolo precedente', 1, 0, NULL, 'VR'),
+               ('250', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, NULL, 'VR'),
+               ('254', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, NULL, 'VR'),
+               ('255', 'Dati matematici del materiale cartografico', 'Dati matematici del materiale cartografico', 1, 0, NULL, 'VR'),
+               ('256', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, NULL, 'VR'),
+               ('257', 'Paese dell’ente produttore dei film d’archivio', 'Paese dell’ente produttore dei film d’archivio', 0, 0, NULL, 'VR'),
+               ('258', 'Dati dell’emissione filatelica', 'Dati dell’emissione filatelica', 1, 0, NULL, 'VR'),
+               ('260', 'Pubblicazione, distribuzione, ecc. (stampa)', 'Pubblicazione, distribuzione, ecc. (stampa)', 1, 0, NULL, 'VR'),
                ('261', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, NULL, 'VR'),
                ('262', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 0, 0, NULL, 'VR'),
-               ('263', 'PROJECTED PUBLICATION DATE', 'PROJECTED PUBLICATION DATE', 0, 0, NULL, 'VR'),
+               ('263', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, NULL, 'VR'),
                ('265', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 0, 0, NULL, 'VR'),
-               ('270', 'PUBLICATION, DISTRIBUTION DETAILS--ADDRESS', 'ADDRESS', 1, 0, NULL, 'VR'),
-               ('300', 'PHYSICAL DESCRIPTION', 'PHYSICAL DESCRIPTION', 1, 1, NULL, 'VR'),
+               ('270', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 'VR'),
+               ('300', 'Descrizione fisica', 'Descrizione fisica', 1, 1, NULL, 'VR'),
                ('301', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 0, 0, NULL, 'VR'),
                ('302', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 0, 0, NULL, 'VR'),
                ('303', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'VR'),
                ('304', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'VR'),
                ('305', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 0, 0, NULL, 'VR'),
-               ('306', 'RUN TIME', 'PLAYING TIME', 0, 0, NULL, 'VR'),
-               ('307', 'HOURS, ETC.', 'HOURS, ETC.', 1, 0, NULL, 'VR'),
+               ('306', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, NULL, 'VR'),
+               ('307', 'Disponibilità oraria, ecc.', 'Disponibilità oraria, ecc.', 1, 0, NULL, 'VR'),
                ('308', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('310', 'CURRENT PUBLICATION FREQUENCY', 'CURRENT PUBLICATION FREQUENCY', 0, 0, NULL, 'VR'),
+               ('310', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 'VR'),
                ('315', 'FREQUENCY (CF MP) [OBSOLETE]', 'FREQUENCY (CF MP) [OBSOLETE]', 0, 0, NULL, 'VR'),
-               ('321', 'FORMER PUBLICATION FREQUENCY', 'FORMER PUBLICATION FREQUENCY', 1, 0, NULL, 'VR'),
-               ('340', 'PHYSICAL MEDIUM', 'PHYSICAL MEDIUM', 1, 0, NULL, 'VR'),
-               ('342', 'GEOSPATIAL REFERENCE DATA', 'GEOSPATIAL REFERENCE DATA', 1, 0, NULL, 'VR'),
-               ('343', 'PLANAR COORDINATE DATA', 'PLANAR COORDINATE DATA', 1, 0, NULL, 'VR'),
+               ('321', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 1, 0, NULL, 'VR'),
+               ('340', 'Supporto fisico', 'Supporto fisico', 1, 0, NULL, 'VR'),
+               ('342', 'Dati di riferimento geospaziale', 'Dati di riferimento geospaziale', 1, 0, NULL, 'VR'),
+               ('343', 'Dati di coordinate piane', 'Dati di coordinate piane', 1, 0, NULL, 'VR'),
                ('350', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('351', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 1, 0, NULL, 'VR'),
-               ('352', 'DIGITAL GRAPHIC REPRESENTATION', 'DIGITAL GRAPHIC REPRESENTATION', 1, 0, NULL, 'VR'),
-               ('355', 'SECURITY CLASSIFICATION CONTROL', 'SECURITY CLASSIFICATION CONTROL', 1, 0, NULL, 'VR'),
-               ('357', 'ORIGINATOR DISSEMINATION CONTROL', 'ORIGINATOR DISSEMINATION CONTROL', 0, 0, NULL, 'VR'),
+               ('351', 'Organizzazione e l’ordinamento dei materiali', 'Organizzazione e l’ordinamento dei materiali', 1, 0, NULL, 'VR'),
+               ('352', 'Rappresentazione grafica digitale', 'Rappresentazione grafica digitale', 1, 0, NULL, 'VR'),
+               ('355', 'Controllo della classificazione di sicurezza', 'Controllo della classificazione di sicurezza', 1, 0, NULL, 'VR'),
+               ('357', 'Controllo del creatore sulla diffusione', 'Controllo del creatore sulla diffusione', 0, 0, NULL, 'VR'),
                ('359', 'RENTAL PRICE (VM) [OBSOLETE]', 'RENTAL PRICE (VM) [OBSOLETE]', 0, 0, NULL, 'VR'),
-               ('362', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL, 'VR'),
-               ('365', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE PRICE', 'TRADE PRICE', 1, 0, NULL, 'VR'),
-               ('366', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE AVAILABILITY INFORMATION', 'TRADE AVAILABILITY INFORMATION', 1, 0, NULL, 'VR'),
+               ('362', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 1, 0, NULL, 'VR'),
+               ('365', 'Prezzo commerciale', 'Prezzo commerciale', 1, 0, NULL, 'VR'),
+               ('366', 'Informazione sulla disponibilità editoriale', 'Informazione sulla disponibilità editoriale', 1, 0, NULL, 'VR'),
                ('400', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'VR'),
                ('410', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'VR'),
                ('411', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'VR'),
-               ('440', 'SERIES--TITLE', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 1, 0, NULL, 'VR'),
-               ('490', 'SERIES STATEMENT', 'SERIES STATEMENT', 1, 0, '', 'VR'),
-               ('500', 'ASPECT RATIO/GENERAL NOTE', 'GENERAL NOTE', 1, 0, NULL, 'VR'),
-               ('501', 'WITH NOTE', 'WITH NOTE', 1, 0, NULL, 'VR'),
-               ('502', 'DISSERTATION NOTE', 'DISSERTATION NOTE', 1, 0, NULL, 'VR'),
+               ('440', 'Formulazione della serie/accesso aggiunto--titolo', 'Formulazione della serie/accesso aggiunto--titolo', 1, 0, NULL, 'VR'),
+               ('490', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 'VR'),
+               ('500', 'Nota generale', 'Nota generale', 1, 0, NULL, 'VR'),
+               ('501', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 1, 0, NULL, 'VR'),
+               ('502', 'Nota di dissertazione', 'Nota di dissertazione', 1, 0, NULL, 'VR'),
                ('503', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('504', 'BIBLIOGRAPHY, ETC. NOTE', 'BIBLIOGRAPHY, ETC. NOTE', 1, 0, NULL, 'VR'),
-               ('505', 'FORMATTED CONTENTS NOTE', 'FORMATTED CONTENTS NOTE', 1, 0, NULL, 'VR'),
-               ('506', 'RATING/RESTRICTIONS ON ACCESS NOTE', 'RESTRICTIONS ON ACCESS NOTE', 1, 0, NULL, 'VR'),
-               ('507', 'SCALE NOTE FOR GRAPHIC MATERIAL', 'SCALE NOTE FOR GRAPHIC MATERIAL', 0, 0, NULL, 'VR'),
-               ('508', 'CREATION/PRODUCTION CREDITS NOTE', 'CREATION/PRODUCTION CREDITS NOTE', 1, 0, NULL, 'VR'),
+               ('504', 'Nota di bibliografia', 'Nota di bibliografia', 1, 0, NULL, 'VR'),
+               ('505', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 1, 0, NULL, 'VR'),
+               ('506', 'Nota sulle restrizioni all\'accesso', 'Nota sulle restrizioni all\'accesso', 1, 0, NULL, 'VR'),
+               ('507', 'Nota di scala per materiale grafico', 'Nota di scala per materiale grafico', 0, 0, NULL, 'VR'),
+               ('508', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 1, 0, NULL, 'VR'),
                ('509', 'INFORMAL NOTES (RLIN)', 'INFORMAL NOTES (RLIN)', 0, 0, NULL, 'VR'),
-               ('510', 'CITATION/REFERENCES NOTE', 'CITATION/REFERENCES NOTE', 1, 0, NULL, 'VR'),
-               ('511', 'PARTICIPANT OR PERFORMER NOTE', 'PARTICIPANT OR PERFORMER NOTE', 1, 0, NULL, 'VR'),
+               ('510', 'Nota di citazione/riferimenti esterni', 'Nota di citazione/riferimenti esterni', 1, 0, NULL, 'VR'),
+               ('511', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 1, 0, NULL, 'VR'),
                ('512', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('513', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 1, 0, NULL, 'VR'),
-               ('514', 'DATA QUALITY NOTE', 'DATA QUALITY NOTE', 0, 0, NULL, 'VR'),
-               ('515', 'NUMBERING PECULIARITIES NOTE', 'NUMBERING PECULIARITIES NOTE', 1, 0, NULL, 'VR'),
-               ('516', 'REGION CODE/TYPE OF COMPUTER FILE OR DATA NOTE', 'TYPE OF COMPUTER FILE OR DATA NOTE', 1, 0, NULL, 'VR'),
+               ('513', 'Nota di tipo di rapporto e periodo coperto', 'Nota di tipo di rapporto e periodo coperto', 1, 0, NULL, 'VR'),
+               ('514', 'Nota sulla qualità dei dati', 'Nota sulla qualità dei dati', 0, 0, NULL, 'VR'),
+               ('515', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 1, 0, NULL, 'VR'),
+               ('516', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 1, 0, NULL, 'VR'),
                ('517', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 0, 0, NULL, 'VR'),
-               ('518', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 1, 0, NULL, 'VR'),
-               ('520', 'SUMMARY, ETC.', 'SUMMARY, ETC.', 1, 0, NULL, 'VR'),
-               ('521', 'GRADE LEVEL/TARGET AUDIENCE NOTE', 'TARGET AUDIENCE NOTE', 1, 0, NULL, 'VR'),
-               ('522', 'GEOGRAPHIC DETAILS/GEOGRAPHIC COVERAGE NOTE', 'GEOGRAPHIC COVERAGE NOTE', 1, 0, NULL, 'VR'),
+               ('518', 'Nota sulla data/ora e luogo di un evento', 'Nota sulla data/ora e luogo di un evento', 1, 0, NULL, 'VR'),
+               ('520', 'Riassunto, ecc.', 'Riassunto, ecc.', 1, 0, NULL, 'VR'),
+               ('521', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 'VR'),
+               ('522', 'Nota di copertura geografica', 'Nota di copertura geografica', 1, 0, NULL, 'VR'),
                ('523', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'VR'),
-               ('524', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'VR'),
-               ('525', 'SUPPLEMENT NOTE', 'SUPPLEMENT NOTE', 0, 0, NULL, 'VR'),
-               ('526', 'STUDY PROGRAM INFORMATION NOTE', 'STUDY PROGRAM INFORMATION NOTE', 0, 0, NULL, 'VR'),
+               ('524', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 1, 0, NULL, 'VR'),
+               ('525', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 'VR'),
+               ('526', 'Nota d’informazione sul programma di studi', 'Nota d’informazione sul programma di studi', 0, 0, NULL, 'VR'),
                ('527', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('530', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 1, 0, NULL, 'VR'),
-               ('533', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'VR'),
-               ('534', 'ORIGINAL VERSION NOTE', 'ORIGINAL VERSION NOTE', 1, 0, NULL, 'VR'),
-               ('535', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 1, 0, NULL, 'VR'),
-               ('536', 'FUNDING INFORMATION NOTE', 'FUNDING INFORMATION NOTE', 1, 0, NULL, 'VR'),
+               ('530', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 1, 0, NULL, 'VR'),
+               ('533', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'VR'),
+               ('534', 'Nota sulla versione originale', 'Nota sulla versione originale', 1, 0, NULL, 'VR'),
+               ('535', 'Nota sulla localizzazione degli originali/duplicati', 'Nota sulla localizzazione degli originali/duplicati', 1, 0, NULL, 'VR'),
+               ('536', 'Nota d’informazione sul finanziamento', 'Nota d’informazione sul finanziamento', 1, 0, NULL, 'VR'),
                ('537', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'VR'),
-               ('538', 'SYSTEM DETAILS NOTE', 'SYSTEM DETAILS NOTE', 1, 0, NULL, 'VR'),
-               ('540', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'VR'),
-               ('541', 'ACQUISITION INFO--IMMEDIATE SOURCE OF ACQUISITION NOTE', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 1, 0, NULL, 'VR'),
+               ('538', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 1, 0, NULL, 'VR'),
+               ('540', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'VR'),
+               ('541', 'Nota sulla fonte immediata d\'acquisto', 'Nota sulla fonte immediata d\'acquisto', 1, 0, NULL, 'VR'),
                ('543', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('544', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 1, 0, NULL, 'VR'),
-               ('545', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL, 'VR'),
-               ('546', 'LANGUAGE/TRANSLATION INFO', 'LANGUAGE NOTE', 1, 0, NULL, 'VR'),
-               ('547', 'FORMER TITLE COMPLEXITY NOTE', 'FORMER TITLE COMPLEXITY NOTE', 1, 0, NULL, 'VR'),
-               ('550', 'ISSUING BODY NOTE', 'ISSUING BODY NOTE', 1, 0, NULL, 'VR'),
-               ('552', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 1, 0, NULL, 'VR'),
-               ('555', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 1, 0, NULL, 'VR'),
-               ('556', 'INFORMATION ABOUT DOCUMENTATION NOTE', 'INFORMATION ABOUT DOCUMENTATION NOTE', 1, 0, NULL, 'VR'),
-               ('561', 'OWNERSHIP AND CUSTODIAL HISTORY', 'OWNERSHIP AND CUSTODIAL HISTORY', 1, 0, NULL, 'VR'),
-               ('562', 'COPY AND VERSION IDENTIFICATION NOTE', 'COPY AND VERSION IDENTIFICATION NOTE', 1, 0, NULL, 'VR'),
-               ('563', 'BINDING INFORMATION', 'BINDING INFORMATION', 1, 0, NULL, 'VR'),
-               ('565', 'CASE FILE CHARACTERISTICS NOTE', 'CASE FILE CHARACTERISTICS NOTE', 1, 0, NULL, 'VR'),
-               ('567', 'METHODOLOGY NOTE', 'METHODOLOGY NOTE', 1, 0, NULL, 'VR'),
+               ('544', 'Nota sulla localizzazione d’altri materiali d’archivio', 'Nota sulla localizzazione d’altri materiali d’archivio', 1, 0, NULL, 'VR'),
+               ('545', 'Dati biografici o storici', 'Dati biografici o storici', 1, 0, NULL, 'VR'),
+               ('546', 'Nota sulla lingua', 'Nota sulla lingua', 1, 0, NULL, 'VR'),
+               ('547', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 1, 0, NULL, 'VR'),
+               ('550', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 1, 0, NULL, 'VR'),
+               ('552', 'Nota d’informazione sull’ente e l’attributo', 'Nota d’informazione sull’ente e l’attributo', 1, 0, NULL, 'VR'),
+               ('555', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 1, 0, NULL, 'VR'),
+               ('556', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 1, 0, NULL, 'VR'),
+               ('561', 'Storia della proprietà e custodia', 'Storia della proprietà e custodia', 1, 0, NULL, 'VR'),
+               ('562', 'Nota d\'identificazione della copia e della versione', 'Nota d\'identificazione della copia e della versione', 1, 0, NULL, 'VR'),
+               ('563', 'Informazione sulla rilegatura', 'Informazione sulla rilegatura', 1, 0, NULL, 'VR'),
+               ('565', 'Nota sulle caratteristiche della singola pratica', 'Nota sulle caratteristiche della singola pratica', 1, 0, NULL, 'VR'),
+               ('567', 'Nota sulla metodologia', 'Nota sulla metodologia', 1, 0, NULL, 'VR'),
                ('570', 'EDITOR NOTE (SE) [OBSOLETE]', 'EDITOR NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('580', 'LINKING ENTRY COMPLEXITY NOTE', 'LINKING ENTRY COMPLEXITY NOTE', 1, 0, NULL, 'VR'),
-               ('581', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'VR'),
+               ('580', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 1, 0, NULL, 'VR'),
+               ('581', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 1, 0, NULL, 'VR'),
                ('582', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('583', 'ACQUISITION INFO--ACTION NOTE', 'ACTION NOTE', 1, 0, NULL, 'VR'),
-               ('584', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 1, 0, NULL, 'VR'),
-               ('585', 'EXHIBITIONS NOTE', 'EXHIBITIONS NOTE', 1, 0, NULL, 'VR'),
-               ('586', 'AWARDS', 'AWARDS NOTE', 1, 0, NULL, 'VR'),
+               ('583', 'Nota d’azione', 'Nota d’azione', 1, 0, NULL, 'VR'),
+               ('584', 'Nota di accumulo e di frequenza d’uso', 'Nota di accumulo e di frequenza d’uso', 1, 0, NULL, 'VR'),
+               ('585', 'Nota di mostre', 'Nota di mostre', 1, 0, NULL, 'VR'),
+               ('586', 'Nota di premi', 'Nota di premi', 1, 0, NULL, 'VR'),
                ('590', 'LOCAL NOTE (RLIN)', 'LOCAL NOTE (RLIN)', 1, 0, NULL, 'VR'),
-               ('600', 'SUBJECT--PERSONAL NAME', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'VR'),
-               ('610', 'SUBJECT--CORPORATE NAME', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'VR'),
-               ('611', 'SUBJECT--MEETING NAME', 'SUBJECT ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'VR'),
-               ('630', 'SUBJECT--UNIFORM TITLE', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'VR'),
-               ('648', 'SUBJECT--CHRONOLOGICAL TERM', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL, 'VR'),
-               ('650', 'SUBJECT--TOPIC', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 1, 0, NULL, 'VR'),
-               ('651', 'SUBJECT--GEOGRAPHIC NAME', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 1, 0, NULL, 'VR'),
+               ('600', 'Accesso aggiunto di soggetto-–Nome di persona', 'Accesso aggiunto di soggetto-–Nome di persona', 1, 0, NULL, 'VR'),
+               ('610', 'Accesso aggiunto di soggetto--nome di ente', 'Accesso aggiunto di soggetto--nome di ente', 1, 0, NULL, 'VR'),
+               ('611', 'Accesso aggiunto di soggetto--nome di convegno', 'Accesso aggiunto di soggetto--nome di convegno', 1, 0, NULL, 'VR'),
+               ('630', 'Accesso aggiunto di soggetto--titolo uniforme', 'Accesso aggiunto di soggetto--titolo uniforme', 1, 0, NULL, 'VR'),
+               ('648', 'Accesso aggiunto di soggetto--termine cronologico', 'Accesso aggiunto di soggetto--termine cronologico', 1, 0, NULL, 'VR'),
+               ('650', 'Accesso aggiunto di soggetto--termine topico', 'Accesso aggiunto di soggetto--termine topico', 1, 0, NULL, 'VR'),
+               ('651', 'Accesso aggiunto di soggetto--nome geografico', 'Accesso aggiunto di soggetto--nome geografico', 1, 0, NULL, 'VR'),
                ('652', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('653', 'SUBJECT--UNCONTROLLED', 'INDEX TERM--UNCONTROLLED', 1, 0, NULL, 'VR'),
-               ('654', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 1, 0, NULL, 'VR'),
-               ('655', 'SUBJECT--GENRE/FORM', 'INDEX TERM--GENRE/FORM', 1, 0, NULL, 'VR'),
-               ('656', 'SUBJECT--OCCUPATION', 'INDEX TERM--OCCUPATION', 1, 0, NULL, 'VR'),
-               ('657', 'SUBJECT--FUNCTION', 'INDEX TERM--FUNCTION', 1, 0, NULL, 'VR'),
-               ('658', 'SUBJECT--CURRICULUM OBJECTIVE', 'INDEX TERM--CURRICULUM OBJECTIVE', 1, 0, NULL, 'VR'),
-               ('662', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'VR'),
-               ('690', 'LOCAL SUBJECT--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'VR'),
+               ('653', 'Termine d’indicizzazione--non controllato', 'Termine d’indicizzazione--non controllato', 1, 0, NULL, 'VR'),
+               ('654', 'Accesso aggiunto di soggetto--termini topici faccettati', 'Accesso aggiunto di soggetto--termini topici faccettati', 1, 0, NULL, 'VR'),
+               ('655', 'Termine d’indicizzazione--genere/forma', 'Termine d’indicizzazione--genere/forma', 1, 0, NULL, 'VR'),
+               ('656', 'Termine d’indicizzazione--occupazione', 'Termine d’indicizzazione--occupazione', 1, 0, NULL, 'VR'),
+               ('657', 'Termine d’indicizzazione--funzione', 'Termine d’indicizzazione--funzione', 1, 0, NULL, 'VR'),
+               ('658', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 1, 0, NULL, 'VR'),
+               ('662', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 1, 0, NULL, 'VR'),
+               ('690', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'VR'),
                ('691', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 1, 0, '', 'VR'),
                ('696', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'VR'),
                ('697', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'VR'),
                ('698', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'VR'),
                ('699', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'VR'),
-               ('700', 'ADDED ENTRY--PERSONAL NAME', 'ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'VR'),
+               ('700', 'Accesso aggiunto--nome di persona', 'Accesso aggiunto--nome di persona', 1, 0, NULL, 'VR'),
                ('705', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('710', 'ADDED ENTRY--CORPORATE NAME', 'ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'VR'),
-               ('711', 'ADDED ENTRY--MEETING NAME', 'ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'VR'),
+               ('710', 'Accesso aggiunto--nome di ente', 'Accesso aggiunto--nome di ente', 1, 0, NULL, 'VR'),
+               ('711', 'Accesso aggiunto--nome di convegno', 'Accesso aggiunto--nome di convegno', 1, 0, NULL, 'VR'),
                ('715', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('720', 'ADDED ENTRY--UNCONTROLLED NAME (ACTOR, ETC.)', 'ADDED ENTRY--UNCONTROLLED NAME', 1, 0, NULL, 'VR'),
-               ('730', 'ADDED ENTRY--UNIFORM TITLE', 'ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'VR'),
-               ('740', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 1, 0, NULL, 'VR'),
-               ('752', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'VR'),
-               ('753', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 1, 0, NULL, 'VR'),
-               ('754', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 1, 0, NULL, 'VR'),
+               ('720', 'Accesso aggiunto--nome non controllato', 'Accesso aggiunto--nome non controllato', 1, 0, NULL, 'VR'),
+               ('730', 'Accesso aggiunto--titolo uniforme', 'Accesso aggiunto--titolo uniforme', 1, 0, NULL, 'VR'),
+               ('740', 'Accesso aggiunto--titolo analitico/correlato non controllato', 'Accesso aggiunto--titolo analitico/correlato non controllato', 1, 0, NULL, 'VR'),
+               ('752', 'Accesso aggiunto – nome gerarchico di luogo', 'Accesso aggiunto – nome gerarchico di luogo', 1, 0, NULL, 'VR'),
+               ('753', 'Dettagli sul sistema per accedere ai computer file', 'Dettagli sul sistema per accedere ai computer file', 1, 0, NULL, 'VR'),
+               ('754', 'Accesso aggiunto--identificazione tassonomica', 'Accesso aggiunto--identificazione tassonomica', 1, 0, NULL, 'VR'),
                ('755', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('760', 'MAIN SERIES ENTRY', 'MAIN SERIES ENTRY', 1, 0, NULL, 'VR'),
-               ('762', 'SUBSERIES ENTRY', 'SUBSERIES ENTRY', 1, 0, NULL, 'VR'),
-               ('765', 'ORIGINAL LANGUAGE ENTRY', 'ORIGINAL LANGUAGE ENTRY', 1, 0, NULL, 'VR'),
-               ('767', 'TRANSLATION ENTRY', 'TRANSLATION ENTRY', 1, 0, NULL, 'VR'),
-               ('770', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 1, 0, NULL, 'VR'),
-               ('772', 'SUPPLEMENT PARENT ENTRY', 'SUPPLEMENT PARENT ENTRY', 1, 0, NULL, 'VR'),
-               ('773', 'HOST ITEM ENTRY', 'HOST ITEM ENTRY', 1, 0, NULL, 'VR'),
-               ('774', 'CONSTITUENT UNIT ENTRY', 'CONSTITUENT UNIT ENTRY', 1, 0, NULL, 'VR'),
-               ('775', 'OTHER EDITION ENTRY', 'OTHER EDITION ENTRY', 1, 0, NULL, 'VR'),
-               ('776', 'ADDITIONAL PHYSICAL FORM ENTRY', 'ADDITIONAL PHYSICAL FORM ENTRY', 1, 0, NULL, 'VR'),
-               ('777', 'ISSUED WITH ENTRY', 'ISSUED WITH ENTRY', 1, 0, NULL, 'VR'),
-               ('780', 'PRECEDING ENTRY', 'PRECEDING ENTRY', 1, 0, NULL, 'VR'),
-               ('785', 'SUCCEEDING ENTRY', 'SUCCEEDING ENTRY', 1, 0, NULL, 'VR'),
-               ('786', 'DATA SOURCE ENTRY', 'DATA SOURCE ENTRY', 1, 0, NULL, 'VR'),
-               ('787', 'NONSPECIFIC RELATIONSHIP ENTRY', 'NONSPECIFIC RELATIONSHIP ENTRY', 1, 0, NULL, 'VR'),
+               ('760', 'Accesso di serie principale', 'Accesso di serie principale', 1, 0, NULL, 'VR'),
+               ('762', 'Accesso di sottoserie', 'Accesso di sottoserie', 1, 0, NULL, 'VR'),
+               ('765', 'Accesso di lingua originale', 'Accesso di lingua originale', 1, 0, NULL, 'VR'),
+               ('767', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'VR'),
+               ('770', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'VR'),
+               ('772', 'Accesso di pubblicazione principale', 'Accesso di pubblicazione principale', 1, 0, NULL, 'VR'),
+               ('773', 'Accesso d’item ospite', 'Accesso d’item ospite', 1, 0, NULL, 'VR'),
+               ('774', 'Accesso d’unità costituente', 'Accesso d’unità costituente', 1, 0, NULL, 'VR'),
+               ('775', 'Acceso di un’altra edizione', 'Acceso di un’altra edizione', 1, 0, NULL, 'VR'),
+               ('776', 'Accesso di forma fisica aggiunta', 'Accesso di forma fisica aggiunta', 1, 0, NULL, 'VR'),
+               ('777', 'Accesso di ', 'Accesso di ', 1, 0, NULL, 'VR'),
+               ('780', 'Accesso precedente', 'Accesso precedente', 1, 0, NULL, 'VR'),
+               ('785', 'Accesso successivo', 'Accesso successivo', 1, 0, NULL, 'VR'),
+               ('786', 'Accesso di fonte dei dati', 'Accesso di fonte dei dati', 1, 0, NULL, 'VR'),
+               ('787', 'Accesso di relazione non specificata', 'Accesso di relazione non specificata', 1, 0, NULL, 'VR'),
                ('789', 'COMPONENT ITEM ENTRY (RLIN)', 'COMPONENT ITEM ENTRY (RLIN)', 1, 0, '', 'VR'),
                ('796', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'VR'),
                ('797', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'VR'),
                ('798', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'VR'),
                ('799', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'VR'),
-               ('800', 'SERIES ADDED ENTRY--PERSONAL NAME', 'SERIES ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'VR'),
-               ('810', 'SERIES ADDED ENTRY--CORPORATE NAME', 'SERIES ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'VR'),
-               ('811', 'SERIES ADDED ENTRY--MEETING NAME', 'SERIES ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'VR'),
-               ('830', 'SERIES ADDED ENTRY--UNIFORM TITLE', 'SERIES ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'VR'),
+               ('800', 'Accesso aggiunto di serie--nome di persona', 'Accesso aggiunto di serie--nome di persona', 1, 0, NULL, 'VR'),
+               ('810', 'Accesso aggiunto di serie--nome di ente', 'Accesso aggiunto di serie--nome di ente', 1, 0, NULL, 'VR'),
+               ('811', 'Accesso aggiunto di serie--nome di convegno', 'Accesso aggiunto di serie--nome di convegno', 1, 0, NULL, 'VR'),
+               ('830', 'Accesso aggiunto di serie--titolo uniforme', 'Accesso aggiunto di serie--titolo uniforme', 1, 0, NULL, 'VR'),
                ('840', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('841', 'HOLDINGS CODED DATA VALUES', 'HOLDINGS CODED DATA VALUES', 0, 0, NULL, 'VR'),
-               ('842', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 0, 0, NULL, 'VR'),
-               ('843', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'VR'),
-               ('844', 'NAME OF UNIT', 'NAME OF UNIT', 0, 0, NULL, 'VR'),
-               ('845', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'VR'),
-               ('850', 'HOLDING INSTITUTION', 'HOLDING INSTITUTION', 1, 0, NULL, 'VR'),
+               ('841', 'Valori dei dati codificati di posseduti', 'Valori dei dati codificati di posseduti', 0, 0, NULL, 'VR'),
+               ('842', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, NULL, 'VR'),
+               ('843', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'VR'),
+               ('844', 'Nome dell’unità', 'Nome dell’unità', 0, 0, NULL, 'VR'),
+               ('845', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'VR'),
+               ('850', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 'VR'),
                ('851', 'LOCATION [OBSOLETE]', 'LOCATION [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('852', 'LOCATION/CALL NUMBER', 'LOCATION/CALL NUMBER', 1, 0, NULL, 'VR'),
-               ('853', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'VR'),
-               ('854', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'VR'),
-               ('855', 'CAPTIONS AND PATTERN--INDEXES', 'CAPTIONS AND PATTERN--INDEXES', 1, 0, NULL, 'VR'),
-               ('856', 'URL/ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL, 'VR'),
+               ('852', 'Localizzazione', 'Localizzazione', 1, 0, NULL, 'VR'),
+               ('853', 'Legende e modello--unità bibliografica basilare', 'Legende e modello--unità bibliografica basilare', 1, 0, NULL, 'VR'),
+               ('854', 'Legende e modello--supplementi', 'Legende e modello--supplementi', 1, 0, NULL, 'VR'),
+               ('855', 'Legende e modello--indici', 'Legende e modello--indici', 1, 0, NULL, 'VR'),
+               ('856', 'Localizzazione e accesso elettronico', 'Localizzazione e accesso elettronico', 1, 0, NULL, 'VR'),
                ('859', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', 'VR'),
-               ('863', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'VR'),
-               ('864', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'VR'),
-               ('865', 'ENUMERATION AND CHRONOLOGY--INDEXES', 'ENUMERATION AND CHRONOLOGY--INDEXES', 1, 0, NULL, 'VR'),
-               ('866', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'VR'),
-               ('867', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'VR'),
-               ('868', 'TEXTUAL HOLDINGS--INDEXES', 'TEXTUAL HOLDINGS--INDEXES', 1, 0, NULL, 'VR'),
+               ('863', 'Numerazione e cronologia--unità bibliografica basilare', 'Numerazione e cronologia--unità bibliografica basilare', 1, 0, NULL, 'VR'),
+               ('864', 'Numerazione e cronologia--supplementi', 'Numerazione e cronologia--supplementi', 1, 0, NULL, 'VR'),
+               ('865', 'Numerazione e cronologia--indici', 'Numerazione e cronologia--indici', 1, 0, NULL, 'VR'),
+               ('866', 'Formulazione testuale di posseduti--unità bibliografica basilare', 'Formulazione testuale di posseduti--unità bibliografica basilare', 1, 0, NULL, 'VR'),
+               ('867', 'Formulazione testuale di posseduti--supplementi', 'Formulazione testuale di posseduti--supplementi', 1, 0, NULL, 'VR'),
+               ('868', 'Formulazione testuale di posseduti--indici', 'Formulazione testuale di posseduti--indici', 1, 0, NULL, 'VR'),
                ('870', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 1, 0, NULL, 'VR'),
                ('871', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 1, 0, NULL, 'VR'),
                ('872', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 1, 0, NULL, 'VR'),
                ('873', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 1, 0, NULL, 'VR'),
-               ('876', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'VR'),
-               ('877', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'VR'),
-               ('878', 'ITEM INFORMATION--INDEXES', 'ITEM INFORMATION--INDEXES', 1, 0, NULL, 'VR'),
-               ('880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL, 'VR'),
-               ('886', 'FOREIGN MARC INFORMATION FIELD', 'FOREIGN MARC INFORMATION FIELD', 1, 0, NULL, 'VR'),
-               ('887', 'NON-MARC INFORMATION FIELD', 'NON-MARC INFORMATION FIELD', 1, 0, NULL, 'VR'),
+               ('876', 'Informazione sull’item--unità bibliografica basilare', 'Informazione sull’item--unità bibliografica basilare', 1, 0, NULL, 'VR'),
+               ('877', 'Informazione sull’item--supplementi', 'Informazione sull’item--supplementi', 1, 0, NULL, 'VR'),
+               ('878', 'Informazione sull’item--indici', 'Informazione sull’item--indici', 1, 0, NULL, 'VR'),
+               ('880', 'Rappresentazione grafica alternativa', 'Rappresentazione grafica alternativa', 1, 0, NULL, 'VR'),
+               ('886', 'Campo dell’informazione per MARC differenti', 'Campo dell’informazione per MARC differenti', 1, 0, NULL, 'VR'),
+               ('887', 'Campo dell’informazione per non-MARC', 'Campo dell’informazione per non-MARC', 1, 0, NULL, 'VR'),
                ('896', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'VR'),
                ('897', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'VR'),
                ('898', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'VR'),
@@ -12261,7 +12516,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('906', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 1, 0, '', 'VR'),
                ('907', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 1, 0, '', 'VR'),
                ('908', 'PUT COMMAND PARAMETER (RLIN)', 'PUT COMMAND PARAMETER (RLIN)', 0, 0, '', 'VR'),
-               ('910', 'USER-OPTION DATA (COLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'VR'),
+               ('910', 'USER-OPTION DATA (OCLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'VR'),
                ('911', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 1, 0, '', 'VR'),
                ('930', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 1, 0, '', 'VR'),
                ('936', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 0, 0, '', 'VR'),
@@ -12274,7 +12529,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('948', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 1, 0, '', 'VR'),
                ('949', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', 'VR'),
                ('950', 'LOCAL HOLDINGS (RLIN)', 'LOCAL HOLDINGS (RLIN)', 1, 0, '', 'VR'),
-               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE-GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'VR'),
+               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'VR'),
                ('955', 'COPY-LEVEL INFORMATION (RLIN)', 'COPY-LEVEL INFORMATION (RLIN)', 1, 0, '', 'VR'),
                ('956', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 1, 0, '', 'VR'),
                ('960', 'PHYSICAL LOCATION (RLIN)', 'PHYSICAL LOCATION (RLIN)', 1, 0, '', 'VR'),
@@ -12282,7 +12537,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('980', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'VR'),
                ('981', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'VR'),
                ('982', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'VR'),
-               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE--SERIES STATEMENT-TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'VR'),
+               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'VR'),
                ('984', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 1, 0, '', 'VR'),
                ('987', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 1, 0, '', 'VR'),
                ('990', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 1, 0, '', 'VR'),
@@ -12292,220 +12547,224 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
 
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'VR', '', '', NULL),
-               ('001', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'VR', '', '', NULL),
-               ('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'VR', '', '', NULL),
-               ('006', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'VR', '', '', NULL),
-               ('007', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'VR', '', '', NULL),
-               ('008', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'VR', '', '', NULL),
-               ('009', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', NULL, 0, -6, 'VR', '', '', NULL),
-               ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('011', 'a', 'LC control number', 'LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('013', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'VR', '', '', NULL),
-               ('013', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('013', 'a', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('013', 'b', 'Country', 'Country', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('013', 'c', 'Type of number', 'Type of number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('013', 'd', 'Date', 'Date', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('013', 'e', 'Status', 'Status', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('013', 'f', 'Party to document', 'Party to document', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('015', '2', 'Source', 'Source', 0, 0, '', 0, '', '', NULL, 0, -6, 'VR', '', '', NULL),
-               ('015', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('015', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('015', 'a', 'National bibliography number', 'National bibliography number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('016', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('016', 'a', 'Record control number', 'Record control number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('016', 'z', 'Canceled or invalid record control number', 'Canceled or invalid record control number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('017', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('017', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('017', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('017', 'a', 'Copyright or legal deposit number', 'Copyright or legal deposit number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('017', 'b', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('017', 'd', 'Date', 'Date', 0, 0, '', 0, '', '', NULL, 0, -6, 'VR', '', '', NULL),
-               ('017', 'i', 'Display text', 'Display text', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('018', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('018', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('018', 'a', 'Copyright article-fee code', 'Copyright article-fee code', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('020', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('020', 'z', 'Cancelled/invalid ISBN', 'Cancelled/invalid ISBN', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('022', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('022', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('000', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'VR', '', '', NULL),
+               ('001', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('003', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'VR', '', '', NULL),
+               ('005', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'VR', '', '', NULL),
+               ('006', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'VR', '', '', NULL),
+               ('007', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'VR', '', '', NULL),
+               ('008', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'VR', '', '', NULL),
+               ('009', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('010', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', NULL, 0, -6, 'VR', '', '', NULL),
+               ('010', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('010', 'b', 'Numero di controllo del NUCMC', 'Numero di controllo del NUCMC', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('010', 'z', 'Numero di controllo della LC cancellato o errato', 'Numero di controllo della LC cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('011', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('013', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'VR', '', '', NULL),
+               ('013', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('013', 'a', 'Numero', 'Numero', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('013', 'b', 'Paese', 'Paese', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('013', 'c', 'Tipo di numero', 'Tipo di numero', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('013', 'd', 'Data', 'Data', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('013', 'e', 'Stato', 'Stato', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('013', 'f', 'Parte responsabile del documento', 'Parte responsabile del documento', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('015', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', NULL, 0, -6, 'VR', '', '', NULL),
+               ('015', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('015', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('015', 'a', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('016', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('016', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('016', 'a', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('016', 'z', 'Numero di controllo della registrazione cancellato o errato', 'Numero di controllo della registrazione cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('017', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('017', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('017', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('017', 'a', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('017', 'b', 'Agenzia che assegna il numero', 'Agenzia che assegna il numero', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('017', 'd', 'Data', 'Data', 0, 0, '', 0, '', '', NULL, 0, -6, 'VR', '', '', NULL),
+               ('017', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('018', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('018', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('018', 'a', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('020', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('020', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('020', 'a', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('020', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('020', 'z', 'ISBN cancellato o errato', 'ISBN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('022', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('022', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('022', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('022', 'a', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('022', 'y', 'ISSN errato', 'ISSN errato', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('022', 'z', 'ISSN cancellato', 'ISSN cancellato', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('023', 'a', 'Standard film number', 'Standard film number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('024', '2', 'Source of number or code', 'Source of number or code', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('024', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('024', '2', 'Fonte del numero o codice', 'Fonte del numero o codice', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('024', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('024', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('024', 'a', 'Numero standard o codice', 'Numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
                ('024', 'b', 'Additional codes following the standard number [OBSOLETE]', 'Additional codes following the standard number [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('025', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('025', 'a', 'Overseas acquisition number', 'Overseas acquisition number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('026', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('026', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('026', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('026', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('026', 'a', 'First and second groups of characters', 'First and second groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('026', 'b', 'Third and fourth groups of characters', 'Third and fourth groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('026', 'c', 'Date', 'Date', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('026', 'd', 'Number of volume or part', 'Number of volume or part', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('026', 'e', 'unparsed fingerprint', 'unparsed fingerprint', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('027', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('027', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('027', 'a', 'Standard technical report number', 'Standard technical report number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('027', 'z', 'Canceled/invalid number', 'Canceled/invalid number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('028', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('028', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('028', 'a', 'Publisher number', 'Publisher number', 0, 0, '', 0, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('028', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('030', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('030', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('024', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('024', 'd', 'Codici addizionali che seguono il numero standard o codice', 'Codici addizionali che seguono il numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('024', 'z', 'Numero standard o codice, cancellato o errato', 'Numero standard o codice, cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('025', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('025', 'a', 'Numero d\'acquisto estero', 'Numero d\'acquisto estero', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('026', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('026', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('026', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('026', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('026', 'a', 'Primo e secondo gruppo di caratteri', 'Primo e secondo gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('026', 'b', 'Terzo e quarto gruppo di caratteri', 'Terzo e quarto gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('026', 'c', 'Data', 'Data', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('026', 'd', 'Numero del volume o parte', 'Numero del volume o parte', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('026', 'e', 'Impronta non analizzata', 'Impronta non analizzata', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('027', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('027', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('027', 'a', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('027', 'z', 'Numero cancellato o errato', 'Numero cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('028', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('028', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('028', 'a', 'Numero dell\'editore', 'Numero dell\'editore', 0, 0, '', 0, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('028', 'b', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('029', 'a', 'OCLC library identifier', 'OCLC library identifier', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('029', 'b', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('029', 'c', 'OAI set name', 'OAI set name', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('029', 't', 'Content type identifier', 'Content type identifier', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('030', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('030', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('030', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('030', 'z', 'Canceled/invalid CODEN', 'Canceled/invalid CODEN', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', '2', 'System code', 'System code', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'a', 'Number of work', 'Number of work', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'b', 'Number of movement', 'Number of movement', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'e', 'Role', 'Role', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'g', 'Clef', 'Clef', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'n', 'Key signature', 'Key signature', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'o', 'Time signature', 'Time signature', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'p', 'Musical notation', 'Musical notation', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'q', 'General note', 'General note', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'r', 'Key or mode', 'Key or mode', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 's', 'Coded validity note', 'Coded validity note', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 't', 'Text incipit', 'Text incipit', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 0, '', '', '', 1, -6, 'VR', '', '', NULL),
-               ('031', 'y', 'Link text', 'Link text', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('031', 'z', 'Public note', 'Public note', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('032', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'VR', '', '', NULL),
-               ('032', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('032', 'a', 'Postal registration number', 'Postal registration number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('032', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('033', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('033', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('033', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('033', 'a', 'Formatted date/time', 'Formatted date/time', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('033', 'b', 'Geographic classification area code', 'Geographic classification area code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('033', 'c', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'a', 'Category of scale', 'Category of scale', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'b', 'Constant ratio linear horizontal scale', 'Constant ratio linear horizontal scale', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'c', 'Constant ratio linear vertical scale', 'Constant ratio linear vertical scale', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'h', 'Angular scale', 'Angular scale', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'p', 'Equinox', 'Equinox', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'r', 'Distrance from earth', 'Distrance from earth', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'x', 'Beginning date', 'Beginning date', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'y', 'Ending date', 'Ending date', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('035', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('030', 'z', 'CODEN cancellato o errato', 'CODEN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', '2', 'Codice di sistema', 'Codice di sistema', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'a', 'Numero di composizione', 'Numero di composizione', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'b', 'Numero di movimento', 'Numero di movimento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'c', 'Numero progressivo nel movimento', 'Numero progressivo nel movimento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'd', 'Titolo o intitolazione', 'Titolo o intitolazione', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'e', 'Personaggio', 'Personaggio', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'g', 'Chiave', 'Chiave', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'm', 'Voce/strumento', 'Voce/strumento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'n', 'Alterazioni', 'Alterazioni', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'o', 'Misura', 'Misura', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'p', 'Contesto musicale', 'Contesto musicale', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'q', 'Nota generale', 'Nota generale', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'r', 'Tonalità o modo', 'Tonalità o modo', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 's', 'Nota codificata di validità', 'Nota codificata di validità', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 't', 'Incipit testuale', 'Incipit testuale', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 0, '', '', '', 1, -6, 'VR', '', '', NULL),
+               ('031', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('031', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('032', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'VR', '', '', NULL),
+               ('032', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('032', 'a', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('032', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('033', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('033', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('033', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('033', 'a', 'Data/ora formattate', 'Data/ora formattate', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('033', 'b', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('033', 'c', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'a', 'Categoria della scala', 'Categoria della scala', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'b', 'Rapporto costante (scala orizzontale)', 'Rapporto costante (scala orizzontale)', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'c', 'Rapporto costante (scala verticale)', 'Rapporto costante (scala verticale)', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'd', 'Coordinate--longitudine limite Ovest', 'Coordinate--longitudine limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'e', 'Coordinate--longitudine limite Est', 'Coordinate--longitudine limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'f', 'Coordinate--latitudine limite Nord', 'Coordinate--latitudine limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'g', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'h', 'Scala angolare', 'Scala angolare', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'j', 'Declinazione--limite Nord', 'Declinazione--limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'k', 'Declinazione--limite Sud', 'Declinazione--limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'm', 'Ascensione retta--limite Est', 'Ascensione retta--limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'n', 'Ascensione retta--limite Ovest', 'Ascensione retta--limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'p', 'Equinozio', 'Equinozio', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'r', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 's', 'Latitudine del perimetro', 'Latitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 't', 'Longitudine del perimetro', 'Longitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'x', 'Data d\'inizio', 'Data d\'inizio', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'y', 'Data di fine', 'Data di fine', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('034', 'z', 'Nome dell\'oggetto extraterrestre', 'Nome dell\'oggetto extraterrestre', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('035', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('035', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('035', 'a', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('036', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('036', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('036', 'a', 'Original study number', 'Original study number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('036', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('037', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('037', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('037', 'a', 'Stock number', 'Stock number', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('037', 'b', 'Source of stock number/acquisition', 'Source of stock number/acquisition', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('037', 'c', 'Terms of availability', 'Terms of availability', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('037', 'f', 'Form of issue', 'Form of issue', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('037', 'g', 'Additional format characteristics', 'Additional format characteristics', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('037', 'n', 'Note', 'Note', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('038', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('038', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('038', 'a', 'Record content licensor', 'Record content licensor', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('035', 'z', 'Numero di controllo del sistema cancellato o errato', 'Numero di controllo del sistema cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('036', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('036', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('036', 'a', 'Numero dello studio originale', 'Numero dello studio originale', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('036', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('037', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('037', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('037', 'a', 'Numero di magazzino', 'Numero di magazzino', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('037', 'b', 'Fonte del numero di magazzino/d\'acquisto', 'Fonte del numero di magazzino/d\'acquisto', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('037', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('037', 'f', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('037', 'g', 'Caratteristiche addizionali di formato', 'Caratteristiche addizionali di formato', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('037', 'n', 'Nota', 'Nota', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('038', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('038', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('038', 'a', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('039', 'a', 'Level of rules in bibliographic description', 'Level of rules in bibliographic description', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('039', 'b', 'Level of effort used to assign nonsubject heading access points', 'Level of effort used to assign nonsubject heading access points', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('039', 'c', 'Level of effort used to assign subject headings', 'Level of effort used to assign subject headings', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('039', 'd', 'Level of effort used to assign classification', 'Level of effort used to assign classification', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('039', 'e', 'Number of fixed field character positions coded', 'Number of fixed field character positions coded', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('040', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('040', 'e', 'Description conventions', 'Description conventions', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('041', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('041', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('041', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('041', 'a', 'Language code of text/sound track or separate title', 'Language code of text/sound track or separate title', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('041', 'b', 'Language code of summary or abstract/overprinted title or subtitle', 'Language code of summary or abstract/overprinted title or subtitle', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('040', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('040', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('040', 'a', 'Agenzia catalografica originale', 'Agenzia catalografica originale', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('040', 'b', 'Lingua della catalogazione', 'Lingua della catalogazione', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('040', 'c', 'Agenzia che fa la trascrizione', 'Agenzia che fa la trascrizione', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('040', 'd', 'Agenzia che fa la modifica', 'Agenzia che fa la modifica', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('040', 'e', 'Regole di descrizione', 'Regole di descrizione', 0, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('041', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('041', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('041', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('041', 'a', 'Codice di lingua del testo/traccia sonora o titolo separato', 'Codice di lingua del testo/traccia sonora o titolo separato', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('041', 'b', 'Codice di lingua del riassunto, estratto o sottotitoli', 'Codice di lingua del riassunto, estratto o sottotitoli', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('041', 'c', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('041', 'd', 'Language code of sung or spoken text', 'Language code of sung or spoken text', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('041', 'e', 'Language code of librettos', 'Language code of librettos', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('041', 'f', 'Language code of table of contents', 'Language code of table of contents', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('041', 'g', 'Language code of accompanying material other than librettos', 'Language code of accompanying material other than librettos', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('041', 'h', 'Language code of original and/or intermediate translations of text', 'Language code of original and/or intermediate translations of text', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('042', 'a', 'Authentication code', 'Authentication code', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('043', '2', 'Source of local code', 'Source of local code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('043', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('043', 'c', 'ISO code', 'ISO code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('044', '2', 'Source of local subentity code', 'Source of local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('044', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('044', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('044', 'a', 'MARC country code', 'MARC country code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('044', 'b', 'Local subentity code', 'Local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('044', 'c', 'ISO country code', 'ISO country code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('045', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('045', 'a', 'Time period code', 'Time period code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', '2', 'Source of date', 'Source of date', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', 'a', 'Type of date code', 'Type of date code', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', 'b', 'Date 1 (B.C. date)', 'Date 1 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', 'c', 'Date 1 (C.E. date)', 'Date 1 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', 'd', 'Date 2 (B.C. date)', 'Date 2 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', 'e', 'Date 2 (C.E. date)', 'Date 2 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', 'j', 'Date resource modified', 'Date resource modified', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', 'l', 'Ending date created', 'Ending date created', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', 'm', 'Beginning of date valid', 'Beginning of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('046', 'n', 'End of date valid', 'End of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('047', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('047', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('047', 'a', 'Form of musical composition code', 'Form of musical composition code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('048', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('048', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('048', 'a', 'Performer or ensemble', 'Performer or ensemble', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('048', 'b', 'Soloist', 'Soloist', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('041', 'd', 'Codice della lingua del testo cantato o parlato', 'Codice della lingua del testo cantato o parlato', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('041', 'e', 'Codice della lingua dei libretti', 'Codice della lingua dei libretti', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('041', 'f', 'Codice della lingua del sommario', 'Codice della lingua del sommario', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('041', 'g', 'Codice della lingua del materiale allegato diverso dai libretti', 'Codice della lingua del materiale allegato diverso dai libretti', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('041', 'h', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 1, 0, '', 0, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('042', 'a', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('043', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('043', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('043', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('043', 'a', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('043', 'b', 'Codice locale GAC (codice dell\'area geografica)', 'Codice locale GAC (codice dell\'area geografica)', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('043', 'c', 'Codice ISO', 'Codice ISO', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('044', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('044', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('044', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('044', 'a', 'Codice MARC del paese', 'Codice MARC del paese', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('044', 'b', 'Codice di sottoente locale', 'Codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('044', 'c', 'Codice ISO del paese', 'Codice ISO del paese', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('045', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('045', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('045', 'a', 'Codice di periodo di tempo', 'Codice di periodo di tempo', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('045', 'b', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('045', 'c', 'Periodo di tempo formattato anteriore al 9999 a.C.', 'Periodo di tempo formattato anteriore al 9999 a.C.', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', '2', 'Fonte della data', 'Fonte della data', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', 'a', 'Codice di tipo di data', 'Codice di tipo di data', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', 'b', 'Data 1 (data a.C.)', 'Data 1 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', 'c', 'Data 1 (data d.C.)', 'Data 1 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', 'd', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', 'e', 'Data 2 (data d.C.)', 'Data 2 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', 'j', 'Data della modifica della risorsa', 'Data della modifica della risorsa', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', 'k', 'Data iniziale di creazione o data semplice', 'Data iniziale di creazione o data semplice', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', 'l', 'Data finale di creazione', 'Data finale di creazione', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', 'm', 'Data iniziale di validità', 'Data iniziale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('046', 'n', 'Data finale di validità', 'Data finale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('047', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('047', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('047', 'a', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('048', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('048', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('048', 'a', 'Esecutore o complesso', 'Esecutore o complesso', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('048', 'b', 'Solista', 'Solista', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('049', 'a', 'Holding library', 'Holding library', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('049', 'c', 'Copy statement', 'Copy statement', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('049', 'd', 'Definition of bibliographic subdivisions', 'Definition of bibliographic subdivisions', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
@@ -12519,82 +12778,82 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('049', 's', 'Fifth bibliographic subdivision', 'Fifth bibliographic subdivision', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('049', 't', 'Sixth bibliographic subdivision', 'Sixth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('049', 'u', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('049', 'v', 'Primary bibliographic subdivision', 'Primary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('049', 'v', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('049', 'y', 'Inclusive dates of publication or coverage', 'Inclusive dates of publication or coverage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('050', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('050', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('050', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('050', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('050', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('050', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('050', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('050', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('050', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, 0, 'VR', '', '', NULL),
                ('050', 'd', 'Supplementary class number (MU) [OBSOLETE]', 'Supplementary class number (MU) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('051', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('051', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('051', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('051', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('052', '2', 'Code Source', 'Code Source', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('052', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('051', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('051', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('051', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('051', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('052', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('052', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('052', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('052', 'a', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('052', 'b', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('052', 'c', 'Subject (MP) [OBSOLETE]', 'Subject (MP) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('052', 'd', 'Populated place name', 'Populated place name', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('055', '2', 'Source of call/class number', 'Source of call/class number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('055', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('055', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('055', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('060', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('060', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('061', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('061', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('061', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('061', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('070', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('070', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('071', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('071', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('071', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('071', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('072', '2', 'Source', 'Source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('072', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('072', 'a', 'Subject category code', 'Subject category code', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('074', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('074', 'a', 'GPO item number', 'GPO item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('074', 'z', 'Canceled/invalid GPO item number', 'Canceled/invalid GPO item number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('080', '2', 'Edition identifier', 'Edition identifier', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('080', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('080', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('082', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('082', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('082', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('082', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('084', '2', 'Source of number', 'Source of number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('084', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('084', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('084', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('086', '2', 'Number source', 'Number source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('086', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('086', 'a', 'Classification number', 'Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('086', 'z', 'Canceled/invalid classification number', 'Canceled/invalid classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('052', 'd', 'Nome di luogo abitato', 'Nome di luogo abitato', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('055', '2', 'Fonte del numero di chiamata/classe', 'Fonte del numero di chiamata/classe', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('055', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('055', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('055', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('055', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('060', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('060', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('060', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('061', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('061', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('061', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('061', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('066', 'a', 'Set di caratteri primario G0', 'Set di caratteri primario G0', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('066', 'b', 'Set di caratteri primario G1', 'Set di caratteri primario G1', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('066', 'c', 'Set di caratteri alternativo G0 o G1', 'Set di caratteri alternativo G0 o G1', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('070', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('070', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('070', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('071', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('071', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('071', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('071', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('072', '2', 'Fonte', 'Fonte', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('072', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('072', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('072', 'a', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('072', 'x', 'Suddivisione del codice di categoria di soggetto', 'Suddivisione del codice di categoria di soggetto', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('074', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('074', 'a', 'Numero GPO dell\'item', 'Numero GPO dell\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('074', 'z', 'Numero GPO dell\'item cancellato/errato', 'Numero GPO dell\'item cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('080', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('080', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('080', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('080', 'a', 'Numero di Classificazione decimale universale', 'Numero di Classificazione decimale universale', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('080', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('080', 'x', 'Suddivisione ausiliare comune', 'Suddivisione ausiliare comune', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('082', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('082', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('082', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('082', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('082', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('084', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('084', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('084', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('084', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('084', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('086', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('086', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('086', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('086', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('086', 'z', 'Numero di classificazione cancellato/errato', 'Numero di classificazione cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('087', 'a', 'Report number [OBSOLETE, CAN/MARC]', 'Report number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('087', 'z', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('088', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('088', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('088', 'a', 'Report number', 'Report number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('088', 'z', 'Canceled/invalid report number', 'Canceled/invalid report number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('088', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('088', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('088', 'a', 'Numero di rapporto', 'Numero di rapporto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('088', 'z', 'Numero di rapporto cancellato/errato', 'Numero di rapporto cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('090', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('090', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, '', 0, '', '', '', 0, 5, 'VR', '', '', NULL),
@@ -12609,1747 +12868,1749 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('090', 'z', 'Retention, VOL (RLIN)', 'Retention, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('091', 'a', 'Microfilm shelf location', 'Microfilm shelf location', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('092', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('092', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('092', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('092', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('092', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('092', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('092', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('096', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('096', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('096', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('096', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('096', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('098', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('099', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('099', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('099', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('100', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('100', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('100', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('100', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('100', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, -1, 'VR', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
-               ('100', 'b', 'Numeration', 'Numeration', 0, 0, '', 1, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 1, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 1, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('100', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('100', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('100', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('100', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 1, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('100', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('100', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('110', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('110', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('100', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, -1, 'VR', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
+               ('100', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 1, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 1, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('100', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 1, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('100', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('100', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('100', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('100', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('100', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('100', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('100', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('100', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('100', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 1, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('100', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('100', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('110', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('110', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('110', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('110', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'VR', '', '', NULL),
-               ('110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 1, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('110', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 1, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 1, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('110', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('110', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('110', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('110', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('110', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('110', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('110', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('111', '4', 'Relator code', 'Relator code', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('111', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('110', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'VR', '', '', NULL),
+               ('110', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 1, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('110', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 1, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('110', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 1, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('110', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('110', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('110', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('110', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('110', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('110', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('110', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('110', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('110', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('111', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('111', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('111', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('111', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'VR', '', '', NULL),
+               ('111', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'VR', '', '', NULL),
                ('111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('111', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('111', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('111', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('111', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('111', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('111', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('111', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('111', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('111', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('111', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('111', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('111', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('111', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('111', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('111', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('111', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('111', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('111', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('111', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('111', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('111', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('111', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('130', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('130', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 'h', 'Medium', 'Medium', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 's', 'Version', 'Version', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('130', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('210', '2', 'Source', 'Source', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('210', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('210', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('210', 'a', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('210', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('211', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 's', 'Versione', 'Versione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('130', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('210', '2', 'Fonte', 'Fonte', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('210', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('210', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('210', 'a', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('210', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('211', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('211', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('212', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('212', 'a', 'Variant access title', 'Variant access title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('214', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('212', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('212', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('214', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('214', 'a', 'Augmented title', 'Augmented title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('222', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('222', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('222', 'a', 'Key title', 'Key title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('222', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('240', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('240', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('222', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('222', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('222', 'a', 'Titolo chiave', 'Titolo chiave', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('222', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('240', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('240', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('240', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('240', 'a', 'Uniform title', 'Uniform title', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'VR', '', '', NULL),
-               ('240', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('240', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('240', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('240', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('240', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('240', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('240', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('240', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('240', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('240', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('240', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('240', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('240', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'VR', '', '', NULL),
+               ('240', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('240', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('240', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('240', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('240', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('240', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('240', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('240', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('240', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('240', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('240', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('240', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'VR', '', '', NULL),
                ('241', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('241', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('242', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('242', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('242', 'a', 'Title', 'Title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('242', 'b', 'Remainder of title', 'Remainder of title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('242', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('241', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('242', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('242', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('242', 'a', 'Titolo', 'Titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('242', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('242', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('242', 'd', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('242', 'e', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('242', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('242', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('242', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('242', 'y', 'Language code of translated title', 'Language code of translated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('243', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('243', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('242', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('242', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('242', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('242', 'y', 'Codice di lingua del titolo tradotto', 'Codice di lingua del titolo tradotto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('243', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('243', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('243', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('243', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 2, '', '', '', 1, -1, 'VR', '', '', NULL),
-               ('243', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('243', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('243', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('243', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('243', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('243', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('243', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('243', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('243', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('243', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('243', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('243', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('245', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('245', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('245', 'a', 'Title', 'Title', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'VR', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
-               ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('245', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, '', 2, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series: (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('243', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 2, '', '', '', 1, -1, 'VR', '', '', NULL),
+               ('243', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('243', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('243', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('243', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('243', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('243', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('243', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('243', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('243', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('243', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('243', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('243', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('245', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('245', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('245', 'a', 'Titolo', 'Titolo', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'VR', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
+               ('245', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('245', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, '', 2, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('245', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('245', 'f', 'Inclusive dates', 'Inclusive dates', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('245', 'g', 'Bulk dates', 'Bulk dates', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('245', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('245', 'k', 'Form', 'Form', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('245', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('245', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('245', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('246', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('246', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('246', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('246', 'a', 'Title proper/short title', 'Title proper/short title', 0, 0, '', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('246', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('245', 'f', 'Date inclusive', 'Date inclusive', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('245', 'g', 'Date preponderanti', 'Date preponderanti', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('245', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('245', 'k', 'Forma', 'Forma', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('245', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('245', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('245', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('246', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('246', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('246', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('246', 'a', 'Titolo proprio/titolo breve', 'Titolo proprio/titolo breve', 0, 0, '', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('246', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('246', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('246', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('246', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('246', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('246', 'i', 'Display text', 'Display text', 0, 0, '', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('246', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('246', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('247', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('247', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('247', 'a', 'Title', 'Title', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('247', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('246', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('246', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('246', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('246', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('246', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('246', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('247', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('247', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('247', 'a', 'Titolo', 'Titolo', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('247', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('247', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('247', 'e', 'Name of part/section (SE) [OBSOLETE]', 'Name of part/section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('247', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('247', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('247', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('247', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('247', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('247', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('250', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('250', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('250', 'a', 'Edition statement', 'Edition statement', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('250', 'b', 'Remainder of edition statement', 'Remainder of edition statement', 0, 0, '', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('254', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('254', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('254', 'a', 'Musical presentation statement', 'Musical presentation statement', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('255', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('255', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('255', 'a', 'Statement of scale', 'Statement of scale', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('255', 'b', 'Statement of projection', 'Statement of projection', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('255', 'c', 'Statement of coordinates', 'Statement of coordinates', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('255', 'd', 'Statement of zone', 'Statement of zone', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('255', 'e', 'Statement of equinox', 'Statement of equinox', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('255', 'f', 'Outer G-ring coordinate pairs', 'Outer G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('255', 'g', 'Exclusion G-ring coordinate pairs', 'Exclusion G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('256', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('256', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('256', 'a', 'Computer file characteristics', 'Computer file characteristics', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('257', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('257', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('257', 'a', 'Country of producing entity', 'Country of producing entity', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('258', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('258', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('258', 'a', 'Issuing jurisdiction', 'Issuing jurisdiction', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('258', 'b', 'Denomination', 'Denomination', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('260', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('260', 'a', 'Place of publication, distribution, etc', 'Place of publication, distribution, etc', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('260', 'b', 'Name of publisher, distributor, etc', 'Name of publisher, distributor, etc', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('260', 'c', 'Date of copyright, publication, distribution, release, etc', 'Date of publication, distribution, etc', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('247', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('247', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('247', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('247', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('247', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('247', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('250', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('250', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('250', 'a', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('250', 'b', 'Restante parte della formulazione di edizione', 'Restante parte della formulazione di edizione', 0, 0, '', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('254', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('254', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('254', 'a', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('255', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('255', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('255', 'a', 'Formulazione di scala', 'Formulazione di scala', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('255', 'b', 'Formulazione di proiezione', 'Formulazione di proiezione', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('255', 'c', 'Formulazione di coordinate', 'Formulazione di coordinate', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('255', 'd', 'Formulazione di zona', 'Formulazione di zona', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('255', 'e', 'Formulazione di equinozio', 'Formulazione di equinozio', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('255', 'f', 'Coppie di coordinate d\'inclusione del perimetro', 'Coppie di coordinate d\'inclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('255', 'g', 'Coppie di coordinate di esclusione del perimetro', 'Coppie di coordinate di esclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('256', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('256', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('256', 'a', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('257', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('257', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('257', 'a', 'Paese dell\'ente produttore', 'Paese dell\'ente produttore', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('258', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('258', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('258', 'a', 'Giurisdizione dell\'emissione', 'Giurisdizione dell\'emissione', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('258', 'b', 'Valore facciale', 'Valore facciale', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('260', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('260', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('260', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('260', 'b', 'Nome dell\'editore, distributore, ecc.', 'Nome dell\'editore, distributore, ecc.', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('260', 'c', 'Data di pubblicazione, distribuzione, ecc.', 'Data di pubblicazione, distribuzione, ecc.', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, -1, 'VR', '', '', NULL),
                ('260', 'd', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('260', 'e', 'Place of manufacture', 'Place of manufacture', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('260', 'f', 'Manufacturer', 'Manufacturer', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('260', 'g', 'Date of manufacture', 'Date of manufacture', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('260', 'e', 'Luogo di stampa', 'Luogo di stampa', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('260', 'f', 'Stampatore', 'Stampatore', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('260', 'g', 'Data di stampa', 'Data di stampa', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('260', 'k', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('260', 'l', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('261', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('261', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('261', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('261', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('261', 'a', 'Producing company', 'Producing company', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('261', 'b', 'Releasing company (primary distributor)', 'Releasing company (primary distributor)', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('261', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('261', 'd', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('261', 'e', 'Contractual producer', 'Contractual producer', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('261', 'f', 'Place of production, release, etc.', 'Place of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('262', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('262', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('262', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('262', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('262', 'a', 'Place of production, release, etc.', 'Place of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('262', 'b', 'Publisher or trade name', 'Publisher or trade name', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('262', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('262', 'k', 'Serial identification', 'Serial identification', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('262', 'l', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('263', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('263', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('263', 'a', 'Projected publication date', 'Projected publication date', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('263', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('263', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('263', 'a', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('265', '6', 'Linkage [OBSOLETE]', 'Linkage [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('265', 'a', 'Source for acquisition/subscription address [OBSOLETE]', 'Source for acquisition/subscription address [OBSOLETE]', 1, 0, '', 2, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('270', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('270', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('270', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('270', 'a', 'Address', 'Address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'b', 'City', 'City', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'c', 'State or province', 'State or province', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('270', 'd', 'Country', 'Country', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'e', 'Postal code', 'Postal code', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'f', 'Terms preceding attention name', 'Terms preceding attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'g', 'Attention name', 'Attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'h', 'Attention position', 'Attention position', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'i', 'Type of address', 'Type of address', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'j', 'Specialized telephone number', 'Specialized telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'k', 'Telephone number', 'Telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'l', 'Fax number', 'Fax number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'n', 'TDD or TTY number', 'TDD or TTY number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'p', 'Contact person', 'Contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'q', 'Title of contact person', 'Title of contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'r', 'Hours', 'Hours', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('270', 'z', 'Public note', 'Public note', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('300', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('300', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('300', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('300', 'a', 'Extent (number of discs/tapes followed by format)', 'Extent', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('300', 'b', 'Other physical details', 'Other physical details', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('300', 'c', 'Dimensions', 'Dimensions', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('270', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('270', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('270', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('270', 'a', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'b', 'Città', 'Città', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'c', 'Stato o provincia', 'Stato o provincia', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('270', 'd', 'Paese', 'Paese', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'e', 'Codice postale', 'Codice postale', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'f', 'Parole che precedono il nome del destinatario', 'Parole che precedono il nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'g', 'Nome del destinatario', 'Nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'h', 'Posizione del destinatario', 'Posizione del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'i', 'Persona di contatto', 'Persona di contatto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'j', 'Numero di telefono specializzato', 'Numero di telefono specializzato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'k', 'Numero di telefono', 'Numero di telefono', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'l', 'Numero di fax', 'Numero di fax', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'm', 'Indirizzo e-mail', 'Indirizzo e-mail', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'n', 'Numero di TDD o TTY', 'Numero di TDD o TTY', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'p', 'Persona di contatto', 'Persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'q', 'Titolo della persona di contatto', 'Titolo della persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'r', 'Ore', 'Ore', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('270', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('300', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('300', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('300', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('300', 'a', 'Estensione', 'Estensione', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('300', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('300', 'c', 'Dimensioni', 'Dimensioni', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'VR', '', '', NULL),
                ('300', 'd', 'Accompanying material [OBSOLETE, CAN/MARC]', 'Accompanying material [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('300', 'e', 'Accompanying material', 'Accompanying material', 0, 0, '', 3, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('300', 'f', 'Type of unit', 'Type of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('300', 'g', 'Size of unit', 'Size of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('300', 'e', 'Materiale allegato', 'Materiale allegato', 0, 0, '', 3, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('300', 'f', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('300', 'g', 'Dimensioni del materiale', 'Dimensioni del materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'VR', '', '', NULL),
                ('300', 'k', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('300', 'm', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('300', 'n', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('301', 'a', 'Extent of item', 'Extent of item', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('301', 'b', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('301', 'c', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
-               ('301', 'd', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('301', 'e', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('301', 'f', 'Speed', 'Speed', 0, 0, '', 3, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
+               ('301', 'a', 'Estensione della copia', 'Estensione della copia', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('301', 'b', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('301', 'c', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
+               ('301', 'd', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('301', 'e', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('301', 'f', 'Velocità', 'Velocità', 0, 0, '', 3, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
                ('302', 'a', 'Page count', 'Page count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
                ('303', 'a', 'Unit count', 'Unit count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
                ('304', 'a', 'Linear footage', 'Linear footage', 0, 0, '', 3, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
-               ('305', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('305', 'a', 'Extent', 'Extent', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('305', 'b', 'Other physical details', 'Other physical details', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('305', 'c', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
+               ('305', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('305', 'a', 'Estensione', 'Estensione', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('305', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('305', 'c', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
                ('305', 'd', 'Microgroove or standard', 'Microgroove or standard', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('305', 'e', 'Stereophonic, monaural', 'Stereophonic, monaural', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('305', 'f', 'Number of tracks', 'Number of tracks', 0, 0, '', 3, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
+               ('305', 'e', 'Stereofonico, monoaurale', 'Stereofonico, monoaurale', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('305', 'f', 'Numero dei tracciati', 'Numero dei tracciati', 0, 0, '', 3, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
                ('305', 'm', 'Serial identification', 'Serial identification', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('305', 'n', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 3, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
-               ('306', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('306', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('306', 'a', 'Playing time', 'Playing time', 0, 0, '', 3, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('307', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('307', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('307', 'a', 'Hours', 'Hours', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('307', 'b', 'Additional information', 'Additional information', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('308', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('308', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('308', 'a', 'Number of reels', 'Number of reels', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('306', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('306', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('306', 'a', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, '', 3, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('307', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('307', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('307', 'a', 'Ore', 'Ore', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('307', 'b', 'Informazione addizionale', 'Informazione addizionale', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('308', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('308', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('308', 'a', 'Numero di bobine', 'Numero di bobine', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('308', 'b', 'Footage', 'Footage', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('308', 'c', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('308', 'd', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('308', 'e', 'Width', 'Width', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('308', 'f', 'Presentation format', 'Presentation format', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('310', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('310', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('310', 'a', 'Current publication frequency', 'Current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('310', 'b', 'Date of current publication frequency', 'Date of current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('315', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('315', 'a', 'Frequency', 'Frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('315', 'b', 'Dates of frequency', 'Dates of frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('321', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('321', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('321', 'a', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('321', 'b', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('340', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('340', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('340', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('340', 'a', 'Material base and configuration', 'Material base and configuration', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('340', 'b', 'Dimensions', 'Dimensions', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('340', 'c', 'Materials applied to surface', 'Materials applied to surface', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('340', 'd', 'Information recording technique', 'Information recording technique', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('340', 'e', 'Support', 'Support', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('340', 'f', 'Production rate/ratio', 'Production rate/ratio', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('340', 'h', 'Location within medium', 'Location within medium', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('340', 'i', 'Technical specifications of medium', 'Technical specifications of medium', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', '2', 'Reference method used', 'Reference method used', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'a', 'Name', 'Name', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'b', 'Coordinate or distance units', 'Coordinate or distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'c', 'Latitude resolution', 'Latitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'd', 'Longitude resolution', 'Longitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'e', 'Standard parallel or oblique line latitude', 'Standard parallel or oblique line latitude', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'f', 'Oblique line longitude', 'Oblique line longitude', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'g', 'Longitude of central meridian or projection center', 'Longitude of central meridian or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'h', 'Latitude of projection origin or projection center', 'Latitude of projection origin or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'i', 'False easting', 'False easting', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'j', 'False northing', 'False northing', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'k', 'Scale factor', 'Scale factor', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'l', 'Height of perspective point above surface', 'Height of perspective point above surface', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'm', 'Azimuthal angle', 'Azimuthal angle', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'n', 'Azimuth measure point longitude or straight vertical longitude from pole', 'Azimuth measure point longitude or straight vertical longitude from pole', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'o', 'Landsat number and path number', 'Landsat number and path number', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'p', 'Zone identifier', 'Zone identifier', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'q', 'Ellipsoid name', 'Ellipsoid name', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'r', 'Semi-major axis', 'Semi-major axis', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 's', 'Denominator of flattening ratio', 'Denominator of flattening ratio', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 't', 'Vertical resolution', 'Vertical resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'u', 'Vertical encoding method', 'Vertical encoding method', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'v', 'Local planar, local, or other projection or grid description', 'Local planar, local, or other projection or grid description', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('342', 'w', 'Local planar or local georeference information', 'Local planar or local georeference information', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('343', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('343', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('343', 'a', 'Planar coordinate encoding method', 'Planar coordinate encoding method', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('343', 'b', 'Planar distance units', 'Planar distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('343', 'c', 'Abscissa resolution', 'Abscissa resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('343', 'd', 'Ordinate resolution', 'Ordinate resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('343', 'e', 'Distance resolution', 'Distance resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('343', 'f', 'Bearing resolution', 'Bearing resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('343', 'g', 'Bearing unit', 'Bearing unit', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('343', 'h', 'Bearing reference direction', 'Bearing reference direction', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('343', 'i', 'Bearing reference meridian', 'Bearing reference meridian', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('350', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('350', 'a', 'Price', 'Price', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('350', 'b', 'Form of issue', 'Form of issue', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('351', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('351', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('351', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('351', 'a', 'Organization', 'Organization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('351', 'b', 'Arrangement', 'Arrangement', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('351', 'c', 'Hierarchical level', 'Hierarchical level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('352', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('352', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('352', 'a', 'Direct reference method', 'Direct reference method', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('352', 'b', 'Object type', 'Object type', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('352', 'c', 'Object count', 'Object count', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('352', 'd', 'Row count', 'Row count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('352', 'e', 'Column count', 'Column count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('352', 'f', 'Vertical count', 'Vertical count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('352', 'g', 'VPF topology level', 'VPF topology level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('352', 'i', 'Indirect reference description', 'Indirect reference description', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('355', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('355', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('355', 'a', 'Security classification', 'Security classification', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('355', 'b', 'Handling instructions', 'Handling instructions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('355', 'c', 'External dissemination information', 'External dissemination information', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('355', 'd', 'Downgrading or declassification event', 'Downgrading or declassification event', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('355', 'e', 'Classification system', 'Classification system', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('355', 'f', 'Country of origin code', 'Country of origin code', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('355', 'g', 'Downgrading date', 'Downgrading date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('355', 'h', 'Declassification date', 'Declassification date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('355', 'j', 'Authorization', 'Authorization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('357', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('357', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('357', 'a', 'Originator control term', 'Originator control term', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('357', 'b', 'Originating agency', 'Originating agency', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('357', 'c', 'Authorized recipients of material', 'Authorized recipients of material', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('357', 'g', 'Other restrictions', 'Other restrictions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('359', 'a', 'Rental price', 'Rental price', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('362', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('362', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('362', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('362', 'z', 'Source of information', 'Source of information', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('365', '2', 'Source of price type code', 'Source of price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('365', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('365', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('365', 'a', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('365', 'b', 'Price amount', 'Price amount', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('365', 'c', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('365', 'd', 'Unit of pricing', 'Unit of pricing', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('365', 'e', 'Price note', 'Price note', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('365', 'f', 'Price effective from', 'Price effective from', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('365', 'g', 'Price effective until', 'Price effective until', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('365', 'h', 'Tax rate 1', 'Tax rate 1', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('365', 'i', 'Tax rate 2', 'Tax rate 2', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('365', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('365', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('365', 'm', 'Identification of pricing entity', 'Identification of pricing entity', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('366', '2', 'Source of availability status code', 'Source of availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('366', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('366', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('366', 'a', 'Publishers\' compressed title identification', 'Publishers\' compressed title identification', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('366', 'b', 'Detailed date of publication', 'Detailed date of publication', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('366', 'c', 'Availability status code', 'Availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('366', 'd', 'Expected next availability date', 'Expected next availability date', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('366', 'e', 'Note', 'Note', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('366', 'f', 'Publishers\' discount category', 'Publishers\' discount category', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('366', 'g', 'Date made out of print', 'Date made out of print', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('366', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('366', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('366', 'm', 'Identification of agency', 'Identification of agency', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('400', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('308', 'c', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('308', 'd', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('308', 'e', 'Larghezza', 'Larghezza', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('308', 'f', 'Formato di presentazione', 'Formato di presentazione', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('310', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('310', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('310', 'a', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('310', 'b', 'Data di periodicità corrente della pubblicazione', 'Data di periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('315', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('315', 'a', 'Frequenza', 'Frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('315', 'b', 'Date della frequenza', 'Date della frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('321', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('321', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('321', 'a', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('321', 'b', 'Date di periodicità precedente della pubblicazione', 'Date di periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('340', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('340', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('340', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('340', 'a', 'Base e composizione del materiale', 'Base e composizione del materiale', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('340', 'b', 'Dimensioni', 'Dimensioni', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('340', 'c', 'Materiali applicati alla superficie', 'Materiali applicati alla superficie', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('340', 'd', 'Tecnica della registrazione della informazione', 'Tecnica della registrazione della informazione', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('340', 'e', 'Supporto', 'Supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('340', 'f', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('340', 'h', 'Localizzazione nel supporto', 'Localizzazione nel supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('340', 'i', 'Specificazioni tecniche del supporto', 'Specificazioni tecniche del supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', '2', 'Metodo di riferimento usato', 'Metodo di riferimento usato', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'a', 'Nome', 'Nome', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'b', 'Unità di distanza o di coordinate', 'Unità di distanza o di coordinate', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'c', 'Risoluzione di latitudine', 'Risoluzione di latitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'd', 'Risoluzione di longitudine', 'Risoluzione di longitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'e', 'Parallela standard o latitudine di lineare obliqua', 'Parallela standard o latitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'f', 'Longitudine di lineare obliqua', 'Longitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'g', 'Longitudine del meridiano centrale o del centro della proiezione', 'Longitudine del meridiano centrale o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'h', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'i', 'Ascissa falsa', 'Ascissa falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'j', 'Ordinata falsa', 'Ordinata falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'k', 'Fattore di scala', 'Fattore di scala', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'l', 'Altezza del punto di vista sulla superficie', 'Altezza del punto di vista sulla superficie', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'm', 'Angolo d\'azimut', 'Angolo d\'azimut', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'n', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'o', 'Numero del Landsat e numero di traiettoria', 'Numero del Landsat e numero di traiettoria', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'p', 'Identificatore di zona', 'Identificatore di zona', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'q', 'Nome dell\'ellissoide', 'Nome dell\'ellissoide', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'r', 'Semiasse maggiore', 'Semiasse maggiore', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 's', 'Denominatore del rapporto di spianatura', 'Denominatore del rapporto di spianatura', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 't', 'Risoluzione verticale', 'Risoluzione verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'u', 'Metodo di codifica verticale', 'Metodo di codifica verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'v', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('342', 'w', 'Informazione di riferimento geospaziale locale piano o locale', 'Informazione di riferimento geospaziale locale piano o locale', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('343', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('343', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('343', 'a', 'Metodo di codifica di coordinate piane', 'Metodo di codifica di coordinate piane', 1, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('343', 'b', 'Unità di distanza piana', 'Unità di distanza piana', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('343', 'c', 'Risoluzione dell\'ascissa', 'Risoluzione dell\'ascissa', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('343', 'd', 'Risoluzione dell\'ordinata', 'Risoluzione dell\'ordinata', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('343', 'e', 'Risoluzione di distanza', 'Risoluzione di distanza', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('343', 'f', 'Risoluzione di orientamento', 'Risoluzione di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('343', 'g', 'Unità di orientamento', 'Unità di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('343', 'h', 'Direzione di riferimento dell\'orientamento', 'Direzione di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('343', 'i', 'Meridiano di riferimento dell\'orientamento', 'Meridiano di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('350', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('350', 'a', 'Prezzo', 'Prezzo', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('350', 'b', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('351', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('351', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('351', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('351', 'a', 'Organizzazione', 'Organizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('351', 'b', 'Ordinamento', 'Ordinamento', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('351', 'c', 'Livello gerarchico', 'Livello gerarchico', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('352', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('352', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('352', 'a', 'Metodo di riferimento diretto', 'Metodo di riferimento diretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('352', 'b', 'Tipo di oggetto', 'Tipo di oggetto', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('352', 'c', 'Contatore di oggetti', 'Contatore di oggetti', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('352', 'd', 'Contatore di linee', 'Contatore di linee', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('352', 'e', 'Contattore di colonne', 'Contattore di colonne', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('352', 'f', 'Contattore verticale', 'Contattore verticale', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('352', 'g', 'Livello di topologia VPF', 'Livello di topologia VPF', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('352', 'i', 'Descrizione di riferimento indiretto', 'Descrizione di riferimento indiretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('355', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('355', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('355', 'a', 'Classificazione di sicurezza', 'Classificazione di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('355', 'b', 'Istruzioni per l\'uso', 'Istruzioni per l\'uso', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('355', 'c', 'Informazione di diffusione esterna', 'Informazione di diffusione esterna', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('355', 'd', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('355', 'e', 'Sistema di classificazione', 'Sistema di classificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('355', 'f', 'Codice del paese di origine', 'Codice del paese di origine', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('355', 'g', 'Data di riduzione del livello di sicurezza', 'Data di riduzione del livello di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('355', 'h', 'Data di declassificazione', 'Data di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('355', 'j', 'Autorizzazione', 'Autorizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('357', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('357', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('357', 'a', 'Termine di controllo del creatore', 'Termine di controllo del creatore', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('357', 'b', 'Agenzia di diffusione', 'Agenzia di diffusione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('357', 'c', 'Destinatari autorizzati del materiale', 'Destinatari autorizzati del materiale', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('357', 'g', 'Altre restrizioni', 'Altre restrizioni', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('359', 'a', 'Prezzo del prestito', 'Prezzo del prestito', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('362', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('362', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('362', 'a', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('362', 'z', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('365', '2', 'Fonte del codice del tipo di prezzo', 'Fonte del codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('365', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('365', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('365', 'a', 'Codice del tipo di prezzo', 'Codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('365', 'b', 'Prezzo totale', 'Prezzo totale', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('365', 'c', 'Codice della valuta', 'Codice della valuta', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('365', 'd', 'Unità de fissazione del prezzo', 'Unità de fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('365', 'e', 'Nota sul prezzo', 'Nota sul prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('365', 'f', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('365', 'g', 'Prezzo in vigore fino al', 'Prezzo in vigore fino al', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('365', 'h', 'Aliquota 1', 'Aliquota 1', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('365', 'i', 'Aliquota 2', 'Aliquota 2', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('365', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('365', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('365', 'm', 'Identificazione dell\'ente di fissazione del prezzo', 'Identificazione dell\'ente di fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('366', '2', 'Fonte dello stato di disponibilità', 'Fonte dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('366', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('366', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('366', 'a', 'Identificazione editoriale abbreviata di titolo', 'Identificazione editoriale abbreviata di titolo', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('366', 'b', 'Data dettagliata di pubblicazione', 'Data dettagliata di pubblicazione', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('366', 'c', 'Codice dello stato di disponibilità', 'Codice dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('366', 'd', 'Data prevedibile della prossima disponibilità', 'Data prevedibile della prossima disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('366', 'e', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('366', 'f', 'Tipo di sconto dell\'editore', 'Tipo di sconto dell\'editore', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('366', 'g', 'Data di esaurimento', 'Data di esaurimento', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('366', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('366', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('366', 'm', 'Identificazione dell\'agenzia', 'Identificazione dell\'agenzia', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('400', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('400', 'a', 'Personal name', 'Personal name', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'b', 'Numeration', 'Numeration', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('400', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('400', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('400', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('400', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('400', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('410', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('411', '4', 'Relator code', 'Relator code', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', '6', 'Linkage', 'Linkage', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('410', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('411', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('411', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('411', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('440', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('440', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('411', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('440', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('440', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('440', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('440', 'a', 'Title', 'Title', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'VR', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
-               ('440', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('440', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('440', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('440', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, 0, 'VR', '', '', NULL),
-               ('490', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('490', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
-               ('490', 'a', 'Series statement', 'Series statement', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('490', 'l', 'Library of Congress call number', 'Library of Congress call number', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('490', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('490', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('500', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('500', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('500', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('500', 'a', 'General note', 'General note', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('440', 'a', 'Titolo', 'Titolo', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'VR', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
+               ('440', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('440', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('440', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('440', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('490', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('490', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', NULL, NULL, -6, 'VR', '', '', NULL),
+               ('490', 'a', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('490', 'l', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('490', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 1, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('490', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('500', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('500', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('500', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('500', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('500', 'a', 'Nota generale', 'Nota generale', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
                ('500', 'l', 'Library of Congress call number (SE) [OBSOLETE]', 'Library of Congress call number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('500', 'n', 'n (RLIN) [OBSOLETE]', 'n (RLIN) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('500', 'x', 'International Standard Serial Number (SE) [OBSOLETE]', 'International Standard Serial Number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('500', 'z', 'Source of note information (AM SE) [OBSOLETE]', 'Source of note information (AM SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('501', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('501', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('501', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('501', 'a', 'With note', 'With note', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('502', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('502', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('502', 'a', 'Dissertation note', 'Dissertation note', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('503', '8', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('501', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('501', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('501', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('501', 'a', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('502', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('502', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('502', 'a', 'Nota di dissertazione', 'Nota di dissertazione', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('503', '8', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('503', 'a', 'Bibliographic history note', 'Bibliographic history note', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('504', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('504', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('504', 'a', 'Bibliography, etc', 'Bibliography, etc', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('504', 'b', 'Number of references', 'Number of references', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('505', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('505', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('505', 'a', 'Formatted contents note', 'Formatted contents note', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('505', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('505', 'r', 'Statement of responsibility', 'Statement of responsibility', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('505', 't', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('505', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'VR', '', '', NULL),
-               ('506', '2', 'Source of term', 'Source of term', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('506', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('506', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('506', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('506', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('506', 'a', 'Terms governing access', 'Terms governing access', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('506', 'b', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('506', 'c', 'Physical access provisions', 'Physical access provisions', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('506', 'd', 'Authorized users', 'Authorized users', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('506', 'e', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('506', 'f', 'Standardized terminology for access restriction', 'Standardized terminology for access restriction', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('506', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'VR', '', '', NULL),
-               ('507', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('507', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('507', 'a', 'Representative fraction of scale note', 'Representative fraction of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('507', 'b', 'Remainder of scale note', 'Remainder of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('508', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('508', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('508', 'a', 'Creation/production credits note', 'Creation/production credits note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('509', 'a', 'Informal Notes', 'Informal Notes', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('510', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('510', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('510', 'a', 'Name of source', 'Name of source', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('510', 'b', 'Coverage of source', 'Coverage of source', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('510', 'c', 'Location within source', 'Location within source', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('510', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('511', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('511', 'a', 'Participant or performer note', 'Participant or performer note', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('512', '6', 'Linkage', 'Linkage', 0, 0, '', -1, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('504', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('504', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('504', 'a', 'Nota di bibliografia, ecc.', 'Nota di bibliografia, ecc.', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('504', 'b', 'Numero dei riferimenti', 'Numero dei riferimenti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('505', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('505', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('505', 'a', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('505', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('505', 'r', 'Formulazione di responsabilità', 'Formulazione di responsabilità', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('505', 't', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('505', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'VR', '', '', NULL),
+               ('506', '2', 'Fonte', 'Fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('506', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('506', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('506', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('506', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('506', 'a', 'Condizioni che regolano l\'accesso', 'Condizioni che regolano l\'accesso', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('506', 'b', 'Competenza legale', 'Competenza legale', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('506', 'c', 'Disposizioni per l\'accesso fisico', 'Disposizioni per l\'accesso fisico', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('506', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('506', 'e', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('506', 'f', 'Terminologia normalizzata della restrizione all’accesso', 'Terminologia normalizzata della restrizione all’accesso', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('506', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'VR', '', '', NULL),
+               ('507', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('507', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('507', 'a', 'Nota di frazione rappresentativa di scala', 'Nota di frazione rappresentativa di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('507', 'b', 'Restante parte della nota di scala', 'Restante parte della nota di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('508', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('508', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('508', 'a', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('509', 'a', 'Note informali', 'Note informali', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('510', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('510', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('510', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('510', 'a', 'Nome della fonte', 'Nome della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('510', 'b', 'Copertura della fonte', 'Copertura della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('510', 'c', 'Localizzazione nella fonte', 'Localizzazione nella fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('510', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('511', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('511', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('511', 'a', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('512', '6', 'Collegamento', 'Collegamento', 0, 0, '', -1, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('512', 'a', 'Earlier or later volumes separately cataloged note', 'Earlier or later volumes separately cataloged note', 0, 0, '', -1, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('513', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('513', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('513', 'a', 'Type of report', 'Type of report', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('513', 'b', 'Period covered', 'Period covered', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'a', 'Attribute accuracy report', 'Attribute accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'b', 'Attribute accuracy value', 'Attribute accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'c', 'Attribute accuracy explanation', 'Attribute accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'd', 'Logical consistency report', 'Logical consistency report', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'e', 'Completeness report', 'Completeness report', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'f', 'Horizontal position accuracy report', 'Horizontal position accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'g', 'Horizontal position accuracy value', 'Horizontal position accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'h', 'Horizontal position accuracy explanation', 'Horizontal position accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'i', 'Vertical positional accuracy report', 'Vertical positional accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'j', 'Vertical positional accuracy value', 'Vertical positional accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'k', 'Vertical positional accuracy explanation', 'Vertical positional accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'm', 'Cloud cover', 'Cloud cover', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('514', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'VR', '', '', NULL),
-               ('514', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('515', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('515', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('515', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('513', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('513', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('513', 'a', 'Tipo di rapporto', 'Tipo di rapporto', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('513', 'b', 'Periodo coperto', 'Periodo coperto', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'a', 'Rapporto di esattezza degli attributi', 'Rapporto di esattezza degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'b', 'Valore di esattezza degli attributi', 'Valore di esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'c', 'Spiegazione della esattezza degli attributi', 'Spiegazione della esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'd', 'Rapporto di coerenza logica', 'Rapporto di coerenza logica', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'e', 'Rapporto di completezza', 'Rapporto di completezza', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'f', 'Rapporto di esattezza di posizione orizzontale', 'Rapporto di esattezza di posizione orizzontale', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'g', 'Valore di esattezza di posizione orizzontale', 'Valore di esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'h', 'Spiegazione della esattezza di posizione orizzontale', 'Spiegazione della esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'i', 'Rapporto di esattezza di posizione verticale', 'Rapporto di esattezza di posizione verticale', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'j', 'Valore di esattezza di posizione verticale', 'Valore di esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'k', 'Spiegazione della esattezza di posizione verticale', 'Spiegazione della esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'm', 'Nuvolosità', 'Nuvolosità', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('514', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'VR', '', '', NULL),
+               ('514', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('515', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('515', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('515', 'a', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('515', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, '', -1, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('516', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('516', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('516', 'a', 'Type of computer file or data note', 'Type of computer file or data note', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('517', 'a', 'Different formats', 'Different formats', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('517', 'b', 'Content descriptors', 'Content descriptors', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('517', 'c', 'Additional animation techniques', 'Additional animation techniques', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('518', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('518', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('518', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('518', 'a', 'Date/time and place of an event note', 'Date/time and place of an event note', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('520', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('520', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('520', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('520', 'a', 'Summary, etc', 'Summary, etc', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('520', 'b', 'Expansion of summary note', 'Expansion of summary note', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('520', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'VR', '', '', NULL),
+               ('516', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('516', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('516', 'a', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('517', 'a', 'Formati multipli', 'Formati multipli', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('517', 'b', 'Descrittori del contenuto', 'Descrittori del contenuto', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('517', 'c', 'Tecniche d\'animazione addizionali', 'Tecniche d\'animazione addizionali', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('518', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('518', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('518', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('518', 'a', 'Nota sulla data/ora e luogo dell\'evento', 'Nota sulla data/ora e luogo dell\'evento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('520', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('520', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('520', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('520', 'a', 'Nota di riassunto, ecc.', 'Nota di riassunto, ecc.', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('520', 'b', 'Nota di estensione del riassunto', 'Nota di estensione del riassunto', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('520', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'VR', '', '', NULL),
                ('520', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('521', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('521', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('521', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('521', 'a', 'Target audience note', 'Target audience note', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('521', 'b', 'Source', 'Source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('522', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('522', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('522', 'a', 'Geographic coverage note', 'Geographic coverage note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('523', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('523', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('521', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('521', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('521', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('521', 'a', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('521', 'b', 'Fonte', 'Fonte', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('522', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('522', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('522', 'a', 'Nota di copertura geografica', 'Nota di copertura geografica', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('523', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('523', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('523', 'a', 'Time period of content note', 'Time period of content note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('524', '2', 'Source of schema used', 'Source of schema used', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('524', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('524', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('524', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('524', 'a', 'Preferred citation of described materials note', 'Preferred citation of described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('525', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('525', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('525', 'a', 'Supplement note', 'Supplement note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('524', '2', 'Fonte dello schema usato', 'Fonte dello schema usato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('524', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('524', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('524', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('524', 'a', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('525', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('525', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('525', 'a', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('525', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('526', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('526', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('526', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('526', 'a', 'Program name', 'Program name', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('526', 'b', 'Interest level', 'Interest level', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('526', 'c', 'Reading level', 'Reading level', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('526', 'd', 'Title point value', 'Title point value', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('526', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('526', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 6, 'VR', '', '', NULL),
-               ('526', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('527', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('526', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('526', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('526', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('526', 'a', 'Nome del programma', 'Nome del programma', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('526', 'b', 'Livello d\'interesse', 'Livello d\'interesse', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('526', 'c', 'Livello di lettura', 'Livello di lettura', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('526', 'd', 'Valore numerico del titolo', 'Valore numerico del titolo', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('526', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('526', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 5, '', '', '', NULL, 6, 'VR', '', '', NULL),
+               ('526', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('527', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('527', 'a', 'Censorship note', 'Censorship note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('530', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('530', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('530', 'a', 'Additional physical form available note', 'Additional physical form available note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('530', 'b', 'Availability source', 'Availability source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('530', 'c', 'Availability conditions', 'Availability conditions', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('530', 'd', 'Order number', 'Order number', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('530', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'VR', '', '', NULL),
+               ('530', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('530', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('530', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('530', 'a', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('530', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('530', 'c', 'Condizioni di disponibilità', 'Condizioni di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('530', 'd', 'Numero di ordine', 'Numero di ordine', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('530', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'VR', '', '', NULL),
                ('530', 'z', 'Source of note information (AM CF VM SE) [OBSOLETE]', 'Source of note information (AM CF VM SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('533', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('533', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('533', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('533', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('533', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('533', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('533', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('533', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('533', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('533', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('533', 'm', 'Dates and/or sequential designation of issues reproduced', 'Dates and/or sequential designation of issues reproduced', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('533', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 'a', 'Main entry of original', 'Main entry of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 'b', 'Edition statement of original', 'Edition statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 'c', 'Publication, distribution, etc', 'Publication, distribution, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 'e', 'Physical description, etc', 'Physical description, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 'f', 'Series statement of original', 'Series statement of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 'k', 'Key title of original', 'Key title of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 'l', 'Location of original', 'Location of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 'm', 'Material specific details', 'Material specific details', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 'n', 'Note about original', 'Note about original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 'p', 'Introductory phrase', 'Introductory phrase', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 't', 'Title statement of original', 'Title statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('534', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('535', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('535', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('535', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('535', 'a', 'Custodian', 'Custodian', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('535', 'b', 'Postal address', 'Postal address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('535', 'c', 'Country', 'Country', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('535', 'd', 'Telecommunications address', 'Telecommunications address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('535', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('536', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('536', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('536', 'a', 'Text of note', 'Text of note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('536', 'b', 'Contract number', 'Contract number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('536', 'c', 'Grant number', 'Grant number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('536', 'd', 'Undifferentiated number', 'Undifferentiated number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('536', 'e', 'Program element number', 'Program element number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('536', 'f', 'Project number', 'Project number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('536', 'g', 'Task number', 'Task number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('536', 'h', 'Work unit number', 'Work unit number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('537', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('533', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('533', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('533', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('533', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('533', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('533', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('533', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('533', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('533', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('533', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('533', 'm', 'Date e/o designazione sequenziale dei documenti riprodotti', 'Date e/o designazione sequenziale dei documenti riprodotti', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('533', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 'a', 'Accesso principale dell\'originale', 'Accesso principale dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 'b', 'Formulazione di edizione dell\'originale', 'Formulazione di edizione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 'c', 'Pubblicazione, distribuzione, ecc., dell\'originale', 'Pubblicazione, distribuzione, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 'e', 'Descrizione fisica, ecc., dell\'originale', 'Descrizione fisica, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 'f', 'Formulazione della serie dell\'originale', 'Formulazione della serie dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 'k', 'Titolo chiave dell\'originale', 'Titolo chiave dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 'l', 'Localizzazione dell\'originale', 'Localizzazione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 'n', 'Nota sull\'originale', 'Nota sull\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 'p', 'Frase introduttiva', 'Frase introduttiva', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 't', 'Formulazione del titolo dell\'originale', 'Formulazione del titolo dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('534', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('535', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('535', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('535', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('535', 'a', 'Conservatore', 'Conservatore', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('535', 'b', 'Indirizzo postale', 'Indirizzo postale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('535', 'c', 'Paese', 'Paese', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('535', 'd', 'Indirizzo di telecomunicazione', 'Indirizzo di telecomunicazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('535', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('536', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('536', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('536', 'a', 'Testo della nota', 'Testo della nota', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('536', 'b', 'Numero di contratto', 'Numero di contratto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('536', 'c', 'Numero di sovvenzione', 'Numero di sovvenzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('536', 'd', 'Numero indifferenziato', 'Numero indifferenziato', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('536', 'e', 'Numero di elemento di un programma', 'Numero di elemento di un programma', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('536', 'f', 'Numero di progetto', 'Numero di progetto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('536', 'g', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('536', 'h', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('537', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('537', 'a', 'Source of data note', 'Source of data note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('538', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('538', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('538', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('538', 'a', 'System details note', 'System details note', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('538', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('538', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'VR', '', '', NULL),
-               ('540', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('540', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('540', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('540', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('540', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('540', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('540', 'c', 'Authorization', 'Authorization', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('540', 'd', 'Authorized users', 'Authorized users', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('540', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'VR', '', '', NULL),
-               ('541', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('541', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('541', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('541', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('541', 'a', 'Source of acquisition', 'Source of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
-               ('541', 'b', 'Address', 'Address', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
-               ('541', 'c', 'Method of acquisition', 'Method of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
-               ('541', 'd', 'Date of acquisition', 'Date of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
-               ('541', 'e', 'Accession number', 'Accession number', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
-               ('541', 'f', 'Owner', 'Owner', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
-               ('541', 'h', 'Purchase price', 'Purchase price', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
-               ('541', 'n', 'Extent', 'Extent', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
-               ('541', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
-               ('543', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('538', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('538', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('538', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('538', 'a', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('538', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('538', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'VR', '', '', NULL),
+               ('540', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('540', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('540', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('540', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('540', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('540', 'b', 'Competenza legale', 'Competenza legale', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('540', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('540', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('540', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'VR', '', '', NULL),
+               ('541', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('541', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('541', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('541', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('541', 'a', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
+               ('541', 'b', 'Indirizzo', 'Indirizzo', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
+               ('541', 'c', 'Metodo d\'acquisto', 'Metodo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
+               ('541', 'd', 'Data d\'acquisto', 'Data d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
+               ('541', 'e', 'Numero d\'accessione', 'Numero d\'accessione', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
+               ('541', 'f', 'Proprietario', 'Proprietario', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
+               ('541', 'h', 'Prezzo d\'acquisto', 'Prezzo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
+               ('541', 'n', 'Estensione', 'Estensione', 0, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
+               ('541', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, 1, 'VR', '', '', NULL),
+               ('543', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('543', 'a', 'Solicitation information note', 'Solicitation information note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('544', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('544', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('544', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('544', 'a', 'Custodian', 'Custodian', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('544', 'b', 'Address', 'Address', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('544', 'c', 'Country', 'Country', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('544', 'd', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('544', 'e', 'Provenance', 'Provenance', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('544', 'n', 'Note', 'Note', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('545', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('545', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('545', 'a', 'Biographical or historical note', 'Biographical or historical note', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('545', 'b', 'Expansion', 'Expansion', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('545', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'VR', '', '', NULL),
-               ('546', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('546', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('546', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('546', 'a', 'Language note', 'Language note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('546', 'b', 'Information code or alphabet', 'Information code or alphabet', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('544', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('544', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('544', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('544', 'a', 'Conservatore', 'Conservatore', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('544', 'b', 'Indirizzo', 'Indirizzo', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('544', 'c', 'Paese', 'Paese', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('544', 'd', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('544', 'e', 'Provenienza', 'Provenienza', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('544', 'n', 'Nota', 'Nota', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('545', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('545', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('545', 'a', 'Nota biografica o storica', 'Nota biografica o storica', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('545', 'b', 'Ampliamento', 'Ampliamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('545', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'VR', '', '', NULL),
+               ('546', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('546', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('546', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('546', 'a', 'Nota sulla lingua', 'Nota sulla lingua', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('546', 'b', 'Codice d\'informazione o alfabeto', 'Codice d\'informazione o alfabeto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
                ('546', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('547', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('547', 'a', 'Former title complexity note', 'Former title complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('547', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('547', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('547', 'a', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('547', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('550', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('550', 'a', 'Issuing body note', 'Issuing body note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('550', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('550', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('550', 'a', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('550', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('552', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'a', 'Entity type label', 'Entity type label', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'b', 'Entity type definition and source', 'Entity type definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'c', 'Attribute label', 'Attribute label', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'd', 'Attribute definition and source', 'Attribute definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'e', 'Enumerated domain value', 'Enumerated domain value', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'f', 'Enumerated domain value definition and source', 'Enumerated domain value definition and source', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'g', 'Range domain minimum and maximum', 'Range domain minimum and maximum', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'h', 'Codeset name and source', 'Codeset name and source', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'i', 'Unrepresentable domain', 'Unrepresentable domain', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'j', 'Attribute units of measurement and resolution', 'Attribute units of measurement and resolution', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'k', 'Beginning date and ending date of attribute values', 'Beginning date and ending date of attribute values', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'l', 'Attribute value accuracy', 'Attribute value accuracy', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'm', 'Attribute value accuracy explanation', 'Attribute value accuracy explanation', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'n', 'Attribute measurement frequency', 'Attribute measurement frequency', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'o', 'Entity and attribute overview', 'Entity and attribute overview', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'p', 'Entity and attribute detail citation', 'Entity and attribute detail citation', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('552', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'VR', '', '', NULL),
-               ('552', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('555', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('555', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('555', 'a', 'Cumulative index/finding aids note', 'Cumulative index/finding aids note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('555', 'b', 'Availability source', 'Availability source', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('555', 'c', 'Degree of control', 'Degree of control', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('555', 'd', 'Bibliographic reference', 'Bibliographic reference', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('555', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'VR', '', '', NULL),
-               ('556', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('556', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('556', 'a', 'Information about documentation note', 'Information about documentation note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('556', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('561', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('561', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('561', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('561', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('561', 'a', 'History', 'History', 0, 0, '', 5, '', '', '', NULL, 6, 'VR', '', '', NULL),
+               ('552', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'a', 'Etichetta del tipo di ente', 'Etichetta del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'b', 'Definizione e fonte del tipo di ente', 'Definizione e fonte del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'c', 'Etichetta dell\'attributo', 'Etichetta dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'd', 'Definizione e fonte dell\'attributo', 'Definizione e fonte dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'e', 'Valore del dominio enumerato', 'Valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'f', 'Definizione e fonte del valore del dominio enumerato', 'Definizione e fonte del valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'g', 'Minimo e massimo del range del dominio', 'Minimo e massimo del range del dominio', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'h', 'Nome e fonte del set dei codici', 'Nome e fonte del set dei codici', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'i', 'Dominio non rappresentabile', 'Dominio non rappresentabile', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'j', 'Unità di misura e risoluzione degli attributi', 'Unità di misura e risoluzione degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'k', 'Data d\'inizio e data di fine dei valori dell\'attributo', 'Data d\'inizio e data di fine dei valori dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'l', 'Esattezza del valore dell\'attributo', 'Esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'm', 'Spiegazione dell\'esattezza del valore dell\'attributo', 'Spiegazione dell\'esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'n', 'Frequenza della misura d\'attributo', 'Frequenza della misura d\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'o', 'Riassunto di ente e d\'attributo', 'Riassunto di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'p', 'Citazione dei dettagli di ente e d\'attributo', 'Citazione dei dettagli di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('552', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'VR', '', '', NULL),
+               ('552', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('555', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('555', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('555', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('555', 'a', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('555', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('555', 'c', 'Grado di controllo', 'Grado di controllo', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('555', 'd', 'Riferimento bibliografico', 'Riferimento bibliografico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('555', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'VR', '', '', NULL),
+               ('556', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('556', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('556', 'a', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('556', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('561', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('561', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('561', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('561', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('561', 'a', 'Storia', 'Storia', 0, 0, '', 5, '', '', '', NULL, 6, 'VR', '', '', NULL),
                ('561', 'b', 'Time of collation [OBSOLETE]', 'Time of collation [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, 6, 'VR', '', '', NULL),
-               ('562', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('562', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('562', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('562', 'a', 'Identifying markings', 'Identifying markings', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('562', 'b', 'Copy identification', 'Copy identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('562', 'c', 'Version identification', 'Version identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('562', 'd', 'Presentation format', 'Presentation format', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('562', 'e', 'Number of copies', 'Number of copies', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('563', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('563', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('563', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('563', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('563', 'a', 'Binding note', 'Binding note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('563', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'VR', '', '', NULL),
-               ('565', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('565', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('565', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('565', 'a', 'Number of cases/variables', 'Number of cases/variables', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('565', 'b', 'Name of variable', 'Name of variable', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('565', 'c', 'Unit of analysis', 'Unit of analysis', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('565', 'd', 'Universe of data', 'Universe of data', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('565', 'e', 'Filing scheme or code', 'Filing scheme or code', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('567', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('567', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('567', 'a', 'Methodology note', 'Methodology note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('570', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('562', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('562', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('562', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('562', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('562', 'a', 'Marche d\'identificazione', 'Marche d\'identificazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('562', 'b', 'Identificazione della copia', 'Identificazione della copia', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('562', 'c', 'Identificazione della versione', 'Identificazione della versione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('562', 'd', 'Formato di presentazione', 'Formato di presentazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('562', 'e', 'Numero di copie', 'Numero di copie', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('563', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('563', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('563', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('563', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('563', 'a', 'Nota sulla rilegatura', 'Nota sulla rilegatura', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('563', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'VR', '', '', NULL),
+               ('565', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('565', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('565', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('565', 'a', 'Numero di pratiche/variabili', 'Numero di pratiche/variabili', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('565', 'b', 'Nome della variabile', 'Nome della variabile', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('565', 'c', 'Unità d\'analisi', 'Unità d\'analisi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('565', 'd', 'Universo dei dati', 'Universo dei dati', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('565', 'e', 'Sistema o codice d’archiviazione', 'Sistema o codice d’archiviazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('567', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('567', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('567', 'a', 'Nota sulla metodologia', 'Nota sulla metodologia', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('570', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('570', 'a', 'Editor note', 'Editor note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('570', 'z', 'Source of note information', 'Source of note information', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('580', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('580', 'a', 'Linking entry complexity note', 'Linking entry complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('580', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('580', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('580', 'a', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('580', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('581', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('581', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('581', 'a', 'Publications about described materials note', 'Publications about described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('581', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('582', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('581', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('581', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('581', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('581', 'a', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('581', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('582', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('582', 'a', 'Related computer files note', 'Related computer files note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('583', '2', 'Source of term', 'Source of term', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('583', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('583', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('583', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('583', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('583', 'a', 'Action', 'Action', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'b', 'Action identification', 'Action identification', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'c', 'Time/date of action', 'Time/date of action', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'd', 'Action interval', 'Action interval', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'e', 'Contingency for action', 'Contingency for action', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'f', 'Authorization', 'Authorization', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'h', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'i', 'Method of action', 'Method of action', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'j', 'Site of action', 'Site of action', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'k', 'Action agent', 'Action agent', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'l', 'Status', 'Status', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'n', 'Extent', 'Extent', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('583', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -1, 'VR', '', '', NULL),
-               ('583', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', NULL, 4, 'VR', '', '', NULL),
-               ('583', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('584', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('584', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('584', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('584', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('584', 'a', 'Accumulation', 'Accumulation', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('584', 'b', 'Frequency of use', 'Frequency of use', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('585', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('585', '5', 'Institution to which field applies', 'Institution to which field applies', 0, -6, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('585', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('585', 'a', 'Exhibitions note', 'Exhibitions note', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('586', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('586', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('586', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('586', 'a', 'Awards note', 'Awards note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('583', '2', 'Fonte', 'Fonte', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('583', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('583', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('583', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('583', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('583', 'a', 'Azione', 'Azione', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'b', 'Identificazione dell\'azione', 'Identificazione dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'c', 'Momento/data dell\'azione', 'Momento/data dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'd', 'Intervallo dell\'azione', 'Intervallo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'e', 'Contingenza per l\'azione', 'Contingenza per l\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'f', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'h', 'Competenza legale', 'Competenza legale', 0, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'i', 'Metodo dell\'azione', 'Metodo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'j', 'Luogo dell\'azione', 'Luogo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'k', 'Agente dell\'azione', 'Agente dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'l', 'Stato', 'Stato', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'n', 'Estensione', 'Estensione', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('583', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -1, 'VR', '', '', NULL),
+               ('583', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', NULL, 4, 'VR', '', '', NULL),
+               ('583', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('584', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('584', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('584', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('584', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('584', 'a', 'Accumulo', 'Accumulo', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('584', 'b', 'Frequenza d\'uso', 'Frequenza d\'uso', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('585', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('585', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, -6, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('585', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('585', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('585', 'a', 'Nota di mostre', 'Nota di mostre', 0, 0, '', 5, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('586', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('586', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('586', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('586', 'a', 'Nota di premi', 'Nota di premi', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
                ('590', '6', 'Linkage (RLIN)', 'Linkage (RLIN)', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('590', '8', 'Field link and sequence number (RLIN)', 'Field link and sequence number (RLIN)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('590', 'a', 'Local note', 'Local note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('590', 'b', 'Provenance (VM) [OBSOLETE]', 'Provenance (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('590', 'c', 'Condition of individual reels (VM) [OBSOLETE]', 'Condition of individual reels (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('590', 'd', 'Origin of safety copy (VM) [OBSOLETE]', 'Origin of safety copy (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('600', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('600', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('600', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('600', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('600', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'VR', '', '', NULL),
-               ('600', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('600', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('600', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('600', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('600', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('600', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('600', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('600', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('600', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('600', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('610', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('610', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'VR', '', '', NULL),
+               ('600', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('600', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('600', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('600', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('600', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('600', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('600', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('600', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('600', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('600', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('610', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('610', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('610', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('610', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'VR', '', '', NULL),
-               ('610', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('610', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('610', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('610', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('610', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('610', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('610', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('610', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('610', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('611', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('611', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'VR', '', '', NULL),
+               ('610', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('610', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('610', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('610', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('610', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('610', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('610', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('610', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('610', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('611', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('611', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('611', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('611', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'VR', '', '', NULL),
+               ('611', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'VR', '', '', NULL),
                ('611', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('611', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('611', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('611', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('611', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('611', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('611', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('611', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('611', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('630', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('630', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('630', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('611', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('611', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('611', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('611', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('611', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('611', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('611', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('611', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('630', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('630', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('630', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('630', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('630', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'VR', '', '', NULL),
-               ('630', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('630', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('630', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('630', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('630', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('630', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('630', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('630', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('648', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('648', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('648', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('648', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('648', 'a', 'Chronological term', 'Chronological term', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'VR', '', '', NULL),
-               ('648', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('648', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('648', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('648', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('650', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('650', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('650', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('650', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('650', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('630', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'VR', '', '', NULL),
+               ('630', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('630', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('630', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('630', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('630', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('630', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('630', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('630', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('648', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('648', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('648', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('648', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('648', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'VR', '', '', NULL),
+               ('648', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('648', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('648', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('648', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('650', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('650', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('650', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('650', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('650', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('650', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('650', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'VR', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
-               ('650', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('650', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('650', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('650', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('650', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('650', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('650', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('650', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'VR', '', '', NULL),
-               ('651', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('651', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('651', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('651', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('651', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('650', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'VR', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
+               ('650', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('650', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('650', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('650', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('650', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('650', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('650', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('650', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'VR', '', '', NULL),
+               ('651', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('651', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('651', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('651', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('651', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('651', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('651', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'VR', '', '', NULL),
+               ('651', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'VR', '', '', NULL),
                ('651', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('651', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('651', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('651', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('651', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('651', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('652', 'a', 'Geographic name of place element', 'Geographic name of place element', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('652', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('652', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('652', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('653', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('653', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('653', 'a', 'Uncontrolled term', 'Uncontrolled term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('654', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('654', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('654', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('654', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('654', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('654', 'a', 'Focus term', 'Focus term', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'VR', '', '', NULL),
-               ('654', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('654', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('654', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('654', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('654', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('654', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('654', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('655', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('655', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('655', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('655', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('655', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('655', 'a', 'Genre/form data or focus term', 'Genre/form data or focus term', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'VR', '', '', NULL),
-               ('655', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('655', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('655', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('655', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('655', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('655', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('656', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('656', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('656', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('656', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('656', 'a', 'Occupation', 'Occupation', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'VR', '', '', NULL),
-               ('656', 'k', 'Form', 'Form', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('656', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('656', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('656', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('656', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('657', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('657', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('657', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('657', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('657', 'a', 'Function', 'Function', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'VR', '', '', NULL),
-               ('657', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('657', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('657', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('657', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('658', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('658', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('658', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('658', 'a', 'Main curriculum objective', 'Main curriculum objective', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'VR', '', '', NULL),
-               ('658', 'b', 'Subordinate curriculum objective', 'Subordinate curriculum objective', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('658', 'c', 'Curriculum code', 'Curriculum code', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('658', 'd', 'Correlation factor', 'Correlation factor', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('662', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('662', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('662', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('662', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('662', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('662', 'a', 'Country or larger entity', 'Country or larger entity', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'VR', '', '', NULL),
-               ('662', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('662', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('662', 'd', 'City', 'City', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('662', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('662', 'f', 'City subsection', 'City subsection', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('662', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('662', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('651', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('651', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('651', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('651', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('651', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('652', 'a', 'Nome geografico del luogo', 'Nome geografico del luogo', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('652', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('652', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('652', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('653', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('653', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('653', 'a', 'Termine non controllato', 'Termine non controllato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('654', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('654', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('654', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('654', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('654', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('654', 'a', 'Termine principale', 'Termine principale', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'VR', '', '', NULL),
+               ('654', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('654', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('654', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('654', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('654', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('654', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('654', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('655', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('655', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('655', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('655', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('655', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('655', 'a', 'Termine principale di genere/forma', 'Termine principale di genere/forma', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'VR', '', '', NULL),
+               ('655', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('655', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('655', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('655', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('655', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('655', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('656', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('656', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('656', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('656', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('656', 'a', 'Occupazione', 'Occupazione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'VR', '', '', NULL),
+               ('656', 'k', 'Forma', 'Forma', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('656', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('656', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('656', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('656', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('657', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('657', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('657', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('657', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('657', 'a', 'Funzione', 'Funzione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'VR', '', '', NULL),
+               ('657', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('657', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('657', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('657', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('658', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('658', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('658', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('658', 'a', 'Obiettivo principale del curriculum scolastico', 'Obiettivo principale del curriculum scolastico', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, 'VR', '', '', NULL),
+               ('658', 'b', 'Obiettivo secondario del curriculum scolastico', 'Obiettivo secondario del curriculum scolastico', 1, 0, '', 6, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('658', 'c', 'Codice di curriculum scolastico', 'Codice di curriculum scolastico', 0, 0, '', 6, '', '', '', NULL, 0, 'VR', '', '', NULL),
+               ('658', 'd', 'Fattore di correlazione', 'Fattore di correlazione', 0, 0, '', 6, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('662', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('662', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('662', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('662', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('662', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('662', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('662', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('662', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('662', 'd', 'Città', 'Città', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('662', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('662', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('662', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('662', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('690', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('690', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('690', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('690', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('690', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('690', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('690', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('690', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('690', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('690', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('690', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'VR', '', '', NULL),
-               ('690', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('690', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('690', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('690', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('690', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('690', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('690', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('690', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('690', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'VR', '', '', NULL),
+               ('690', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('690', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('690', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('690', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('690', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('690', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('690', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('690', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'VR', '', '', NULL),
                ('691', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('691', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('691', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('691', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('691', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('691', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('691', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('691', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('691', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('691', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('691', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('691', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'VR', '', '', NULL),
                ('691', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('691', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('691', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('691', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('691', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('691', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('691', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('691', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('691', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('696', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('696', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('696', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('696', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('696', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('696', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('697', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('697', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('697', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('697', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('697', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('697', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('698', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('698', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('698', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('698', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'VR', '', '', NULL),
                ('698', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('698', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('698', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('699', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('699', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('699', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('699', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('699', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('700', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('699', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('700', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('700', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('700', 'a', 'Personal name', 'Personal name', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'VR', '', '', NULL),
-               ('700', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('700', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('700', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('700', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('700', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('705', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'VR', '', '', NULL),
+               ('700', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('700', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('700', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('700', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('700', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('700', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('700', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('705', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('710', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'VR', '', '', NULL),
-               ('710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('710', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('710', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
-               ('710', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('710', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('711', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'VR', '', '', NULL),
+               ('710', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('710', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('710', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('710', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'VR', '', '', NULL),
+               ('710', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('710', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('711', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('711', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'VR', '', '', NULL),
+               ('711', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'VR', '', '', NULL),
                ('711', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('711', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('711', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('711', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('711', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('711', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('711', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('711', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('715', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('715', 'a', 'Corporate name or jurisdiction name', 'Corporate name or jurisdiction name', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('715', 'b', 'Subordinate unit', 'Subordinate unit', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('715', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('715', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('715', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('715', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('715', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('715', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('715', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('715', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('715', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('715', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('715', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 'a', 'Ragione sociale o nome giuridico', 'Ragione sociale o nome giuridico', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 'b', 'Unità subordinata', 'Unità subordinata', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('715', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('715', 'u', 'Nonprinting information', 'Nonprinting information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('720', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('720', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('720', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('720', 'a', 'Name', 'Name', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('720', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
-               ('730', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('720', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('720', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('720', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('720', 'a', 'Nome', 'Nome', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('720', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'VR', '', '', NULL),
+               ('730', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('730', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('730', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('730', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('740', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('740', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('740', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('740', 'a', 'Uncontrolled related/analytical title', 'Uncontrolled related/analytical title', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('740', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('740', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('740', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('752', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('752', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('752', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('752', 'a', 'Country or larger entity', 'Country or larger entity', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('752', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('752', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('752', 'd', 'City', 'City', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('752', 'f', 'City subsection', 'City subsection', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('752', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('752', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('753', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('753', 'a', 'Make and model of machine', 'Make and model of machine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('753', 'b', 'Programming language', 'Programming language', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('753', 'c', 'Operating system', 'Operating system', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('754', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('754', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('754', 'a', 'Taxonomic name', 'Taxonomic name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('754', 'c', 'Taxonomic category', 'Taxonomic category', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('754', 'd', 'Common or alternative name', 'Common or alternative name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('754', 'x', 'Non-public note', 'Non-public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('754', 'z', 'Public note', 'Public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('755', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('755', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('755', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('755', 'a', 'Access term', 'Access term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('755', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('760', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'VR', '', '', NULL),
-               ('760', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('730', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('740', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('740', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('740', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('740', 'a', 'Titolo analitico/correlato non controllato', 'Titolo analitico/correlato non controllato', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('740', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('740', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('740', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('752', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('752', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('752', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('752', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('752', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('752', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('752', 'd', 'Città', 'Città', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('752', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('752', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('752', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('753', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('753', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('753', 'a', 'Marca e modello della macchina', 'Marca e modello della macchina', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('753', 'b', 'Linguaggio di programmazione', 'Linguaggio di programmazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('753', 'c', 'Sistema operativo', 'Sistema operativo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('754', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('754', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('754', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('754', 'a', 'Nome tassonomico', 'Nome tassonomico', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('754', 'c', 'Categoria tassonomica', 'Categoria tassonomica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('754', 'd', 'Nome comune o alternativo', 'Nome comune o alternativo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('754', 'x', 'Nota non pubblica', 'Nota non pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('754', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('755', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('755', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('755', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('755', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('755', 'a', 'Termine d\'accesso', 'Termine d\'accesso', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('755', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('755', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('755', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('760', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'VR', '', '', NULL),
+               ('760', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('760', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('760', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('760', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('762', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('762', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('762', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('765', 'q', 'Parallel title (BK SE)  [OBSOLETE]', 'Parallel title (BK SE)  [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('765', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('765', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('765', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('767', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('767', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('767', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', '8', 'Field link and sequence number', 'Field link and sequence number ', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('767', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('770', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('770', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('770', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('770', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('772', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('772', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('772', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('772', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', '0', 'Codice record bibliografico contenente lo spoglio', 'Codice record bibliografico contenente lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', '9', 'Codice copia contenete lo spoglio', 'Codice copia contenete lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('773', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('773', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('773', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('774', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('774', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'e', 'Language code', 'Language code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'f', 'Country code', 'Country code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('774', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'e', 'Codice lingua', 'Codice lingua', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'f', 'Codice di paese', 'Codice di paese', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('775', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('775', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('775', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('775', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('776', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('776', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('776', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('776', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('777', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('777', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('777', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('780', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('780', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('780', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('780', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('785', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('785', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('785', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'j', 'Period of content', 'Period of content', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('785', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'j', 'Periodo del contenuto', 'Periodo del contenuto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('786', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('786', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('786', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('787', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('787', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('787', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('787', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('789', '%', '%', '%', 0, 0, '', 7, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('789', '2', '2', '2', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('789', '3', '3', '3', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
@@ -14386,365 +14647,369 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('789', 'y', 'y', 'y', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('789', 'z', 'z', 'z', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('796', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('796', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('796', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('796', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('796', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('796', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('797', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('797', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('797', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('797', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('797', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('797', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('798', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('798', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('798', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('798', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'VR', '', '', NULL),
                ('798', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('798', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('798', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('799', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('799', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('799', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('799', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('799', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('799', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('800', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('800', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('800', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('800', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('810', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('810', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('810', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('810', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('810', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('811', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('811', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'VR', '', '', NULL),
                ('811', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('811', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('811', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('830', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('830', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('830', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('840', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('841', 'a', 'Type of record', 'Type of record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('841', 'b', 'Fixed-length data elements', 'Fixed-length data elements', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('841', 'e', 'Encoding level', 'Encoding level', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('842', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('842', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('842', 'a', 'Textual physical form designator', 'Textual physical form designator', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('843', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('843', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('843', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('843', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('843', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('843', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('843', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('843', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('843', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('843', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('843', 'm', 'Dates of publication and/or sequential designation of issues reproduced', 'Dates of publication and/or sequential designation of issues reproduced', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('843', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('844', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('844', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('844', 'a', 'Name of unit', 'Name of unit', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('845', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('845', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('845', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('845', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('845', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('845', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('845', 'c', 'Authorization', 'Authorization', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('845', 'd', 'Authorized users', 'Authorized users', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('850', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('850', 'a', 'Holding institution', 'Holding institution', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('830', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('830', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('840', 'a', 'Titolo', 'Titolo', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('840', 'h', 'Supporto', 'Supporto', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('840', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('841', 'a', 'Tipo di record', 'Tipo di record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('841', 'b', 'Elementi a lunghezza fiss', 'Elementi a lunghezza fiss', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('841', 'e', 'Livello di codifica', 'Livello di codifica', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('842', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('842', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('842', 'a', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('843', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('843', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('843', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('843', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('843', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('843', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('843', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('843', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('843', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('843', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('843', 'm', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('843', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('844', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('844', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('844', 'a', 'Nome dell\'unità', 'Nome dell\'unità', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('845', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('845', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('845', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('845', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('845', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('845', 'b', 'Competenza legale', 'Competenza legale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('845', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('845', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('850', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('850', 'a', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
                ('850', 'b', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
                ('850', 'd', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
                ('850', 'e', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('851', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('851', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('851', 'a', 'Name (custodian or owner)', 'Name (custodian or owner)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('851', 'b', 'Institutional division', 'Institutional division', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('851', 'c', 'Street address', 'Street address', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('851', 'd', 'Country', 'Country', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('851', 'e', 'Location of units', 'Location of units', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('851', 'f', 'Item number', 'Item number', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('851', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
-               ('852', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'a', 'Location', 'Location', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'b', 'Sublocation or collection', 'Sublocation or collection', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'c', 'Shelving location', 'Shelving location', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'e', 'Address', 'Address', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'f', 'Coded location qualifier', 'Coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'g', 'Non-coded location qualifier', 'Non-coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'h', 'Classification part', 'Classification part', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'i', 'Item part', 'Item part', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'j', 'Shelving control number', 'Shelving control number', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'k', 'Call number prefix', 'Call number prefix', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'l', 'Shelving form of title', 'Shelving form of title', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'm', 'Call number suffix', 'Call number suffix', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'n', 'Country code', 'Country code', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 8, '', '', '', 1, 5, 'VR', '', '', NULL),
-               ('852', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('852', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('853', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('854', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('855', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('856', '2', 'Access method', 'Access method', 0, 0, '', 8, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('856', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('856', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('856', 'a', 'Host name', 'Host name', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'b', 'Access number', 'Access number', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'c', 'Compression information', 'Compression information', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('851', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('851', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('851', 'a', 'Nome (custode o proprietario)', 'Nome (custode o proprietario)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('851', 'b', 'Suddivisione istituzionale', 'Suddivisione istituzionale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('851', 'c', 'Indirizzo', 'Indirizzo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('851', 'd', 'Paese', 'Paese', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('851', 'e', 'Localizzazione dell\'unità', 'Localizzazione dell\'unità', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('851', 'f', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('851', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'VR', '', '', NULL),
+               ('852', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'a', 'Localizzazione', 'Localizzazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'b', 'Sottolocalizzazione o collezione', 'Sottolocalizzazione o collezione', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'e', 'Indirizzo', 'Indirizzo', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'g', 'Qualificatore di localizzazione non codificato', 'Qualificatore di localizzazione non codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'l', 'Forma di collocazione (segnatura) di titolo', 'Forma di collocazione (segnatura) di titolo', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'n', 'Codice di paese', 'Codice di paese', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 8, '', '', '', 1, 5, 'VR', '', '', NULL),
+               ('852', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('852', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('853', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('854', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('855', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('856', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 8, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('856', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('856', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('856', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('856', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
                ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
                ('856', 'l', 'Logon', 'Logon', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'o', 'Operating system', 'Operating system', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 's', 'File size', 'File size', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'VR', '', '', NULL),
-               ('856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'w', 'Record control number', 'Record control number', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 1, 'VR', '', '', NULL),
-               ('856', 'y', 'Link text', 'Link text', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
-               ('856', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'n', 'Nome della localizzazione dell\'host', 'Nome della localizzazione dell\'host', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'p', 'Porta', 'Porta', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'r', 'Parametri', 'Parametri', 0, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'VR', '', '', NULL),
+               ('856', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 1, 'VR', '', '', NULL),
+               ('856', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
+               ('856', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, -1, 'VR', '', '', NULL),
                ('859', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('859', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('859', 'd', 'TDC (RLIN)', 'TDC (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
@@ -14753,140 +15018,215 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('859', 'r', 'REG (RLIN)', 'REG (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('859', 'v', 'VER (RLIN)', 'VER (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('859', 'x', 'LDEL (RLIN)', 'LDEL (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('866', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('866', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('866', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('866', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('866', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('867', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('867', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('867', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('867', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('867', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('868', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('868', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('868', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('868', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('868', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('870', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('870', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('871', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('872', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('863', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('863', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('863', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('863', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('864', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('864', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('864', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('865', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('865', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('865', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('866', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('866', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('866', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('866', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('866', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('867', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('867', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('867', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('867', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('867', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('868', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('868', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('868', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('868', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('868', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('870', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('870', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('871', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('872', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('872', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('872', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('873', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('873', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('876', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('876', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('876', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('872', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('872', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('873', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('873', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('876', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('876', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('876', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('876', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('876', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('876', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('876', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('876', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('876', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('876', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('876', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('876', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('876', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('876', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('876', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('876', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('876', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('876', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('876', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('876', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('876', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('877', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('877', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('877', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('876', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('876', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('876', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('877', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('877', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('877', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('877', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('877', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('877', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('877', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('877', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('877', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('877', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('877', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('877', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('877', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('877', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('877', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('877', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('877', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('877', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('877', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('877', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('877', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('878', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('878', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('878', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('877', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('877', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('877', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('878', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('878', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('878', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('878', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('878', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('878', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('878', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('878', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('878', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('878', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('878', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('878', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('878', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('878', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('878', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('878', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('878', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('878', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('878', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('878', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('878', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('878', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('878', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('878', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
                ('880', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('880', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('880', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('880', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('880', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('880', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('880', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('880', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('880', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
@@ -14952,117 +15292,117 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('886', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('886', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('886', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('887', '2', 'Source of data', 'Source of data', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('887', 'a', 'Content of non-MARC field', 'Content of non-MARC field', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('887', '2', 'Fonte dei dati', 'Fonte dei dati', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('887', 'a', 'Contenuto del campo non-MARC', 'Contenuto del campo non-MARC', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('896', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('896', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('896', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('896', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('896', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('896', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('897', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('897', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('897', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('897', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('897', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('897', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('898', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('898', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('898', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('898', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'VR', '', '', NULL),
                ('898', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('898', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('898', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('899', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('899', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('899', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'VR', '', '', NULL),
-               ('899', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('899', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('900', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('900', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('900', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('899', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('899', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('900', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('900', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('900', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('901', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('901', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('901', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
@@ -15317,72 +15657,72 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('907', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('908', 'a', 'Put command parameter', 'Put command parameter', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('910', 'a', 'User-option data', 'User-option data', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('911', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('911', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('911', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 's', 'Version', 'Version', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('930', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('911', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 's', 'Versione', 'Versione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('930', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('936', 'a', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', 1, -6, 'VR', '', '', NULL),
-               ('940', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('940', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, -6, 'VR', '', '', NULL),
+               ('940', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('940', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('941', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('941', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('943', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 9, '', '', '', 1, 5, 'VR', '', '130', NULL),
-               ('943', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('943', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('941', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('943', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, 5, 'VR', '', '130', NULL),
+               ('943', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('943', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('945', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('945', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('945', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
@@ -15579,16 +15919,16 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('950', 'w', 'Subscription status code, LANT (RLIN)', 'Subscription status code, LANT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('950', 'y', 'Date, LVOL (RLIN)', 'Date, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('950', 'z', 'Retention, LVOL (RLIN)', 'Retention, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('951', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('951', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('951', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('951', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('951', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('951', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('951', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('951', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('951', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('951', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('951', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('951', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('951', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('951', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('951', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('951', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('951', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('951', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('951', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('955', 'a', 'Classification number, CCAL (RLIN)', 'Classification number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('955', 'b', 'Book number/undivided call number, CCAL (RLIN)', 'Book number/undivided call number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('955', 'c', 'Copy information and material description, CCAL + MDES (RLIN)', 'Copy information and material description, CCAL + MDES (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
@@ -15599,176 +15939,176 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('955', 'r', 'Circulation control number, HNT (RLIN)', 'Circulation control number, HNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('955', 's', 'Shelflist note, HNT (RLIN)', 'Shelflist note, HNT (RLIN)', 1, 0, '', 9, '', '', '', 1, 5, 'VR', '', '', NULL),
                ('955', 'u', 'Non-printing notes, HNT (RLIN)', 'Non-printing notes, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('956', '2', 'Access method', 'Access method', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', '3', 'Materials specified', 'Materials specified', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'a', 'Host name', 'Host name', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'b', 'Access number', 'Access number', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'c', 'Compression information', 'Compression information', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'd', 'Path', 'Path', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'i', 'Instruction', 'Instruction', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('956', 'k', 'Password', 'Password', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('956', 'l', 'Logon', 'Logon', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('956', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'o', 'Operating system', 'Operating system', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'p', 'Port', 'Port', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'r', 'Settings', 'Settings', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 's', 'File size', 'File size', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -6, 'VR', '', '', NULL),
-               ('956', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'w', 'Record control number', 'Record control number', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', 0, 6, 'VR', '', '', NULL),
-               ('956', 'y', 'Link text', 'Link text', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('956', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'p', 'Porta', 'Porta', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'r', 'Parametri', 'Parametri', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -6, 'VR', '', '', NULL),
+               ('956', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', 0, 6, 'VR', '', '', NULL),
+               ('956', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('956', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('960', '3', 'Materials specified, MATL', 'Materials specified, MATL', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
                ('960', 'a', 'Physical location, PLOC (RLIN)', 'Physical location, PLOC (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('967', 'a', 'GNR (RLIN)', 'GNR (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('967', 'c', 'PSI (RLIN)', 'PSI (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('980', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('980', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('981', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('982', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('980', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('980', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('981', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('982', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
                ('982', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('982', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
-               ('983', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('983', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('984', 'a', 'Holding library identification number', 'Holding library identification number', 0, 0, '', 9, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('984', 'b', 'Physical description codes', 'Physical description codes', 1, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('984', 'c', 'Call number', 'Call number', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('984', 'd', 'Volume or other numbering', 'Volume or other numbering', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('984', 'e', 'Dates', 'Dates', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('982', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('982', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
+               ('983', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('983', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
+               ('984', 'a', 'Numero idenficativo biblioteca proprietaria', 'Numero idenficativo biblioteca proprietaria', 0, 0, '', 9, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('984', 'b', 'Codici descrizione fisica', 'Codici descrizione fisica', 1, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('984', 'c', 'Numero di chiamata', 'Numero di chiamata', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('984', 'd', 'Volume o altra numerazione', 'Volume o altra numerazione', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('984', 'e', 'Date', 'Date', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('984', 'f', 'Completeness note', 'Completeness note', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('984', 'g', 'Referral note', 'Referral note', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('984', 'h', 'Retention note', 'Retention note', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('987', 'a', 'Romanization/conversion identifier', 'Romanization/conversion identifier', 0, 0, '', 9, '', '', '', NULL, -6, 'VR', '', '', NULL),
-               ('987', 'b', 'Agency that converted, created or reviewed', 'Agency that converted, created or reviewed', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('987', 'c', 'Date of conversion or review', 'Date of conversion or review', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('987', 'd', 'Status code', 'Status code ', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('987', 'e', 'Version of conversion program used', 'Version of conversion program used', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('987', 'f', 'Note', 'Note', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('987', 'b', 'Agenzia che ha convertito, creato o rivisto', 'Agenzia che ha convertito, creato o rivisto', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('987', 'c', 'Data della conversione o della revisione', 'Data della conversione o della revisione', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('987', 'd', 'Codice dello status', 'Codice dello status', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('987', 'e', 'Versione del programma usato per la conversione', 'Versione del programma usato per la conversione', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('987', 'f', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('990', 'a', 'Link information for 9XX fields', 'Link information for 9XX fields', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('990', 'b', 'Link information for field corresponding to 9XX field', 'Link information for field corresponding to 9XX field', 1, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('995', '0', 'Withdrawn status [LOCAL, KOHA]', 'Withdrawn status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', '1', 'Lost status [LOCAL, KOHA]', 'Lost status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', '2', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('995', '3', 'Use restrictions [LOCAL, KOHA]', 'Use restrictions [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', '4', 'Koha normalized classification for sorting [LOCAL, KOHA]', 'Koha normalized classification for sorting [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', '5', 'Coded location qualifier [LOCAL, KOHA]', 'Coded location qualifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('995', '6', 'Copy number [LOCAL, KOHA]', 'Copy number [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'VR', '', '', NULL),
-               ('995', '7', 'Uniform Resource Identifier [LOCAL, KOHA]', 'Uniform Resource Identifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', 1, 5, 'VR', '', '', NULL),
-               ('995', '8', 'Collection code [LOCAL, KOHA]', 'Collection code [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', '9', 'Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]', 'Internal itemnumber (Koha itemnumber) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'c', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'd', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'e', 'Genre detail', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'f', 'Barcode', 'Barcode', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'g', 'Barcode prefix', 'Barcode prefix', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'h', 'Barcode incrementation', 'Barcode incrementation', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'i', 'Barcode suffix', 'Barcode suffix', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'j', 'Section', 'Section', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 1, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'p', 'Serial', 'Serial', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'q', 'Intended audience (age level)', 'Intended audience (age level)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 's', 'Acquisition mode', 'Acquisition mode', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 't', 'Genre', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'u', 'Copy note', 'Copy note', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'v', 'Periodical number', 'Periodical number', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'w', 'Recipient organisation code', 'Recipient organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'x', 'Recipient organisation, free text', 'Recipient organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'y', 'Recipient parent organisation code', 'Recipient parent organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
-               ('995', 'z', 'Recipient parent organisation, free text', 'Recipient parent organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', '0', 'Ritiro della copia', 'Ritiro della copia', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', '1', 'Copia smarrita', 'Copia smarrita', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', '2', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 0, 0, '', 9, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('995', '3', 'Restrizioni d\'uso', 'Restrizioni d\'uso', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', '4', 'Classificazione normalizzata Koha per l\'ordinamento', 'Classificazione normalizzata Koha per l\'ordinamento', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', '5', 'Qualificatore dell\'ubicazione', 'Qualificatore dell\'ubicazione', 1, 0, '', 9, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('995', '6', 'Numero della copia', 'Numero della copia', 0, 0, '', 9, '', '', '', NULL, 5, 'VR', '', '', NULL),
+               ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, 5, 'VR', '', '', NULL),
+               ('995', '8', 'Collezione Koha', 'Collezione Koha', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', '9', 'Numero interno di copia (Koha itemnumber, autogenerato)', 'Numero interno di copia (Koha itemnumber, autogenerato)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'a', 'Bib. proprietaria della copia (testo libero)', 'Bib. proprietaria della copia (testo libero)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'b', 'Bib. proprietaria della copia', 'Bib. proprietaria della copia', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'c', 'Bib. che possiede o presta (holding branch)', 'Bib. che possiede o presta (holding branch)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'd', 'Bib. che possiede o presta (codice)', 'Bib. che possiede o presta (codice)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'e', 'Dettaglio del genere', 'Dettaglio del genere', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'f', 'Codice a barre', 'Codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'g', 'Prefisso del codice a barre', 'Prefisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'h', 'Incremento del codice a barre', 'Incremento del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'i', 'Suffisso del codice a barre', 'Suffisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'j', 'Sezione', 'Sezione', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'k', 'Collocazione', 'Collocazione', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'l', 'Numerazione (volume o altre parti)', 'Numerazione (volume o altre parti)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'm', 'Data del prestito o deposito', 'Data del prestito o deposito', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'n', 'Data scadenza del prestito', 'Data scadenza del prestito', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'o', 'Tipo di circolazione (non a prestito)', 'Tipo di circolazione (non a prestito)', 1, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'p', 'Periodico', 'Periodico', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'q', 'Pubblico destinato (età)', 'Pubblico destinato (età)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'r', 'Tipologia della copia e del materiale', 'Tipologia della copia e del materiale', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 's', 'Modalità d\'acquisto', 'Modalità d\'acquisto', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 't', 'Genere', 'Genere', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'u', 'Nota della copia', 'Nota della copia', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'v', 'Numero periodico', 'Numero periodico', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'w', 'Codice dell\'ente destinatario', 'Codice dell\'ente destinatario', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'x', 'Ente destinatario, testo libero', 'Ente destinatario, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'y', 'Codice dell\'ente destinatario superiore', 'Codice dell\'ente destinatario superiore', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
+               ('995', 'z', 'Ente destinatario superiore, testo libero', 'Ente destinatario superiore, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('998', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('998', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
-               ('998', 'd', 'First date, FD (RLIN)', 'First Date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
+               ('998', 'd', 'First date, FD (RLIN)', 'First date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'VR', '', '', NULL),
                ('998', 'i', 'RINS (RLIN)', 'RINS (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('998', 'l', 'LI (RLIN)', 'LI (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
                ('998', 'n', 'NUC (RLIN)', 'NUC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'VR', '', '', NULL),
@@ -15791,7 +16131,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', 'AR');
+               ('999', 'Sys Number locale (Koha)', 'Sys Number locale (Koha)', 1, 0, '', 'AR');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
                ('999', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, NULL, -1, NULL, NULL, '', NULL, -5, 'AR', '', '', NULL),
@@ -15806,8 +16146,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for primary biblioitems Field/Subfields.
 
 
---             ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'AR', '', '', NULL),
---             ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'AR', '', '', NULL),
+--      ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'AR', '', '', NULL),
+--      ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'AR', '', '', NULL),
 
 
 
@@ -15815,21 +16155,21 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', 'AR');
+               ('942', 'Dati aggiuntivi (Koha)', 'Dati aggiuntivi (Koha)', 0, 0, '', 'AR');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'AR', '', '', NULL),
-               ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'AR', '', '', NULL),
+               ('942', '0', 'Numero prestiti (tutte le copie)', 'Numero prestiti (tutte le copie)', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'AR', '', '', NULL),
+               ('942', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('942', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'AR', '', '', NULL),
                ('942', 'a', 'Institution code [OBSOLETE]', 'Institution code [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -5, 'AR', '', '', NULL),
-               ('942', 'c', 'Item type', 'Item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('942', 'e', 'Edition', 'Edition', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('942', 'i', 'Item part', 'Item part', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'AR', '', '', NULL),
-               ('942', 'k', 'Call number prefix', 'Call number prefix', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('942', 'm', 'Call number suffix', 'Call number suffix', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('942', 'n', 'Suppress in OPAC', 'Suppress in OPAC', 0, 0, NULL, 9, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'AR', '', '', NULL);
+               ('942', 'c', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('942', 'e', 'Edizione', 'Edizione', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('942', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('942', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'AR', '', '', NULL),
+               ('942', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('942', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('942', 'n', 'Nasconto in Opac', 'Nasconto in Opac', 0, 0, NULL, 9, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('942', 's', 'Flag seriale', 'Flag seriale', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'AR', '', '', NULL);
 
 
 -- ******************************************************
@@ -15838,8 +16178,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for items Field/Subfields
 
 
---             ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'AR', '', '', NULL),
---             ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'AR', '', '', NULL),
+--      ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'AR', '', '', NULL),
+--      ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'AR', '', '', NULL),
 
 
 
@@ -15847,44 +16187,44 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('952', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', 'AR');
+               ('952', 'Dati di copia (Koha)', 'Dati di copia (Koha)', 1, 0, '', 'AR');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-             ('952', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', '1', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('952', '3', 'Materials specified (bound volume or other part)', 'Materials specified (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('952', '4', 'Damaged status', 'Damaged status', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('952', '0', 'Ritirato (status)', 'Ritirato (status)', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', '1', 'Perso (status)', 'Perso (status)', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('952', '3', 'Materiali specifici (rilegati o simili)', 'Materiali specifici (rilegati o simili)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('952', '4', 'Danneggiato (status)', 'Danneggiato (status)', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'AR', '', '', NULL),
                ('952', '5', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'AR', '', '', NULL),
-               ('952', '7', 'Not for loan', 'Not for loan', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', '8', 'Collection code', 'Collection code', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', '9', 'Koha itemnumber (autogenerated)', 'Koha itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'AR', '', '', NULL),
-               ('952', 'a', 'Permanent location', 'Permanent location', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', 'b', 'Current location', 'Current location', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', 'c', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', 'd', 'Date acquired', 'Date acquired', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'AR', '', '', NULL),
-               ('952', 'e', 'Source of acquisition', 'Source of acquisition', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', 'f', 'Coded location qualifier', 'Coded location qualifier', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('952', 'g', 'Cost, normal purchase price', 'Cost, normal purchase price', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', 'h', 'Serial Enumeration / chronology','Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'AR', '', '', NULL),
-        ('952', 'i', 'Inventory number','Inventory number', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', 'j', 'Shelving control number', 'Shelving control number', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('952', 'l', 'Total Checkouts', 'Total Checkouts', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'AR', '', '', NULL),
-               ('952', 'm', 'Total Renewals', 'Total Renewals', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'AR', '', '', NULL),
-               ('952', 'n', 'Total Holds', 'Total Holds', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'AR', '', '', NULL),
-               ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'AR', '', '', NULL),
-               ('952', 'p', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'AR', '', '', NULL),
-               ('952', 'q', 'Checked out', 'Checked out', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'AR', '', '', NULL),
-               ('952', 'r', 'Date last seen', 'Date last seen', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'AR', '', '', NULL),
-               ('952', 's', 'Date last borrowed', 'Date last borrowed', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'AR', '', '', NULL),
-               ('952', 't', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('952', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'AR', '', '', NULL),
-               ('952', 'v', 'Cost, replacement price', 'Cost, replacement price', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', 'w', 'Price effective from', 'Price effective from', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('952', 'x', 'Non-public note', 'Non-public note', 0, 0, '', 10, '', '', '', NULL, 1, 'AR', '', '', NULL),
-               ('952', 'y', 'Koha item type', 'Koha item type', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('952', 'z', 'Public note', 'Public note', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'AR', '', '', NULL);
+               ('952', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'AR', '', '', NULL),
+               ('952', '7', 'Non per il presito', 'Non per il presito', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', '8', 'Codice collezione', 'Codice collezione', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', '9', 'Numero di copia (ID autogenerato)', 'Numero di copia (ID autogenerato)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'AR', '', '', NULL),
+               ('952', 'a', 'Biblioteca proprietaria', 'Biblioteca proprietaria', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', 'b', 'Biblioteca in cui si trova', 'Biblioteca in cui si trova', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'AR', '', '', NULL),
+               ('952', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('952', 'g', 'Costo, prezzo di acquisto', 'Costo, prezzo di acquisto', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', 'h', 'Enumerazione seriale / cronologia', 'Enumerazione seriale / cronologia', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', 'i', 'Numero di inventario', 'Numero di inventario', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('952', 'l', 'Totale prestiti', 'Totale prestiti', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'AR', '', '', NULL),
+               ('952', 'm', 'Totale rinnovi', 'Totale rinnovi', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'AR', '', '', NULL),
+               ('952', 'n', 'Totale prenotazioni', 'Totale prenotazioni', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'AR', '', '', NULL),
+               ('952', 'o', 'Collocazione', 'Collocazione', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'AR', '', '', NULL),
+               ('952', 'p', 'Codice a barre', 'Codice a barre', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'AR', '', '', NULL),
+               ('952', 'q', 'Prestito', 'Prestito', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'AR', '', '', NULL),
+               ('952', 'r', 'Data ultima operazione', 'Data ultima operazione', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'AR', '', '', NULL),
+               ('952', 's', 'Data ultimo prestito', 'Data ultimo prestito', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'AR', '', '', NULL),
+               ('952', 't', 'Numero di copia', 'Numero di copia', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('952', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'AR', '', '', NULL),
+               ('952', 'v', 'Costo, costo di riacquisto', 'Costo, costo di riacquisto', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', 'w', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('952', 'x', 'Nota non pubblica', 'Nota non pubblica', 0, 0, '', 10, '', '', '', NULL, 1, 'AR', '', '', NULL),
+               ('952', 'y', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('952', 'z', 'Nota pubblica', 'Nota pubblica', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'AR', '', '', NULL);
 
 
 
@@ -15899,275 +16239,275 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
                ('000', 'LEADER', 'LEADER', 0, 1, '', 'AR'),
-               ('001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 0, '', 'AR'),
-               ('003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 0, '', 'AR'),
-               ('005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 0, '', 'AR'),
-               ('006', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 1, 0, '', 'AR'),
-               ('007', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 1, 0, '', 'AR'),
-               ('008', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 0, 1, '', 'AR'),
+               ('001', 'Numero di controllo', 'Numero di controllo', 0, 0, '', 'AR'),
+               ('003', 'Identificatore del numero di controllo', 'Identificatore del numero di controllo', 0, 0, '', 'AR'),
+               ('005', 'Data e orario dell\'ultima transazione', 'Data e orario dell\'ultima transazione', 0, 0, '', 'AR'),
+               ('006', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 1, 0, '', 'AR'),
+               ('007', 'Campo fisso per la descrizione fisica--informazione generale', 'Campo fisso per la descrizione fisica--informazione generale', 1, 0, '', 'AR'),
+               ('008', 'Elementi di lunghezza fissa--Informazione generale', 'Elementi di lunghezza fissa--Informazione generale', 0, 1, '', 'AR'),
                ('009', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 1, 0, '', 'AR'),
-               ('010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, '', 'AR'),
+               ('010', 'Numero di controllo della Library of Congress', 'Numero di controllo della Library of Congress', 0, 0, '', 'AR'),
                ('011', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 0, 0, '', 'AR'),
-               ('013', 'PATENT CONTROL INFORMATION', 'PATENT CONTROL INFORMATION', 1, 0, '', 'AR'),
-               ('015', 'NATIONAL BIBLIOGRAPHY NUMBER', 'NATIONAL BIBLIOGRAPHY NUMBER', 1, 0, '', 'AR'),
-               ('016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, '', 'AR'),
-               ('017', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 1, 0, '', 'AR'),
-               ('018', 'COPYRIGHT ARTICLE-FEE CODE', 'COPYRIGHT ARTICLE-FEE CODE', 0, 0, '', 'AR'),
-               ('020', 'ISBN', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL, 'AR'),
-               ('022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL, 'AR'),
+               ('013', 'Informazioni impiegate per il controllo di brevetti', 'Informazioni impiegate per il controllo di brevetti', 1, 0, '', 'AR'),
+               ('015', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 'AR'),
+               ('016', 'Numero di controllo dell\'agenzia bibliografica nazionale', 'Numero di controllo dell\'agenzia bibliografica nazionale', 1, 0, '', 'AR'),
+               ('017', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 'AR'),
+               ('018', 'Codice di tassa sul copyright dell’articolo', 'Codice di tassa sul copyright dell’articolo', 0, 0, '', 'AR'),
+               ('020', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 'AR'),
+               ('022', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 'AR'),
                ('023', 'STANDARD FILM NUMBER (VM) [DELETED]', 'STANDARD FILM NUMBER (VM) [DELETED]', 1, 0, NULL, 'AR'),
-               ('024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL, 'AR'),
-               ('025', 'OVERSEAS ACQUISITION NUMBER', 'OVERSEAS ACQUISITION NUMBER', 1, 0, '', 'AR'),
-               ('026', 'FINGERPRINT IDENTIFIER', 'FINGERPRINT IDENTIFIER', 1, 0, '', 'AR'),
-               ('027', 'STANDARD TECHNICAL REPORT NUMBER', 'STANDARD TECHNICAL REPORT NUMBER', 1, 0, '', 'AR'),
-               ('028', 'IDENTIFICATION NUMBER--PUBLISHER NUMBER', 'PUBLISHER NUMBER', 1, 0, NULL, 'AR'),
-               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', ' (OCLC)', 1, 0, '', 'AR'),
-               ('030', 'CODEN DESIGNATION', 'CODEN DESIGNATION', 1, 0, '', 'AR'),
-               ('031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, '', 'AR'),
-               ('032', 'POSTAL REGISTRATION NUMBER', 'POSTAL REGISTRATION NUMBER', 1, 0, '', 'AR'),
-               ('033', 'DATE/TIME AND PLACE OF AN EVENT', 'DATE/TIME AND PLACE OF AN EVENT', 1, 0, '', 'AR'),
-               ('034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, '', 'AR'),
-               ('035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL, 'AR'),
-               ('036', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 0, 0, '', 'AR'),
-               ('037', 'PUBLICATION, DISTRIBUTION DETAILS--SOURCE OF ACQUISITION', 'SOURCE OF ACQUISITION', 1, 0, NULL, 'AR'),
-               ('038', 'RECORD CONTENT LICENSOR', 'RECORD CONTENT LICENSOR', 0, 0, '', 'AR'),
+               ('024', 'Altri identificatori standard', 'Altri identificatori standard', 1, 0, NULL, 'AR'),
+               ('025', 'Numero di acquisito estero', 'Numero di acquisito estero', 1, 0, '', 'AR'),
+               ('026', 'Identificatore dell’impronta', 'Identificatore dell’impronta', 1, 0, '', 'AR'),
+               ('027', 'Standard Technical Report Number', 'Standard Technical Report Number', 1, 0, '', 'AR'),
+               ('028', 'Numero dell’editore', 'Numero dell’editore', 1, 0, NULL, 'AR'),
+               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 1, 0, '', 'AR'),
+               ('030', 'Designazione CODEN', 'Designazione CODEN', 1, 0, '', 'AR'),
+               ('031', 'Informazione sugli incipit musicali', 'Informazione sugli incipit musicali', 1, 0, '', 'AR'),
+               ('032', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 1, 0, '', 'AR'),
+               ('033', 'Data/ora e luogo di un evento', 'Data/ora e luogo di un evento', 1, 0, '', 'AR'),
+               ('034', 'Dati matematici codificati per il materiale cartografico', 'Dati matematici codificati per il materiale cartografico', 1, 0, '', 'AR'),
+               ('035', 'Numero di controllo del sistema', 'Numero di controllo del sistema', 1, 0, NULL, 'AR'),
+               ('036', 'Numero dello studio originale del computer data file', 'Numero dello studio originale del computer data file', 0, 0, '', 'AR'),
+               ('037', 'Fonte d’acquisto', 'Fonte d’acquisto', 1, 0, NULL, 'AR'),
+               ('038', 'Licenza d’uso del contenuto della registrazione', 'Licenza d’uso del contenuto della registrazione', 0, 0, '', 'AR'),
                ('039', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 0, 0, '', 'AR'),
-               ('040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 0, NULL, 'AR'),
-               ('041', 'LANGUAGE CODE', 'LANGUAGE CODE', 1, 0, '', 'AR'),
-               ('042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, '', 'AR'),
-               ('043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL, 'AR'),
-               ('044', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 0, 0, '', 'AR'),
-               ('045', 'TIME PERIOD OF CONTENT', 'TIME PERIOD OF CONTENT', 0, 0, '', 'AR'),
-               ('046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, '', 'AR'),
-               ('047', 'FORM OF MUSICAL COMPOSITION CODE', 'FORM OF MUSICAL COMPOSITION CODE', 1, 0, '', 'AR'),
-               ('048', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 1, 0, '', 'AR'),
+               ('040', 'Fonte della catalogazione', 'Fonte della catalogazione', 0, 0, NULL, 'AR'),
+               ('041', 'Codice di lingua', 'Codice di lingua', 1, 0, '', 'AR'),
+               ('042', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 'AR'),
+               ('043', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 0, 0, NULL, 'AR'),
+               ('044', 'Codice del paese dell’ente che pubblica/produce l’item', 'Codice del paese dell’ente che pubblica/produce l’item', 0, 0, '', 'AR'),
+               ('045', 'Periodo di tempo del contenuto', 'Periodo di tempo del contenuto', 0, 0, '', 'AR'),
+               ('046', 'Codice delle date speciali', 'Codice delle date speciali', 1, 0, '', 'AR'),
+               ('047', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 'AR'),
+               ('048', 'Codice del numero degli strumenti musicali o delle voci', 'Codice del numero degli strumenti musicali o delle voci', 1, 0, '', 'AR'),
                ('049', 'LOCAL HOLDINGS (OCLC)', 'LOCAL HOLDINGS (OCLC)', 0, 0, '', 'AR'),
-               ('050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL, 'AR'),
-               ('051', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 1, 0, NULL, 'AR'),
-               ('052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL, 'AR'),
-               ('055', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 1, 0, NULL, 'AR'),
-               ('060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL, 'AR'),
-               ('061', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 1, 0, NULL, 'AR'),
-               ('066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL, 'AR'),
-               ('070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL, 'AR'),
-               ('071', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 1, 0, NULL, 'AR'),
-               ('072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL, 'AR'),
-               ('074', 'GPO ITEM NUMBER', 'GPO ITEM NUMBER', 1, 0, NULL, 'AR'),
-               ('080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'AR'),
-               ('082', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'AR'),
-               ('084', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL, 'AR'),
-               ('086', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL, 'AR'),
+               ('050', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 1, 0, NULL, 'AR'),
+               ('051', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 1, 0, NULL, 'AR'),
+               ('052', 'Classificazione geografica', 'Classificazione geografica', 1, 0, NULL, 'AR'),
+               ('055', 'Numero di classificazione assegnati in Canada', 'Numero di classificazione assegnati in Canada', 1, 0, NULL, 'AR'),
+               ('060', 'Numero di chiamata (collocazione) della National Library of Medicine', 'Numero di chiamata (collocazione) della National Library of Medicine', 1, 0, NULL, 'AR'),
+               ('061', 'Formulazione dell’esemplare della National Library of Medicine', 'Formulazione dell’esemplare della National Library of Medicine', 1, 0, NULL, 'AR'),
+               ('066', 'Set di caratteri presenti', 'Set di caratteri presenti', 0, 0, NULL, 'AR'),
+               ('070', 'Numero di chiamata (collocazione) della National Agricultural Library', 'Numero di chiamata (collocazione) della National Agricultural Library', 1, 0, NULL, 'AR'),
+               ('071', 'Formulazione dell’esemplare della National Agricultural Library', 'Formulazione dell’esemplare della National Agricultural Library', 1, 0, NULL, 'AR'),
+               ('072', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 1, 0, NULL, 'AR'),
+               ('074', 'Numero GPO dell’item', 'Numero GPO dell’item', 1, 0, NULL, 'AR'),
+               ('080', 'Numero di classificazione decimale universale', 'Numero di classificazione decimale universale', 1, 0, NULL, 'AR'),
+               ('082', 'Numero di classificazione Decimale Dewey', 'Numero di classificazione Decimale Dewey', 1, 0, NULL, 'AR'),
+               ('084', 'Numero d’altra classificazione', 'Numero d’altra classificazione', 1, 0, NULL, 'AR'),
+               ('086', 'Numero di classificazione di documento governativo', 'Numero di classificazione di documento governativo', 1, 0, NULL, 'AR'),
                ('087', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 1, 0, NULL, 'AR'),
-               ('088', 'REPORT NUMBER', 'REPORT NUMBER', 1, 0, NULL, 'AR'),
-               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, '', 'AR'),
+               ('088', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 'AR'),
+               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 1, 0, '', 'AR'),
                ('091', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 0, 0, '', 'AR'),
                ('092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, '', 'AR'),
                ('096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, '', 'AR'),
                ('098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, '', 'AR'),
                ('099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, '', 'AR'),
-               ('100', 'MAIN ENTRY--AUTHOR/DEVELOPER--PERSONAL NAME', 'MAIN ENTRY--PERSONAL NAME', 0, 0, NULL, 'AR'),
-               ('110', 'MAIN ENTRY--AUTHOR/DEVELOPER--CORPORATE NAME', 'MAIN ENTRY--CORPORATE NAME', 0, 0, NULL, 'AR'),
-               ('111', 'MAIN ENTRY--MEETING NAME', 'MAIN ENTRY--MEETING NAME', 0, 0, NULL, 'AR'),
-               ('130', 'MAIN ENTRY--UNIFORM TITLE', 'MAIN ENTRY--UNIFORM TITLE', 0, 0, NULL, 'AR'),
-               ('210', 'ABBREVIATED TITLE', 'ABBREVIATED TITLE', 1, 0, NULL, 'AR'),
+               ('100', 'Accesso principale -- nome di persona', 'Accesso principale -- nome di persona', 0, 0, NULL, 'AR'),
+               ('110', 'Accesso principale--nome di ente', 'Accesso principale--nome di ente', 0, 0, NULL, 'AR'),
+               ('111', 'Accesso principale--nome di convegno', 'Accesso principale--nome di convegno', 0, 0, NULL, 'AR'),
+               ('130', 'Accesso principale--titolo uniforme', 'Accesso principale--titolo uniforme', 0, 0, NULL, 'AR'),
+               ('210', 'Titolo abbreviato', 'Titolo abbreviato', 1, 0, NULL, 'AR'),
                ('211', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 1, 0, NULL, 'AR'),
                ('212', 'VARIANT ACCESS TITLE [OBSOLETE]', 'VARIANT ACCESS TITLE [OBSOLETE]', 1, 0, NULL, 'AR'),
                ('214', 'AUGMENTED TITLE [OBSOLETE]', 'AUGMENTED TITLE [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('222', 'KEY TITLE', 'KEY TITLE', 1, 0, NULL, 'AR'),
-               ('240', 'UNIFORM TITLE', 'UNIFORM TITLE', 0, 0, 'Unititle', 'AR'),
+               ('222', 'Titolo chiave', 'Titolo chiave', 1, 0, NULL, 'AR'),
+               ('240', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'Unititle', 'AR'),
                ('241', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 0, 0, '', 'AR'),
-               ('242', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 1, 0, NULL, 'AR'),
-               ('243', 'COLLECTIVE UNIFORM TITLE', 'COLLECTIVE UNIFORM TITLE', 0, 0, '', 'AR'),
-               ('245', 'TITLE', 'TITLE STATEMENT', 0, 1, '', 'AR'),
-               ('246', 'VARYING FORM OF TITLE', 'VARYING FORM OF TITLE', 1, 0, NULL, 'AR'),
-               ('247', 'FORMER TITLE', 'FORMER TITLE', 1, 0, NULL, 'AR'),
-               ('250', 'EDITION STATEMENT', 'EDITION STATEMENT', 0, 0, NULL, 'AR'),
-               ('254', 'MUSICAL PRESENTATION STATEMENT', 'MUSICAL PRESENTATION STATEMENT', 0, 0, NULL, 'AR'),
-               ('255', 'CARTOGRAPHIC MATHEMATICAL DATA', 'CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL, 'AR'),
-               ('256', 'COMPUTER FILE CHARACTERISTICS', 'COMPUTER FILE CHARACTERISTICS', 0, 0, NULL, 'AR'),
-               ('257', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 0, 0, NULL, 'AR'),
-               ('258', 'PHILATELIC ISSUE DATE', 'PHILATELIC ISSUE DATE', 1, 0, NULL, 'AR'),
-               ('260', 'PUBLISHER--PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 1, 0, NULL, 'AR'),
+               ('242', 'Traduzione del titolo dell’agenzia di catalogazione', 'Traduzione del titolo dell’agenzia di catalogazione', 1, 0, NULL, 'AR'),
+               ('243', 'Titolo uniforme collettivo', 'Titolo uniforme collettivo', 0, 0, '', 'AR'),
+               ('245', 'Formulazione del titolo', 'Formulazione del titolo', 0, 1, '', 'AR'),
+               ('246', 'Varianti del titolo', 'Varianti del titolo', 1, 0, NULL, 'AR'),
+               ('247', 'Titolo precedente', 'Titolo precedente', 1, 0, NULL, 'AR'),
+               ('250', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, NULL, 'AR'),
+               ('254', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, NULL, 'AR'),
+               ('255', 'Dati matematici del materiale cartografico', 'Dati matematici del materiale cartografico', 1, 0, NULL, 'AR'),
+               ('256', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, NULL, 'AR'),
+               ('257', 'Paese dell’ente produttore dei film d’archivio', 'Paese dell’ente produttore dei film d’archivio', 0, 0, NULL, 'AR'),
+               ('258', 'Dati dell’emissione filatelica', 'Dati dell’emissione filatelica', 1, 0, NULL, 'AR'),
+               ('260', 'Pubblicazione, distribuzione, ecc. (stampa)', 'Pubblicazione, distribuzione, ecc. (stampa)', 1, 0, NULL, 'AR'),
                ('261', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, NULL, 'AR'),
                ('262', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 0, 0, NULL, 'AR'),
-               ('263', 'PROJECTED PUBLICATION DATE', 'PROJECTED PUBLICATION DATE', 0, 0, NULL, 'AR'),
+               ('263', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, NULL, 'AR'),
                ('265', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 0, 0, NULL, 'AR'),
-               ('270', 'PUBLICATION, DISTRIBUTION DETAILS--ADDRESS', 'ADDRESS', 1, 0, NULL, 'AR'),
-               ('300', 'PHYSICAL DESCRIPTION', 'PHYSICAL DESCRIPTION', 1, 1, NULL, 'AR'),
+               ('270', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 'AR'),
+               ('300', 'Descrizione fisica', 'Descrizione fisica', 1, 1, NULL, 'AR'),
                ('301', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 0, 0, NULL, 'AR'),
                ('302', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 0, 0, NULL, 'AR'),
                ('303', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'AR'),
                ('304', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'AR'),
                ('305', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 0, 0, NULL, 'AR'),
-               ('306', 'RUN TIME', 'PLAYING TIME', 0, 0, NULL, 'AR'),
-               ('307', 'HOURS, ETC.', 'HOURS, ETC.', 1, 0, NULL, 'AR'),
+               ('306', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, NULL, 'AR'),
+               ('307', 'Disponibilità oraria, ecc.', 'Disponibilità oraria, ecc.', 1, 0, NULL, 'AR'),
                ('308', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('310', 'CURRENT PUBLICATION FREQUENCY', 'CURRENT PUBLICATION FREQUENCY', 0, 0, NULL, 'AR'),
+               ('310', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 'AR'),
                ('315', 'FREQUENCY (CF MP) [OBSOLETE]', 'FREQUENCY (CF MP) [OBSOLETE]', 0, 0, NULL, 'AR'),
-               ('321', 'FORMER PUBLICATION FREQUENCY', 'FORMER PUBLICATION FREQUENCY', 1, 0, NULL, 'AR'),
-               ('340', 'PHYSICAL MEDIUM', 'PHYSICAL MEDIUM', 1, 0, NULL, 'AR'),
-               ('342', 'GEOSPATIAL REFERENCE DATA', 'GEOSPATIAL REFERENCE DATA', 1, 0, NULL, 'AR'),
-               ('343', 'PLANAR COORDINATE DATA', 'PLANAR COORDINATE DATA', 1, 0, NULL, 'AR'),
+               ('321', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 1, 0, NULL, 'AR'),
+               ('340', 'Supporto fisico', 'Supporto fisico', 1, 0, NULL, 'AR'),
+               ('342', 'Dati di riferimento geospaziale', 'Dati di riferimento geospaziale', 1, 0, NULL, 'AR'),
+               ('343', 'Dati di coordinate piane', 'Dati di coordinate piane', 1, 0, NULL, 'AR'),
                ('350', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('351', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 1, 0, NULL, 'AR'),
-               ('352', 'DIGITAL GRAPHIC REPRESENTATION', 'DIGITAL GRAPHIC REPRESENTATION', 1, 0, NULL, 'AR'),
-               ('355', 'SECURITY CLASSIFICATION CONTROL', 'SECURITY CLASSIFICATION CONTROL', 1, 0, NULL, 'AR'),
-               ('357', 'ORIGINATOR DISSEMINATION CONTROL', 'ORIGINATOR DISSEMINATION CONTROL', 0, 0, NULL, 'AR'),
+               ('351', 'Organizzazione e l’ordinamento dei materiali', 'Organizzazione e l’ordinamento dei materiali', 1, 0, NULL, 'AR'),
+               ('352', 'Rappresentazione grafica digitale', 'Rappresentazione grafica digitale', 1, 0, NULL, 'AR'),
+               ('355', 'Controllo della classificazione di sicurezza', 'Controllo della classificazione di sicurezza', 1, 0, NULL, 'AR'),
+               ('357', 'Controllo del creatore sulla diffusione', 'Controllo del creatore sulla diffusione', 0, 0, NULL, 'AR'),
                ('359', 'RENTAL PRICE (VM) [OBSOLETE]', 'RENTAL PRICE (VM) [OBSOLETE]', 0, 0, NULL, 'AR'),
-               ('362', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL, 'AR'),
-               ('365', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE PRICE', 'TRADE PRICE', 1, 0, NULL, 'AR'),
-               ('366', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE AVAILABILITY INFORMATION', 'TRADE AVAILABILITY INFORMATION', 1, 0, NULL, 'AR'),
+               ('362', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 1, 0, NULL, 'AR'),
+               ('365', 'Prezzo commerciale', 'Prezzo commerciale', 1, 0, NULL, 'AR'),
+               ('366', 'Informazione sulla disponibilità editoriale', 'Informazione sulla disponibilità editoriale', 1, 0, NULL, 'AR'),
                ('400', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'AR'),
                ('410', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'AR'),
                ('411', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'AR'),
-               ('440', 'SERIES--TITLE', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 1, 0, NULL, 'AR'),
-               ('490', 'SERIES STATEMENT', 'SERIES STATEMENT', 1, 0, '', 'AR'),
-               ('500', 'GENERAL NOTE', 'GENERAL NOTE', 1, 0, NULL, 'AR'),
-               ('501', 'WITH NOTE', 'WITH NOTE', 1, 0, NULL, 'AR'),
-               ('502', 'DISSERTATION NOTE', 'DISSERTATION NOTE', 1, 0, NULL, 'AR'),
+               ('440', 'Formulazione della serie/accesso aggiunto--titolo', 'Formulazione della serie/accesso aggiunto--titolo', 1, 0, NULL, 'AR'),
+               ('490', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 'AR'),
+               ('500', 'Nota generale', 'Nota generale', 1, 0, NULL, 'AR'),
+               ('501', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 1, 0, NULL, 'AR'),
+               ('502', 'Nota di dissertazione', 'Nota di dissertazione', 1, 0, NULL, 'AR'),
                ('503', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('504', 'BIBLIOGRAPHY, ETC. NOTE', 'BIBLIOGRAPHY, ETC. NOTE', 1, 0, NULL, 'AR'),
-               ('505', 'FORMATTED CONTENTS NOTE', 'FORMATTED CONTENTS NOTE', 1, 0, NULL, 'AR'),
-               ('506', 'RESTRICTIONS ON ACCESS NOTE', 'RESTRICTIONS ON ACCESS NOTE', 1, 0, NULL, 'AR'),
-               ('507', 'SCALE NOTE FOR GRAPHIC MATERIAL', 'SCALE NOTE FOR GRAPHIC MATERIAL', 0, 0, NULL, 'AR'),
-               ('508', 'CREATION/PRODUCTION CREDITS NOTE', 'CREATION/PRODUCTION CREDITS NOTE', 1, 0, NULL, 'AR'),
+               ('504', 'Nota di bibliografia', 'Nota di bibliografia', 1, 0, NULL, 'AR'),
+               ('505', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 1, 0, NULL, 'AR'),
+               ('506', 'Nota sulle restrizioni all\'accesso', 'Nota sulle restrizioni all\'accesso', 1, 0, NULL, 'AR'),
+               ('507', 'Nota di scala per materiale grafico', 'Nota di scala per materiale grafico', 0, 0, NULL, 'AR'),
+               ('508', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 1, 0, NULL, 'AR'),
                ('509', 'INFORMAL NOTES (RLIN)', 'INFORMAL NOTES (RLIN)', 0, 0, NULL, 'AR'),
-               ('510', 'CITATION/REFERENCES NOTE', 'CITATION/REFERENCES NOTE', 1, 0, NULL, 'AR'),
-               ('511', 'PARTICIPANT OR PERFORMER NOTE', 'PARTICIPANT OR PERFORMER NOTE', 1, 0, NULL, 'AR'),
+               ('510', 'Nota di citazione/riferimenti esterni', 'Nota di citazione/riferimenti esterni', 1, 0, NULL, 'AR'),
+               ('511', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 1, 0, NULL, 'AR'),
                ('512', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('513', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 1, 0, NULL, 'AR'),
-               ('514', 'DATA QUALITY NOTE', 'DATA QUALITY NOTE', 0, 0, NULL, 'AR'),
-               ('515', 'NUMBERING PECULIARITIES NOTE', 'NUMBERING PECULIARITIES NOTE', 1, 0, NULL, 'AR'),
-               ('516', 'TYPE OF COMPUTER FILE OR DATA NOTE', 'TYPE OF COMPUTER FILE OR DATA NOTE', 1, 0, NULL, 'AR'),
+               ('513', 'Nota di tipo di rapporto e periodo coperto', 'Nota di tipo di rapporto e periodo coperto', 1, 0, NULL, 'AR'),
+               ('514', 'Nota sulla qualità dei dati', 'Nota sulla qualità dei dati', 0, 0, NULL, 'AR'),
+               ('515', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 1, 0, NULL, 'AR'),
+               ('516', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 1, 0, NULL, 'AR'),
                ('517', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 0, 0, NULL, 'AR'),
-               ('518', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 1, 0, NULL, 'AR'),
-               ('520', 'SUMMARY, ETC.', 'SUMMARY, ETC.', 1, 0, NULL, 'AR'),
-               ('521', 'GRADE LEVEL/TARGET AUDIENCE NOTE', 'TARGET AUDIENCE NOTE', 1, 0, NULL, 'AR'),
-               ('522', 'GEOGRAPHIC DETAILS/GEOGRAPHIC COVERAGE NOTE', 'GEOGRAPHIC COVERAGE NOTE', 1, 0, NULL, 'AR'),
+               ('518', 'Nota sulla data/ora e luogo di un evento', 'Nota sulla data/ora e luogo di un evento', 1, 0, NULL, 'AR'),
+               ('520', 'Riassunto, ecc.', 'Riassunto, ecc.', 1, 0, NULL, 'AR'),
+               ('521', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 'AR'),
+               ('522', 'Nota di copertura geografica', 'Nota di copertura geografica', 1, 0, NULL, 'AR'),
                ('523', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'AR'),
-               ('524', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'AR'),
-               ('525', 'SUPPLEMENT NOTE', 'SUPPLEMENT NOTE', 0, 0, NULL, 'AR'),
-               ('526', 'STUDY PROGRAM INFORMATION NOTE', 'STUDY PROGRAM INFORMATION NOTE', 0, 0, NULL, 'AR'),
+               ('524', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 1, 0, NULL, 'AR'),
+               ('525', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 'AR'),
+               ('526', 'Nota d’informazione sul programma di studi', 'Nota d’informazione sul programma di studi', 0, 0, NULL, 'AR'),
                ('527', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('530', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 1, 0, NULL, 'AR'),
-               ('533', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'AR'),
-               ('534', 'ORIGINAL VERSION NOTE', 'ORIGINAL VERSION NOTE', 1, 0, NULL, 'AR'),
-               ('535', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 1, 0, NULL, 'AR'),
-               ('536', 'FUNDING INFORMATION NOTE', 'FUNDING INFORMATION NOTE', 1, 0, NULL, 'AR'),
+               ('530', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 1, 0, NULL, 'AR'),
+               ('533', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'AR'),
+               ('534', 'Nota sulla versione originale', 'Nota sulla versione originale', 1, 0, NULL, 'AR'),
+               ('535', 'Nota sulla localizzazione degli originali/duplicati', 'Nota sulla localizzazione degli originali/duplicati', 1, 0, NULL, 'AR'),
+               ('536', 'Nota d’informazione sul finanziamento', 'Nota d’informazione sul finanziamento', 1, 0, NULL, 'AR'),
                ('537', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'AR'),
-               ('538', 'SYSTEM DETAILS NOTE', 'SYSTEM DETAILS NOTE', 1, 0, NULL, 'AR'),
-               ('540', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'AR'),
-               ('541', 'ACQUISITION INFO--IMMEDIATE SOURCE OF ACQUISITION NOTE', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 1, 0, NULL, 'AR'),
+               ('538', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 1, 0, NULL, 'AR'),
+               ('540', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'AR'),
+               ('541', 'Nota sulla fonte immediata d\'acquisto', 'Nota sulla fonte immediata d\'acquisto', 1, 0, NULL, 'AR'),
                ('543', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('544', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 1, 0, NULL, 'AR'),
-               ('545', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL, 'AR'),
-               ('546', 'LANGUAGE/TRANSLATION INFO', 'LANGUAGE NOTE', 1, 0, NULL, 'AR'),
-               ('547', 'FORMER TITLE COMPLEXITY NOTE', 'FORMER TITLE COMPLEXITY NOTE', 1, 0, NULL, 'AR'),
-               ('550', 'ISSUING BODY NOTE', 'ISSUING BODY NOTE', 1, 0, NULL, 'AR'),
-               ('552', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 1, 0, NULL, 'AR'),
-               ('555', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 1, 0, NULL, 'AR'),
-               ('556', 'INFORMATION ABOUT DOCUMENTATION NOTE', 'INFORMATION ABOUT DOCUMENTATION NOTE', 1, 0, NULL, 'AR'),
-               ('561', 'OWNERSHIP AND CUSTODIAL HISTORY', 'OWNERSHIP AND CUSTODIAL HISTORY', 1, 0, NULL, 'AR'),
-               ('562', 'COPY AND VERSION IDENTIFICATION NOTE', 'COPY AND VERSION IDENTIFICATION NOTE', 1, 0, NULL, 'AR'),
-               ('563', 'BINDING INFORMATION', 'BINDING INFORMATION', 1, 0, NULL, 'AR'),
-               ('565', 'CASE FILE CHARACTERISTICS NOTE', 'CASE FILE CHARACTERISTICS NOTE', 1, 0, NULL, 'AR'),
-               ('567', 'METHODOLOGY NOTE', 'METHODOLOGY NOTE', 1, 0, NULL, 'AR'),
+               ('544', 'Nota sulla localizzazione d’altri materiali d’archivio', 'Nota sulla localizzazione d’altri materiali d’archivio', 1, 0, NULL, 'AR'),
+               ('545', 'Dati biografici o storici', 'Dati biografici o storici', 1, 0, NULL, 'AR'),
+               ('546', 'Nota sulla lingua', 'Nota sulla lingua', 1, 0, NULL, 'AR'),
+               ('547', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 1, 0, NULL, 'AR'),
+               ('550', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 1, 0, NULL, 'AR'),
+               ('552', 'Nota d’informazione sull’ente e l’attributo', 'Nota d’informazione sull’ente e l’attributo', 1, 0, NULL, 'AR'),
+               ('555', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 1, 0, NULL, 'AR'),
+               ('556', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 1, 0, NULL, 'AR'),
+               ('561', 'Storia della proprietà e custodia', 'Storia della proprietà e custodia', 1, 0, NULL, 'AR'),
+               ('562', 'Nota d\'identificazione della copia e della versione', 'Nota d\'identificazione della copia e della versione', 1, 0, NULL, 'AR'),
+               ('563', 'Informazione sulla rilegatura', 'Informazione sulla rilegatura', 1, 0, NULL, 'AR'),
+               ('565', 'Nota sulle caratteristiche della singola pratica', 'Nota sulle caratteristiche della singola pratica', 1, 0, NULL, 'AR'),
+               ('567', 'Nota sulla metodologia', 'Nota sulla metodologia', 1, 0, NULL, 'AR'),
                ('570', 'EDITOR NOTE (SE) [OBSOLETE]', 'EDITOR NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('580', 'LINKING ENTRY COMPLEXITY NOTE', 'LINKING ENTRY COMPLEXITY NOTE', 1, 0, NULL, 'AR'),
-               ('581', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'AR'),
+               ('580', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 1, 0, NULL, 'AR'),
+               ('581', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 1, 0, NULL, 'AR'),
                ('582', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('583', 'ACQUISITION INFO--ACTION NOTE', 'ACTION NOTE', 1, 0, NULL, 'AR'),
-               ('584', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 1, 0, NULL, 'AR'),
-               ('585', 'EXHIBITIONS NOTE', 'EXHIBITIONS NOTE', 1, 0, NULL, 'AR'),
-               ('586', 'AWARDS', 'AWARDS NOTE', 1, 0, NULL, 'AR'),
+               ('583', 'Nota d’azione', 'Nota d’azione', 1, 0, NULL, 'AR'),
+               ('584', 'Nota di accumulo e di frequenza d’uso', 'Nota di accumulo e di frequenza d’uso', 1, 0, NULL, 'AR'),
+               ('585', 'Nota di mostre', 'Nota di mostre', 1, 0, NULL, 'AR'),
+               ('586', 'Nota di premi', 'Nota di premi', 1, 0, NULL, 'AR'),
                ('590', 'LOCAL NOTE (RLIN)', 'LOCAL NOTE (RLIN)', 1, 0, NULL, 'AR'),
-               ('600', 'SUBJECT--PERSONAL NAME', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'AR'),
-               ('610', 'SUBJECT--CORPORATE NAME', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'AR'),
-               ('611', 'SUBJECT--MEETING NAME', 'SUBJECT ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'AR'),
-               ('630', 'SUBJECT--UNIFORM TITLE', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'AR'),
-               ('648', 'SUBJECT--CHRONOLOGICAL TERM', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL, 'AR'),
-               ('650', 'SUBJECT--TOPIC', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 1, 0, NULL, 'AR'),
-               ('651', 'SUBJECT--GEOGRAPHIC NAME', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 1, 0, NULL, 'AR'),
+               ('600', 'Accesso aggiunto di soggetto-–Nome di persona', 'Accesso aggiunto di soggetto-–Nome di persona', 1, 0, NULL, 'AR'),
+               ('610', 'Accesso aggiunto di soggetto--nome di ente', 'Accesso aggiunto di soggetto--nome di ente', 1, 0, NULL, 'AR'),
+               ('611', 'Accesso aggiunto di soggetto--nome di convegno', 'Accesso aggiunto di soggetto--nome di convegno', 1, 0, NULL, 'AR'),
+               ('630', 'Accesso aggiunto di soggetto--titolo uniforme', 'Accesso aggiunto di soggetto--titolo uniforme', 1, 0, NULL, 'AR'),
+               ('648', 'Accesso aggiunto di soggetto--termine cronologico', 'Accesso aggiunto di soggetto--termine cronologico', 1, 0, NULL, 'AR'),
+               ('650', 'Accesso aggiunto di soggetto--termine topico', 'Accesso aggiunto di soggetto--termine topico', 1, 0, NULL, 'AR'),
+               ('651', 'Accesso aggiunto di soggetto--nome geografico', 'Accesso aggiunto di soggetto--nome geografico', 1, 0, NULL, 'AR'),
                ('652', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('653', 'SUBJECT--UNCONTROLLED', 'INDEX TERM--UNCONTROLLED', 1, 0, NULL, 'AR'),
-               ('654', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 1, 0, NULL, 'AR'),
-               ('655', 'SUBJECT--GENRE/FORM', 'INDEX TERM--GENRE/FORM', 1, 0, NULL, 'AR'),
-               ('656', 'SUBJECT--OCCUPATION', 'INDEX TERM--OCCUPATION', 1, 0, NULL, 'AR'),
-               ('657', 'SUBJECT--FUNCTION', 'INDEX TERM--FUNCTION', 1, 0, NULL, 'AR'),
-               ('658', 'SUBJECT--CURRICULUM OBJECTIVE', 'INDEX TERM--CURRICULUM OBJECTIVE', 1, 0, NULL, 'AR'),
-               ('662', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'AR'),
-               ('690', 'LOCAL SUBJECT--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'AR'),
+               ('653', 'Termine d’indicizzazione--non controllato', 'Termine d’indicizzazione--non controllato', 1, 0, NULL, 'AR'),
+               ('654', 'Accesso aggiunto di soggetto--termini topici faccettati', 'Accesso aggiunto di soggetto--termini topici faccettati', 1, 0, NULL, 'AR'),
+               ('655', 'Termine d’indicizzazione--genere/forma', 'Termine d’indicizzazione--genere/forma', 1, 0, NULL, 'AR'),
+               ('656', 'Termine d’indicizzazione--occupazione', 'Termine d’indicizzazione--occupazione', 1, 0, NULL, 'AR'),
+               ('657', 'Termine d’indicizzazione--funzione', 'Termine d’indicizzazione--funzione', 1, 0, NULL, 'AR'),
+               ('658', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 1, 0, NULL, 'AR'),
+               ('662', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 1, 0, NULL, 'AR'),
+               ('690', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'AR'),
                ('691', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 1, 0, '', 'AR'),
                ('696', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'AR'),
                ('697', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'AR'),
                ('698', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'AR'),
                ('699', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'AR'),
-               ('700', 'ADDED ENTRY--PERSONAL NAME', 'ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'AR'),
+               ('700', 'Accesso aggiunto--nome di persona', 'Accesso aggiunto--nome di persona', 1, 0, NULL, 'AR'),
                ('705', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('710', 'ADDED ENTRY--CORPORATE NAME', 'ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'AR'),
-               ('711', 'ADDED ENTRY--MEETING NAME', 'ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'AR'),
+               ('710', 'Accesso aggiunto--nome di ente', 'Accesso aggiunto--nome di ente', 1, 0, NULL, 'AR'),
+               ('711', 'Accesso aggiunto--nome di convegno', 'Accesso aggiunto--nome di convegno', 1, 0, NULL, 'AR'),
                ('715', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('720', 'ADDED ENTRY--UNCONTROLLED NAME', 'ADDED ENTRY--UNCONTROLLED NAME', 1, 0, NULL, 'AR'),
-               ('730', 'ADDED ENTRY--UNIFORM TITLE', 'ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'AR'),
-               ('740', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 1, 0, NULL, 'AR'),
-               ('752', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'AR'),
-               ('753', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 1, 0, NULL, 'AR'),
-               ('754', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 1, 0, NULL, 'AR'),
+               ('720', 'Accesso aggiunto--nome non controllato', 'Accesso aggiunto--nome non controllato', 1, 0, NULL, 'AR'),
+               ('730', 'Accesso aggiunto--titolo uniforme', 'Accesso aggiunto--titolo uniforme', 1, 0, NULL, 'AR'),
+               ('740', 'Accesso aggiunto--titolo analitico/correlato non controllato', 'Accesso aggiunto--titolo analitico/correlato non controllato', 1, 0, NULL, 'AR'),
+               ('752', 'Accesso aggiunto – nome gerarchico di luogo', 'Accesso aggiunto – nome gerarchico di luogo', 1, 0, NULL, 'AR'),
+               ('753', 'Dettagli sul sistema per accedere ai computer file', 'Dettagli sul sistema per accedere ai computer file', 1, 0, NULL, 'AR'),
+               ('754', 'Accesso aggiunto--identificazione tassonomica', 'Accesso aggiunto--identificazione tassonomica', 1, 0, NULL, 'AR'),
                ('755', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('760', 'MAIN SERIES ENTRY', 'MAIN SERIES ENTRY', 1, 0, NULL, 'AR'),
-               ('762', 'SUBSERIES ENTRY', 'SUBSERIES ENTRY', 1, 0, NULL, 'AR'),
-               ('765', 'ORIGINAL LANGUAGE ENTRY', 'ORIGINAL LANGUAGE ENTRY', 1, 0, NULL, 'AR'),
-               ('767', 'TRANSLATION ENTRY', 'TRANSLATION ENTRY', 1, 0, NULL, 'AR'),
-               ('770', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 1, 0, NULL, 'AR'),
-               ('772', 'SUPPLEMENT PARENT ENTRY', 'SUPPLEMENT PARENT ENTRY', 1, 0, NULL, 'AR'),
-               ('773', 'HOST ITEM ENTRY', 'HOST ITEM ENTRY', 1, 0, NULL, 'AR'),
-               ('774', 'CONSTITUENT UNIT ENTRY', 'CONSTITUENT UNIT ENTRY', 1, 0, NULL, 'AR'),
-               ('775', 'OTHER EDITION ENTRY', 'OTHER EDITION ENTRY', 1, 0, NULL, 'AR'),
-               ('776', 'ADDITIONAL PHYSICAL FORM ENTRY', 'ADDITIONAL PHYSICAL FORM ENTRY', 1, 0, NULL, 'AR'),
-               ('777', 'ISSUED WITH ENTRY', 'ISSUED WITH ENTRY', 1, 0, NULL, 'AR'),
-               ('780', 'PRECEDING ENTRY', 'PRECEDING ENTRY', 1, 0, NULL, 'AR'),
-               ('785', 'SUCCEEDING ENTRY', 'SUCCEEDING ENTRY', 1, 0, NULL, 'AR'),
-               ('786', 'DATA SOURCE ENTRY', 'DATA SOURCE ENTRY', 1, 0, NULL, 'AR'),
-               ('787', 'NONSPECIFIC RELATIONSHIP ENTRY', 'NONSPECIFIC RELATIONSHIP ENTRY', 1, 0, NULL, 'AR'),
+               ('760', 'Accesso di serie principale', 'Accesso di serie principale', 1, 0, NULL, 'AR'),
+               ('762', 'Accesso di sottoserie', 'Accesso di sottoserie', 1, 0, NULL, 'AR'),
+               ('765', 'Accesso di lingua originale', 'Accesso di lingua originale', 1, 0, NULL, 'AR'),
+               ('767', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'AR'),
+               ('770', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'AR'),
+               ('772', 'Accesso di pubblicazione principale', 'Accesso di pubblicazione principale', 1, 0, NULL, 'AR'),
+               ('773', 'Accesso d’item ospite', 'Accesso d’item ospite', 1, 0, NULL, 'AR'),
+               ('774', 'Accesso d’unità costituente', 'Accesso d’unità costituente', 1, 0, NULL, 'AR'),
+               ('775', 'Acceso di un’altra edizione', 'Acceso di un’altra edizione', 1, 0, NULL, 'AR'),
+               ('776', 'Accesso di forma fisica aggiunta', 'Accesso di forma fisica aggiunta', 1, 0, NULL, 'AR'),
+               ('777', 'Accesso di ', 'Accesso di ', 1, 0, NULL, 'AR'),
+               ('780', 'Accesso precedente', 'Accesso precedente', 1, 0, NULL, 'AR'),
+               ('785', 'Accesso successivo', 'Accesso successivo', 1, 0, NULL, 'AR'),
+               ('786', 'Accesso di fonte dei dati', 'Accesso di fonte dei dati', 1, 0, NULL, 'AR'),
+               ('787', 'Accesso di relazione non specificata', 'Accesso di relazione non specificata', 1, 0, NULL, 'AR'),
                ('789', 'COMPONENT ITEM ENTRY (RLIN)', 'COMPONENT ITEM ENTRY (RLIN)', 1, 0, '', 'AR'),
                ('796', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'AR'),
                ('797', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'AR'),
                ('798', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'AR'),
                ('799', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'AR'),
-               ('800', 'SERIES ADDED ENTRY--PERSONAL NAME', 'SERIES ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'AR'),
-               ('810', 'SERIES ADDED ENTRY--CORPORATE NAME', 'SERIES ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'AR'),
-               ('811', 'SERIES ADDED ENTRY--MEETING NAME', 'SERIES ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'AR'),
-               ('830', 'SERIES ADDED ENTRY--UNIFORM TITLE', 'SERIES ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'AR'),
+               ('800', 'Accesso aggiunto di serie--nome di persona', 'Accesso aggiunto di serie--nome di persona', 1, 0, NULL, 'AR'),
+               ('810', 'Accesso aggiunto di serie--nome di ente', 'Accesso aggiunto di serie--nome di ente', 1, 0, NULL, 'AR'),
+               ('811', 'Accesso aggiunto di serie--nome di convegno', 'Accesso aggiunto di serie--nome di convegno', 1, 0, NULL, 'AR'),
+               ('830', 'Accesso aggiunto di serie--titolo uniforme', 'Accesso aggiunto di serie--titolo uniforme', 1, 0, NULL, 'AR'),
                ('840', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('841', 'HOLDINGS CODED DATA VALUES', 'HOLDINGS CODED DATA VALUES', 0, 0, NULL, 'AR'),
-               ('842', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 0, 0, NULL, 'AR'),
-               ('843', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'AR'),
-               ('844', 'NAME OF UNIT', 'NAME OF UNIT', 0, 0, NULL, 'AR'),
-               ('845', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'AR'),
-               ('850', 'HOLDING INSTITUTION', 'HOLDING INSTITUTION', 1, 0, NULL, 'AR'),
+               ('841', 'Valori dei dati codificati di posseduti', 'Valori dei dati codificati di posseduti', 0, 0, NULL, 'AR'),
+               ('842', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, NULL, 'AR'),
+               ('843', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'AR'),
+               ('844', 'Nome dell’unità', 'Nome dell’unità', 0, 0, NULL, 'AR'),
+               ('845', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'AR'),
+               ('850', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 'AR'),
                ('851', 'LOCATION [OBSOLETE]', 'LOCATION [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('852', 'LOCATION/CALL NUMBER', 'LOCATION/CALL NUMBER', 1, 0, NULL, 'AR'),
-               ('853', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'AR'),
-               ('854', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'AR'),
-               ('855', 'CAPTIONS AND PATTERN--INDEXES', 'CAPTIONS AND PATTERN--INDEXES', 1, 0, NULL, 'AR'),
-               ('856', 'URL/ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL, 'AR'),
+               ('852', 'Localizzazione', 'Localizzazione', 1, 0, NULL, 'AR'),
+               ('853', 'Legende e modello--unità bibliografica basilare', 'Legende e modello--unità bibliografica basilare', 1, 0, NULL, 'AR'),
+               ('854', 'Legende e modello--supplementi', 'Legende e modello--supplementi', 1, 0, NULL, 'AR'),
+               ('855', 'Legende e modello--indici', 'Legende e modello--indici', 1, 0, NULL, 'AR'),
+               ('856', 'Localizzazione e accesso elettronico', 'Localizzazione e accesso elettronico', 1, 0, NULL, 'AR'),
                ('859', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', 'AR'),
-               ('863', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'AR'),
-               ('864', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'AR'),
-               ('865', 'ENUMERATION AND CHRONOLOGY--INDEXES', 'ENUMERATION AND CHRONOLOGY--INDEXES', 1, 0, NULL, 'AR'),
-               ('866', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'AR'),
-               ('867', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'AR'),
-               ('868', 'TEXTUAL HOLDINGS--INDEXES', 'TEXTUAL HOLDINGS--INDEXES', 1, 0, NULL, 'AR'),
+               ('863', 'Numerazione e cronologia--unità bibliografica basilare', 'Numerazione e cronologia--unità bibliografica basilare', 1, 0, NULL, 'AR'),
+               ('864', 'Numerazione e cronologia--supplementi', 'Numerazione e cronologia--supplementi', 1, 0, NULL, 'AR'),
+               ('865', 'Numerazione e cronologia--indici', 'Numerazione e cronologia--indici', 1, 0, NULL, 'AR'),
+               ('866', 'Formulazione testuale di posseduti--unità bibliografica basilare', 'Formulazione testuale di posseduti--unità bibliografica basilare', 1, 0, NULL, 'AR'),
+               ('867', 'Formulazione testuale di posseduti--supplementi', 'Formulazione testuale di posseduti--supplementi', 1, 0, NULL, 'AR'),
+               ('868', 'Formulazione testuale di posseduti--indici', 'Formulazione testuale di posseduti--indici', 1, 0, NULL, 'AR'),
                ('870', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 1, 0, NULL, 'AR'),
                ('871', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 1, 0, NULL, 'AR'),
                ('872', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 1, 0, NULL, 'AR'),
                ('873', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 1, 0, NULL, 'AR'),
-               ('876', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'AR'),
-               ('877', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'AR'),
-               ('878', 'ITEM INFORMATION--INDEXES', 'ITEM INFORMATION--INDEXES', 1, 0, NULL, 'AR'),
-               ('880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL, 'AR'),
-               ('886', 'FOREIGN MARC INFORMATION FIELD', 'FOREIGN MARC INFORMATION FIELD', 1, 0, NULL, 'AR'),
-               ('887', 'NON-MARC INFORMATION FIELD', 'NON-MARC INFORMATION FIELD', 1, 0, NULL, 'AR'),
+               ('876', 'Informazione sull’item--unità bibliografica basilare', 'Informazione sull’item--unità bibliografica basilare', 1, 0, NULL, 'AR'),
+               ('877', 'Informazione sull’item--supplementi', 'Informazione sull’item--supplementi', 1, 0, NULL, 'AR'),
+               ('878', 'Informazione sull’item--indici', 'Informazione sull’item--indici', 1, 0, NULL, 'AR'),
+               ('880', 'Rappresentazione grafica alternativa', 'Rappresentazione grafica alternativa', 1, 0, NULL, 'AR'),
+               ('886', 'Campo dell’informazione per MARC differenti', 'Campo dell’informazione per MARC differenti', 1, 0, NULL, 'AR'),
+               ('887', 'Campo dell’informazione per non-MARC', 'Campo dell’informazione per non-MARC', 1, 0, NULL, 'AR'),
                ('896', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'AR'),
                ('897', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'AR'),
                ('898', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'AR'),
@@ -16181,7 +16521,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('906', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 1, 0, '', 'AR'),
                ('907', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 1, 0, '', 'AR'),
                ('908', 'PUT COMMAND PARAMETER (RLIN)', 'PUT COMMAND PARAMETER (RLIN)', 0, 0, '', 'AR'),
-               ('910', 'USER-OPTION DATA (COLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'AR'),
+               ('910', 'USER-OPTION DATA (OCLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'AR'),
                ('911', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 1, 0, '', 'AR'),
                ('930', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 1, 0, '', 'AR'),
                ('936', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 0, 0, '', 'AR'),
@@ -16194,7 +16534,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('948', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 1, 0, '', 'AR'),
                ('949', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', 'AR'),
                ('950', 'LOCAL HOLDINGS (RLIN)', 'LOCAL HOLDINGS (RLIN)', 1, 0, '', 'AR'),
-               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE-GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'AR'),
+               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'AR'),
                ('955', 'COPY-LEVEL INFORMATION (RLIN)', 'COPY-LEVEL INFORMATION (RLIN)', 1, 0, '', 'AR'),
                ('956', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 1, 0, '', 'AR'),
                ('960', 'PHYSICAL LOCATION (RLIN)', 'PHYSICAL LOCATION (RLIN)', 1, 0, '', 'AR'),
@@ -16202,7 +16542,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('980', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'AR'),
                ('981', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'AR'),
                ('982', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'AR'),
-               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE--SERIES STATEMENT-TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'AR'),
+               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'AR'),
                ('984', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 1, 0, '', 'AR'),
                ('987', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 1, 0, '', 'AR'),
                ('990', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 1, 0, '', 'AR'),
@@ -16212,220 +16552,224 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
 
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'AR', '', '', NULL),
-               ('001', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'AR', '', '', NULL),
-               ('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'AR', '', '', NULL),
-               ('006', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'AR', '', '', NULL),
-               ('007', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'AR', '', '', NULL),
-               ('008', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'AR', '', '', NULL),
-               ('009', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', NULL, 0, -6, 'AR', '', '', NULL),
-               ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('011', 'a', 'LC control number', 'LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('013', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'AR', '', '', NULL),
-               ('013', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('013', 'a', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('013', 'b', 'Country', 'Country', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('013', 'c', 'Type of number', 'Type of number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('013', 'd', 'Date', 'Date', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('013', 'e', 'Status', 'Status', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('013', 'f', 'Party to document', 'Party to document', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('015', '2', 'Source', 'Source', 0, 0, '', 0, '', '', NULL, 0, -6, 'AR', '', '', NULL),
-               ('015', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('015', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('015', 'a', 'National bibliography number', 'National bibliography number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('016', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('016', 'a', 'Record control number', 'Record control number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('016', 'z', 'Canceled or invalid record control number', 'Canceled or invalid record control number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('017', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('017', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('017', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('017', 'a', 'Copyright or legal deposit number', 'Copyright or legal deposit number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('017', 'b', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('017', 'd', 'Date', 'Date', 0, 0, '', 0, '', '', NULL, 0, -6, 'AR', '', '', NULL),
-               ('017', 'i', 'Display text', 'Display text', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('018', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('018', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('018', 'a', 'Copyright article-fee code', 'Copyright article-fee code', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('020', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('020', 'z', 'Cancelled/invalid ISBN', 'Cancelled/invalid ISBN', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('022', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('022', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('000', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'AR', '', '', NULL),
+               ('001', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('003', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'AR', '', '', NULL),
+               ('005', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'AR', '', '', NULL),
+               ('006', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'AR', '', '', NULL),
+               ('007', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'AR', '', '', NULL),
+               ('008', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'AR', '', '', NULL),
+               ('009', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('010', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', NULL, 0, -6, 'AR', '', '', NULL),
+               ('010', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('010', 'b', 'Numero di controllo del NUCMC', 'Numero di controllo del NUCMC', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('010', 'z', 'Numero di controllo della LC cancellato o errato', 'Numero di controllo della LC cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('011', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('013', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'AR', '', '', NULL),
+               ('013', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('013', 'a', 'Numero', 'Numero', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('013', 'b', 'Paese', 'Paese', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('013', 'c', 'Tipo di numero', 'Tipo di numero', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('013', 'd', 'Data', 'Data', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('013', 'e', 'Stato', 'Stato', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('013', 'f', 'Parte responsabile del documento', 'Parte responsabile del documento', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('015', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', NULL, 0, -6, 'AR', '', '', NULL),
+               ('015', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('015', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('015', 'a', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('016', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('016', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('016', 'a', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('016', 'z', 'Numero di controllo della registrazione cancellato o errato', 'Numero di controllo della registrazione cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('017', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('017', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('017', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('017', 'a', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('017', 'b', 'Agenzia che assegna il numero', 'Agenzia che assegna il numero', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('017', 'd', 'Data', 'Data', 0, 0, '', 0, '', '', NULL, 0, -6, 'AR', '', '', NULL),
+               ('017', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('018', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('018', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('018', 'a', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('020', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('020', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('020', 'a', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('020', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('020', 'z', 'ISBN cancellato o errato', 'ISBN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('022', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('022', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('022', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('022', 'a', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('022', 'y', 'ISSN errato', 'ISSN errato', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('022', 'z', 'ISSN cancellato', 'ISSN cancellato', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('023', 'a', 'Standard film number', 'Standard film number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('024', '2', 'Source of number or code', 'Source of number or code', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('024', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('024', '2', 'Fonte del numero o codice', 'Fonte del numero o codice', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('024', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('024', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('024', 'a', 'Numero standard o codice', 'Numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
                ('024', 'b', 'Additional codes following the standard number [OBSOLETE]', 'Additional codes following the standard number [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('025', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('025', 'a', 'Overseas acquisition number', 'Overseas acquisition number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('026', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('026', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('026', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('026', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('026', 'a', 'First and second groups of characters', 'First and second groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('026', 'b', 'Third and fourth groups of characters', 'Third and fourth groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('026', 'c', 'Date', 'Date', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('026', 'd', 'Number of volume or part', 'Number of volume or part', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('026', 'e', 'unparsed fingerprint', 'unparsed fingerprint', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('027', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('027', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('027', 'a', 'Standard technical report number', 'Standard technical report number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('027', 'z', 'Canceled/invalid number', 'Canceled/invalid number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('028', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('028', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('028', 'a', 'Publisher number', 'Publisher number', 0, 0, '', 0, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('028', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('030', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('030', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('024', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('024', 'd', 'Codici addizionali che seguono il numero standard o codice', 'Codici addizionali che seguono il numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('024', 'z', 'Numero standard o codice, cancellato o errato', 'Numero standard o codice, cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('025', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('025', 'a', 'Numero d\'acquisto estero', 'Numero d\'acquisto estero', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('026', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('026', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('026', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('026', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('026', 'a', 'Primo e secondo gruppo di caratteri', 'Primo e secondo gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('026', 'b', 'Terzo e quarto gruppo di caratteri', 'Terzo e quarto gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('026', 'c', 'Data', 'Data', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('026', 'd', 'Numero del volume o parte', 'Numero del volume o parte', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('026', 'e', 'Impronta non analizzata', 'Impronta non analizzata', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('027', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('027', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('027', 'a', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('027', 'z', 'Numero cancellato o errato', 'Numero cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('028', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('028', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('028', 'a', 'Numero dell\'editore', 'Numero dell\'editore', 0, 0, '', 0, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('028', 'b', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('029', 'a', 'OCLC library identifier', 'OCLC library identifier', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('029', 'b', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('029', 'c', 'OAI set name', 'OAI set name', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('029', 't', 'Content type identifier', 'Content type identifier', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('030', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('030', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('030', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('030', 'z', 'Canceled/invalid CODEN', 'Canceled/invalid CODEN', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', '2', 'System code', 'System code', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'a', 'Number of work', 'Number of work', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'b', 'Number of movement', 'Number of movement', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'e', 'Role', 'Role', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'g', 'Clef', 'Clef', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'n', 'Key signature', 'Key signature', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'o', 'Time signature', 'Time signature', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'p', 'Musical notation', 'Musical notation', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'q', 'General note', 'General note', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'r', 'Key or mode', 'Key or mode', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 's', 'Coded validity note', 'Coded validity note', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 't', 'Text incipit', 'Text incipit', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 0, '', '', '', 1, -6, 'AR', '', '', NULL),
-               ('031', 'y', 'Link text', 'Link text', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('031', 'z', 'Public note', 'Public note', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('032', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'AR', '', '', NULL),
-               ('032', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('032', 'a', 'Postal registration number', 'Postal registration number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('032', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('033', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('033', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('033', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('033', 'a', 'Formatted date/time', 'Formatted date/time', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('033', 'b', 'Geographic classification area code', 'Geographic classification area code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('033', 'c', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'a', 'Category of scale', 'Category of scale', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'b', 'Constant ratio linear horizontal scale', 'Constant ratio linear horizontal scale', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'c', 'Constant ratio linear vertical scale', 'Constant ratio linear vertical scale', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'h', 'Angular scale', 'Angular scale', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'p', 'Equinox', 'Equinox', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'r', 'Distrance from earth', 'Distrance from earth', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'x', 'Beginning date', 'Beginning date', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'y', 'Ending date', 'Ending date', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('035', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('030', 'z', 'CODEN cancellato o errato', 'CODEN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', '2', 'Codice di sistema', 'Codice di sistema', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'a', 'Numero di composizione', 'Numero di composizione', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'b', 'Numero di movimento', 'Numero di movimento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'c', 'Numero progressivo nel movimento', 'Numero progressivo nel movimento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'd', 'Titolo o intitolazione', 'Titolo o intitolazione', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'e', 'Personaggio', 'Personaggio', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'g', 'Chiave', 'Chiave', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'm', 'Voce/strumento', 'Voce/strumento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'n', 'Alterazioni', 'Alterazioni', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'o', 'Misura', 'Misura', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'p', 'Contesto musicale', 'Contesto musicale', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'q', 'Nota generale', 'Nota generale', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'r', 'Tonalità o modo', 'Tonalità o modo', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 's', 'Nota codificata di validità', 'Nota codificata di validità', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 't', 'Incipit testuale', 'Incipit testuale', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 0, '', '', '', 1, -6, 'AR', '', '', NULL),
+               ('031', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('031', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('032', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'AR', '', '', NULL),
+               ('032', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('032', 'a', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('032', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('033', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('033', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('033', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('033', 'a', 'Data/ora formattate', 'Data/ora formattate', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('033', 'b', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('033', 'c', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'a', 'Categoria della scala', 'Categoria della scala', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'b', 'Rapporto costante (scala orizzontale)', 'Rapporto costante (scala orizzontale)', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'c', 'Rapporto costante (scala verticale)', 'Rapporto costante (scala verticale)', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'd', 'Coordinate--longitudine limite Ovest', 'Coordinate--longitudine limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'e', 'Coordinate--longitudine limite Est', 'Coordinate--longitudine limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'f', 'Coordinate--latitudine limite Nord', 'Coordinate--latitudine limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'g', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'h', 'Scala angolare', 'Scala angolare', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'j', 'Declinazione--limite Nord', 'Declinazione--limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'k', 'Declinazione--limite Sud', 'Declinazione--limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'm', 'Ascensione retta--limite Est', 'Ascensione retta--limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'n', 'Ascensione retta--limite Ovest', 'Ascensione retta--limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'p', 'Equinozio', 'Equinozio', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'r', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 's', 'Latitudine del perimetro', 'Latitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 't', 'Longitudine del perimetro', 'Longitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'x', 'Data d\'inizio', 'Data d\'inizio', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'y', 'Data di fine', 'Data di fine', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('034', 'z', 'Nome dell\'oggetto extraterrestre', 'Nome dell\'oggetto extraterrestre', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('035', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('035', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('035', 'a', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('036', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('036', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('036', 'a', 'Original study number', 'Original study number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('036', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('037', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('037', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('037', 'a', 'Stock number', 'Stock number', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('037', 'b', 'Source of stock number/acquisition', 'Source of stock number/acquisition', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('037', 'c', 'Terms of availability', 'Terms of availability', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('037', 'f', 'Form of issue', 'Form of issue', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('037', 'g', 'Additional format characteristics', 'Additional format characteristics', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('037', 'n', 'Note', 'Note', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('038', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('038', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('038', 'a', 'Record content licensor', 'Record content licensor', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('035', 'z', 'Numero di controllo del sistema cancellato o errato', 'Numero di controllo del sistema cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('036', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('036', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('036', 'a', 'Numero dello studio originale', 'Numero dello studio originale', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('036', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('037', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('037', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('037', 'a', 'Numero di magazzino', 'Numero di magazzino', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('037', 'b', 'Fonte del numero di magazzino/d\'acquisto', 'Fonte del numero di magazzino/d\'acquisto', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('037', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('037', 'f', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('037', 'g', 'Caratteristiche addizionali di formato', 'Caratteristiche addizionali di formato', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('037', 'n', 'Nota', 'Nota', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('038', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('038', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('038', 'a', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('039', 'a', 'Level of rules in bibliographic description', 'Level of rules in bibliographic description', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('039', 'b', 'Level of effort used to assign nonsubject heading access points', 'Level of effort used to assign nonsubject heading access points', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('039', 'c', 'Level of effort used to assign subject headings', 'Level of effort used to assign subject headings', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('039', 'd', 'Level of effort used to assign classification', 'Level of effort used to assign classification', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('039', 'e', 'Number of fixed field character positions coded', 'Number of fixed field character positions coded', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('040', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('040', 'e', 'Description conventions', 'Description conventions', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('041', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('041', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('041', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('041', 'a', 'Language code of text/sound track or separate title', 'Language code of text/sound track or separate title', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('041', 'b', 'Language code of summary or abstract/overprinted title or subtitle', 'Language code of summary or abstract/overprinted title or subtitle', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('040', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('040', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('040', 'a', 'Agenzia catalografica originale', 'Agenzia catalografica originale', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('040', 'b', 'Lingua della catalogazione', 'Lingua della catalogazione', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('040', 'c', 'Agenzia che fa la trascrizione', 'Agenzia che fa la trascrizione', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('040', 'd', 'Agenzia che fa la modifica', 'Agenzia che fa la modifica', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('040', 'e', 'Regole di descrizione', 'Regole di descrizione', 0, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('041', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('041', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('041', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('041', 'a', 'Codice di lingua del testo/traccia sonora o titolo separato', 'Codice di lingua del testo/traccia sonora o titolo separato', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('041', 'b', 'Codice di lingua del riassunto, estratto o sottotitoli', 'Codice di lingua del riassunto, estratto o sottotitoli', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('041', 'c', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('041', 'd', 'Language code of sung or spoken text', 'Language code of sung or spoken text', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('041', 'e', 'Language code of librettos', 'Language code of librettos', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('041', 'f', 'Language code of table of contents', 'Language code of table of contents', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('041', 'g', 'Language code of accompanying material other than librettos', 'Language code of accompanying material other than librettos', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('041', 'h', 'Language code of original and/or intermediate translations of text', 'Language code of original and/or intermediate translations of text', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('042', 'a', 'Authentication code', 'Authentication code', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('043', '2', 'Source of local code', 'Source of local code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('043', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('043', 'c', 'ISO code', 'ISO code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('044', '2', 'Source of local subentity code', 'Source of local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('044', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('044', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('044', 'a', 'MARC country code', 'MARC country code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('044', 'b', 'Local subentity code', 'Local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('044', 'c', 'ISO country code', 'ISO country code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('045', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('045', 'a', 'Time period code', 'Time period code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', '2', 'Source of date', 'Source of date', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', 'a', 'Type of date code', 'Type of date code', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', 'b', 'Date 1 (B.C. date)', 'Date 1 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', 'c', 'Date 1 (C.E. date)', 'Date 1 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', 'd', 'Date 2 (B.C. date)', 'Date 2 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', 'e', 'Date 2 (C.E. date)', 'Date 2 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', 'j', 'Date resource modified', 'Date resource modified', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', 'l', 'Ending date created', 'Ending date created', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', 'm', 'Beginning of date valid', 'Beginning of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('046', 'n', 'End of date valid', 'End of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('047', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('047', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('047', 'a', 'Form of musical composition code', 'Form of musical composition code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('048', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('048', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('048', 'a', 'Performer or ensemble', 'Performer or ensemble', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('048', 'b', 'Soloist', 'Soloist', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('041', 'd', 'Codice della lingua del testo cantato o parlato', 'Codice della lingua del testo cantato o parlato', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('041', 'e', 'Codice della lingua dei libretti', 'Codice della lingua dei libretti', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('041', 'f', 'Codice della lingua del sommario', 'Codice della lingua del sommario', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('041', 'g', 'Codice della lingua del materiale allegato diverso dai libretti', 'Codice della lingua del materiale allegato diverso dai libretti', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('041', 'h', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 1, 0, '', 0, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('042', 'a', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('043', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('043', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('043', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('043', 'a', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('043', 'b', 'Codice locale GAC (codice dell\'area geografica)', 'Codice locale GAC (codice dell\'area geografica)', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('043', 'c', 'Codice ISO', 'Codice ISO', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('044', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('044', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('044', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('044', 'a', 'Codice MARC del paese', 'Codice MARC del paese', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('044', 'b', 'Codice di sottoente locale', 'Codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('044', 'c', 'Codice ISO del paese', 'Codice ISO del paese', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('045', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('045', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('045', 'a', 'Codice di periodo di tempo', 'Codice di periodo di tempo', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('045', 'b', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('045', 'c', 'Periodo di tempo formattato anteriore al 9999 a.C.', 'Periodo di tempo formattato anteriore al 9999 a.C.', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', '2', 'Fonte della data', 'Fonte della data', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', 'a', 'Codice di tipo di data', 'Codice di tipo di data', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', 'b', 'Data 1 (data a.C.)', 'Data 1 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', 'c', 'Data 1 (data d.C.)', 'Data 1 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', 'd', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', 'e', 'Data 2 (data d.C.)', 'Data 2 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', 'j', 'Data della modifica della risorsa', 'Data della modifica della risorsa', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', 'k', 'Data iniziale di creazione o data semplice', 'Data iniziale di creazione o data semplice', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', 'l', 'Data finale di creazione', 'Data finale di creazione', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', 'm', 'Data iniziale di validità', 'Data iniziale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('046', 'n', 'Data finale di validità', 'Data finale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('047', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('047', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('047', 'a', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('048', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('048', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('048', 'a', 'Esecutore o complesso', 'Esecutore o complesso', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('048', 'b', 'Solista', 'Solista', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('049', 'a', 'Holding library', 'Holding library', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('049', 'c', 'Copy statement', 'Copy statement', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('049', 'd', 'Definition of bibliographic subdivisions', 'Definition of bibliographic subdivisions', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
@@ -16439,82 +16783,82 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('049', 's', 'Fifth bibliographic subdivision', 'Fifth bibliographic subdivision', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('049', 't', 'Sixth bibliographic subdivision', 'Sixth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('049', 'u', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('049', 'v', 'Primary bibliographic subdivision', 'Primary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('049', 'v', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('049', 'y', 'Inclusive dates of publication or coverage', 'Inclusive dates of publication or coverage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('050', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('050', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('050', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('050', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('050', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('050', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('050', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('050', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('050', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, 0, 'AR', '', '', NULL),
                ('050', 'd', 'Supplementary class number (MU) [OBSOLETE]', 'Supplementary class number (MU) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('051', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('051', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('051', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('051', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('052', '2', 'Code Source', 'Code Source', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('052', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('051', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('051', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('051', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('051', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('052', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('052', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('052', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('052', 'a', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('052', 'b', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('052', 'c', 'Subject (MP) [OBSOLETE]', 'Subject (MP) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('052', 'd', 'Populated place name', 'Populated place name', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('055', '2', 'Source of call/class number', 'Source of call/class number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('055', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('055', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('055', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('060', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('060', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('061', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('061', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('061', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('061', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('070', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('070', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('071', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('071', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('071', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('071', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('072', '2', 'Source', 'Source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('072', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('072', 'a', 'Subject category code', 'Subject category code', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('074', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('074', 'a', 'GPO item number', 'GPO item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('074', 'z', 'Canceled/invalid GPO item number', 'Canceled/invalid GPO item number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('080', '2', 'Edition identifier', 'Edition identifier', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('080', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('080', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('082', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('082', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('082', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('082', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('084', '2', 'Source of number', 'Source of number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('084', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('084', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('084', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('086', '2', 'Number source', 'Number source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('086', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('086', 'a', 'Classification number', 'Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('086', 'z', 'Canceled/invalid classification number', 'Canceled/invalid classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('052', 'd', 'Nome di luogo abitato', 'Nome di luogo abitato', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('055', '2', 'Fonte del numero di chiamata/classe', 'Fonte del numero di chiamata/classe', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('055', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('055', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('055', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('055', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('060', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('060', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('060', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('061', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('061', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('061', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('061', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('066', 'a', 'Set di caratteri primario G0', 'Set di caratteri primario G0', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('066', 'b', 'Set di caratteri primario G1', 'Set di caratteri primario G1', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('066', 'c', 'Set di caratteri alternativo G0 o G1', 'Set di caratteri alternativo G0 o G1', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('070', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('070', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('070', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('071', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('071', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('071', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('071', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('072', '2', 'Fonte', 'Fonte', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('072', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('072', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('072', 'a', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('072', 'x', 'Suddivisione del codice di categoria di soggetto', 'Suddivisione del codice di categoria di soggetto', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('074', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('074', 'a', 'Numero GPO dell\'item', 'Numero GPO dell\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('074', 'z', 'Numero GPO dell\'item cancellato/errato', 'Numero GPO dell\'item cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('080', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('080', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('080', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('080', 'a', 'Numero di Classificazione decimale universale', 'Numero di Classificazione decimale universale', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('080', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('080', 'x', 'Suddivisione ausiliare comune', 'Suddivisione ausiliare comune', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('082', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('082', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('082', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('082', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('082', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('084', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('084', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('084', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('084', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('084', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('086', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('086', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('086', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('086', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('086', 'z', 'Numero di classificazione cancellato/errato', 'Numero di classificazione cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('087', 'a', 'Report number [OBSOLETE, CAN/MARC]', 'Report number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('087', 'z', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('088', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('088', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('088', 'a', 'Report number', 'Report number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('088', 'z', 'Canceled/invalid report number', 'Canceled/invalid report number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('088', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('088', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('088', 'a', 'Numero di rapporto', 'Numero di rapporto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('088', 'z', 'Numero di rapporto cancellato/errato', 'Numero di rapporto cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('090', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('090', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, '', 0, '', '', '', 0, 5, 'AR', '', '', NULL),
@@ -16529,1747 +16873,1749 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('090', 'z', 'Retention, VOL (RLIN)', 'Retention, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('091', 'a', 'Microfilm shelf location', 'Microfilm shelf location', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('092', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('092', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('092', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('092', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('092', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('092', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('092', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('096', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('096', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('096', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('096', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('096', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('098', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('099', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('099', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('099', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('100', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('100', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('100', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('100', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('100', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, 0, 'AR', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
-               ('100', 'b', 'Numeration', 'Numeration', 0, 0, '', 1, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 1, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 1, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('100', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('100', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('100', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('100', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 1, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('100', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('100', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('110', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('110', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('100', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, 0, 'AR', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
+               ('100', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 1, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 1, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('100', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 1, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('100', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('100', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('100', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('100', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('100', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('100', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('100', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('100', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('100', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 1, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('100', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('100', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('110', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('110', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('110', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('110', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'AR', '', '', NULL),
-               ('110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 1, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('110', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 1, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 1, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('110', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('110', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('110', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('110', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('110', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('110', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('110', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('111', '4', 'Relator code', 'Relator code', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('111', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('110', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'AR', '', '', NULL),
+               ('110', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 1, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('110', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 1, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('110', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 1, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('110', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('110', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('110', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('110', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('110', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('110', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('110', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('110', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('110', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('111', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('111', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('111', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('111', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'AR', '', '', NULL),
+               ('111', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'AR', '', '', NULL),
                ('111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('111', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('111', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('111', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('111', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('111', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('111', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('111', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('111', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('111', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('111', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('111', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('111', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('111', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('111', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('111', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('111', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('111', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('111', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('111', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('111', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('111', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('111', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('130', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('130', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 'h', 'Medium', 'Medium', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 's', 'Version', 'Version', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('130', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('210', '2', 'Source', 'Source', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('210', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('210', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('210', 'a', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('210', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('211', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 's', 'Versione', 'Versione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('130', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('210', '2', 'Fonte', 'Fonte', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('210', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('210', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('210', 'a', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('210', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('211', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('211', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('212', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('212', 'a', 'Variant access title', 'Variant access title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('214', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('212', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('212', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('214', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('214', 'a', 'Augmented title', 'Augmented title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('222', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('222', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('222', 'a', 'Key title', 'Key title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('222', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('240', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('240', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('222', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('222', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('222', 'a', 'Titolo chiave', 'Titolo chiave', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('222', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('240', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('240', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('240', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('240', 'a', 'Uniform title', 'Uniform title', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'AR', '', '', NULL),
-               ('240', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('240', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('240', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('240', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('240', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('240', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('240', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('240', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('240', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('240', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('240', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('240', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('240', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'AR', '', '', NULL),
+               ('240', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('240', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('240', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('240', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('240', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('240', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('240', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('240', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('240', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('240', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('240', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('240', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'AR', '', '', NULL),
                ('241', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('241', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('242', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('242', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('242', 'a', 'Title', 'Title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('242', 'b', 'Remainder of title', 'Remainder of title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('242', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('241', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('242', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('242', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('242', 'a', 'Titolo', 'Titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('242', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('242', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('242', 'd', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('242', 'e', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('242', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('242', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('242', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('242', 'y', 'Language code of translated title', 'Language code of translated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('243', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('243', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('242', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('242', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('242', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('242', 'y', 'Codice di lingua del titolo tradotto', 'Codice di lingua del titolo tradotto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('243', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('243', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('243', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('243', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 2, '', '', '', 1, -1, 'AR', '', '', NULL),
-               ('243', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('243', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('243', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('243', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('243', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('243', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('243', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('243', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('243', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('243', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('243', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('243', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('245', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('245', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('245', 'a', 'Title', 'Title', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'AR', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
-               ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('245', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, '', 2, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series: (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('243', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 2, '', '', '', 1, -1, 'AR', '', '', NULL),
+               ('243', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('243', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('243', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('243', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('243', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('243', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('243', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('243', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('243', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('243', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('243', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('243', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('245', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('245', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('245', 'a', 'Titolo', 'Titolo', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'AR', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
+               ('245', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('245', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, '', 2, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('245', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('245', 'f', 'Inclusive dates', 'Inclusive dates', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('245', 'g', 'Bulk dates', 'Bulk dates', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('245', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('245', 'k', 'Form', 'Form', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('245', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('245', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('245', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('246', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('246', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('246', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('246', 'a', 'Title proper/short title', 'Title proper/short title', 0, 0, '', 2, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('246', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('245', 'f', 'Date inclusive', 'Date inclusive', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('245', 'g', 'Date preponderanti', 'Date preponderanti', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('245', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('245', 'k', 'Forma', 'Forma', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('245', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('245', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('245', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('246', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('246', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('246', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('246', 'a', 'Titolo proprio/titolo breve', 'Titolo proprio/titolo breve', 0, 0, '', 2, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('246', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('246', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('246', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('246', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('246', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('246', 'i', 'Display text', 'Display text', 0, 0, '', 2, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('246', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('246', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('247', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('247', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('247', 'a', 'Title', 'Title', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('247', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('246', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('246', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('246', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('246', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 2, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('246', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('246', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('247', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('247', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('247', 'a', 'Titolo', 'Titolo', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('247', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('247', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('247', 'e', 'Name of part/section (SE) [OBSOLETE]', 'Name of part/section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('247', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('247', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('247', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('247', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('247', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('247', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('250', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('250', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('250', 'a', 'Edition statement', 'Edition statement', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('250', 'b', 'Remainder of edition statement', 'Remainder of edition statement', 0, 0, '', 2, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('254', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('254', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('254', 'a', 'Musical presentation statement', 'Musical presentation statement', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('255', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('255', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('255', 'a', 'Statement of scale', 'Statement of scale', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('255', 'b', 'Statement of projection', 'Statement of projection', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('255', 'c', 'Statement of coordinates', 'Statement of coordinates', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('255', 'd', 'Statement of zone', 'Statement of zone', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('255', 'e', 'Statement of equinox', 'Statement of equinox', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('255', 'f', 'Outer G-ring coordinate pairs', 'Outer G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('255', 'g', 'Exclusion G-ring coordinate pairs', 'Exclusion G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('256', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('256', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('256', 'a', 'Computer file characteristics', 'Computer file characteristics', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('257', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('257', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('257', 'a', 'Country of producing entity', 'Country of producing entity', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('258', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('258', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('258', 'a', 'Issuing jurisdiction', 'Issuing jurisdiction', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('258', 'b', 'Denomination', 'Denomination', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('260', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('260', 'a', 'Place of publication, distribution, etc', 'Place of publication, distribution, etc', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('260', 'b', 'Name of publisher, distributor, etc', 'Name of publisher, distributor, etc', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('260', 'c', 'Date of copyright, publication, distribution, release, etc', 'Date of publication, distribution, etc', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('247', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('247', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('247', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('247', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('247', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('247', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('250', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('250', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('250', 'a', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('250', 'b', 'Restante parte della formulazione di edizione', 'Restante parte della formulazione di edizione', 0, 0, '', 2, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('254', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('254', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('254', 'a', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('255', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('255', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('255', 'a', 'Formulazione di scala', 'Formulazione di scala', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('255', 'b', 'Formulazione di proiezione', 'Formulazione di proiezione', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('255', 'c', 'Formulazione di coordinate', 'Formulazione di coordinate', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('255', 'd', 'Formulazione di zona', 'Formulazione di zona', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('255', 'e', 'Formulazione di equinozio', 'Formulazione di equinozio', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('255', 'f', 'Coppie di coordinate d\'inclusione del perimetro', 'Coppie di coordinate d\'inclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('255', 'g', 'Coppie di coordinate di esclusione del perimetro', 'Coppie di coordinate di esclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('256', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('256', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('256', 'a', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('257', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('257', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('257', 'a', 'Paese dell\'ente produttore', 'Paese dell\'ente produttore', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('258', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('258', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('258', 'a', 'Giurisdizione dell\'emissione', 'Giurisdizione dell\'emissione', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('258', 'b', 'Valore facciale', 'Valore facciale', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('260', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('260', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('260', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('260', 'b', 'Nome dell\'editore, distributore, ecc.', 'Nome dell\'editore, distributore, ecc.', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('260', 'c', 'Data di pubblicazione, distribuzione, ecc.', 'Data di pubblicazione, distribuzione, ecc.', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'AR', '', '', NULL),
                ('260', 'd', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('260', 'e', 'Place of manufacture', 'Place of manufacture', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('260', 'f', 'Manufacturer', 'Manufacturer', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('260', 'g', 'Date of manufacture', 'Date of manufacture', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('260', 'e', 'Luogo di stampa', 'Luogo di stampa', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('260', 'f', 'Stampatore', 'Stampatore', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('260', 'g', 'Data di stampa', 'Data di stampa', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('260', 'k', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('260', 'l', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('261', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('261', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('261', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('261', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('261', 'a', 'Producing company', 'Producing company', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('261', 'b', 'Releasing company (primary distributor)', 'Releasing company (primary distributor)', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('261', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('261', 'd', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('261', 'e', 'Contractual producer', 'Contractual producer', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('261', 'f', 'Place of production, release, etc.', 'Place of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('262', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('262', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('262', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('262', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('262', 'a', 'Place of production, release, etc.', 'Place of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('262', 'b', 'Publisher or trade name', 'Publisher or trade name', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('262', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('262', 'k', 'Serial identification', 'Serial identification', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('262', 'l', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('263', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('263', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('263', 'a', 'Projected publication date', 'Projected publication date', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('263', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('263', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('263', 'a', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('265', '6', 'Linkage [OBSOLETE]', 'Linkage [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('265', 'a', 'Source for acquisition/subscription address [OBSOLETE]', 'Source for acquisition/subscription address [OBSOLETE]', 1, 0, '', 2, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('270', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('270', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('270', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('270', 'a', 'Address', 'Address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'b', 'City', 'City', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'c', 'State or province', 'State or province', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('270', 'd', 'Country', 'Country', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'e', 'Postal code', 'Postal code', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'f', 'Terms preceding attention name', 'Terms preceding attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'g', 'Attention name', 'Attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'h', 'Attention position', 'Attention position', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'i', 'Type of address', 'Type of address', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'j', 'Specialized telephone number', 'Specialized telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'k', 'Telephone number', 'Telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'l', 'Fax number', 'Fax number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'n', 'TDD or TTY number', 'TDD or TTY number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'p', 'Contact person', 'Contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'q', 'Title of contact person', 'Title of contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'r', 'Hours', 'Hours', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('270', 'z', 'Public note', 'Public note', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('300', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('300', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('300', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('300', 'a', 'Extent (1 model (number of pieces))', 'Extent', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('300', 'b', 'Other physical details', 'Other physical details', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('300', 'c', 'Dimensions', 'Dimensions', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('270', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('270', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('270', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('270', 'a', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'b', 'Città', 'Città', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'c', 'Stato o provincia', 'Stato o provincia', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('270', 'd', 'Paese', 'Paese', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'e', 'Codice postale', 'Codice postale', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'f', 'Parole che precedono il nome del destinatario', 'Parole che precedono il nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'g', 'Nome del destinatario', 'Nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'h', 'Posizione del destinatario', 'Posizione del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'i', 'Persona di contatto', 'Persona di contatto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'j', 'Numero di telefono specializzato', 'Numero di telefono specializzato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'k', 'Numero di telefono', 'Numero di telefono', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'l', 'Numero di fax', 'Numero di fax', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'm', 'Indirizzo e-mail', 'Indirizzo e-mail', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'n', 'Numero di TDD o TTY', 'Numero di TDD o TTY', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'p', 'Persona di contatto', 'Persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'q', 'Titolo della persona di contatto', 'Titolo della persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'r', 'Ore', 'Ore', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('270', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('300', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('300', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('300', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('300', 'a', 'Estensione', 'Estensione', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('300', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('300', 'c', 'Dimensioni', 'Dimensioni', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'AR', '', '', NULL),
                ('300', 'd', 'Accompanying material [OBSOLETE, CAN/MARC]', 'Accompanying material [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('300', 'e', 'Accompanying material', 'Accompanying material', 0, 0, '', 3, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('300', 'f', 'Type of unit', 'Type of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('300', 'g', 'Size of unit', 'Size of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('300', 'e', 'Materiale allegato', 'Materiale allegato', 0, 0, '', 3, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('300', 'f', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('300', 'g', 'Dimensioni del materiale', 'Dimensioni del materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'AR', '', '', NULL),
                ('300', 'k', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('300', 'm', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('300', 'n', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('301', 'a', 'Extent of item', 'Extent of item', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('301', 'b', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('301', 'c', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
-               ('301', 'd', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('301', 'e', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('301', 'f', 'Speed', 'Speed', 0, 0, '', 3, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
+               ('301', 'a', 'Estensione della copia', 'Estensione della copia', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('301', 'b', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('301', 'c', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
+               ('301', 'd', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('301', 'e', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('301', 'f', 'Velocità', 'Velocità', 0, 0, '', 3, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
                ('302', 'a', 'Page count', 'Page count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
                ('303', 'a', 'Unit count', 'Unit count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
                ('304', 'a', 'Linear footage', 'Linear footage', 0, 0, '', 3, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
-               ('305', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('305', 'a', 'Extent', 'Extent', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('305', 'b', 'Other physical details', 'Other physical details', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('305', 'c', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
+               ('305', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('305', 'a', 'Estensione', 'Estensione', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('305', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('305', 'c', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
                ('305', 'd', 'Microgroove or standard', 'Microgroove or standard', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('305', 'e', 'Stereophonic, monaural', 'Stereophonic, monaural', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('305', 'f', 'Number of tracks', 'Number of tracks', 0, 0, '', 3, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
+               ('305', 'e', 'Stereofonico, monoaurale', 'Stereofonico, monoaurale', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('305', 'f', 'Numero dei tracciati', 'Numero dei tracciati', 0, 0, '', 3, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
                ('305', 'm', 'Serial identification', 'Serial identification', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('305', 'n', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 3, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
-               ('306', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('306', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('306', 'a', 'Playing time', 'Playing time', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('307', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('307', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('307', 'a', 'Hours', 'Hours', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('307', 'b', 'Additional information', 'Additional information', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('308', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('308', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('308', 'a', 'Number of reels', 'Number of reels', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('306', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('306', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('306', 'a', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('307', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('307', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('307', 'a', 'Ore', 'Ore', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('307', 'b', 'Informazione addizionale', 'Informazione addizionale', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('308', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('308', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('308', 'a', 'Numero di bobine', 'Numero di bobine', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('308', 'b', 'Footage', 'Footage', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('308', 'c', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('308', 'd', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('308', 'e', 'Width', 'Width', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('308', 'f', 'Presentation format', 'Presentation format', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('310', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('310', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('310', 'a', 'Current publication frequency', 'Current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('310', 'b', 'Date of current publication frequency', 'Date of current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('315', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('315', 'a', 'Frequency', 'Frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('315', 'b', 'Dates of frequency', 'Dates of frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('321', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('321', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('321', 'a', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('321', 'b', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('340', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('340', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('340', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('340', 'a', 'Material base and configuration', 'Material base and configuration', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('340', 'b', 'Dimensions', 'Dimensions', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('340', 'c', 'Materials applied to surface', 'Materials applied to surface', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('340', 'd', 'Information recording technique', 'Information recording technique', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('340', 'e', 'Support', 'Support', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('340', 'f', 'Production rate/ratio', 'Production rate/ratio', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('340', 'h', 'Location within medium', 'Location within medium', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('340', 'i', 'Technical specifications of medium', 'Technical specifications of medium', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', '2', 'Reference method used', 'Reference method used', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'a', 'Name', 'Name', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'b', 'Coordinate or distance units', 'Coordinate or distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'c', 'Latitude resolution', 'Latitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'd', 'Longitude resolution', 'Longitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'e', 'Standard parallel or oblique line latitude', 'Standard parallel or oblique line latitude', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'f', 'Oblique line longitude', 'Oblique line longitude', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'g', 'Longitude of central meridian or projection center', 'Longitude of central meridian or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'h', 'Latitude of projection origin or projection center', 'Latitude of projection origin or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'i', 'False easting', 'False easting', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'j', 'False northing', 'False northing', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'k', 'Scale factor', 'Scale factor', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'l', 'Height of perspective point above surface', 'Height of perspective point above surface', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'm', 'Azimuthal angle', 'Azimuthal angle', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'n', 'Azimuth measure point longitude or straight vertical longitude from pole', 'Azimuth measure point longitude or straight vertical longitude from pole', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'o', 'Landsat number and path number', 'Landsat number and path number', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'p', 'Zone identifier', 'Zone identifier', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'q', 'Ellipsoid name', 'Ellipsoid name', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'r', 'Semi-major axis', 'Semi-major axis', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 's', 'Denominator of flattening ratio', 'Denominator of flattening ratio', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 't', 'Vertical resolution', 'Vertical resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'u', 'Vertical encoding method', 'Vertical encoding method', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'v', 'Local planar, local, or other projection or grid description', 'Local planar, local, or other projection or grid description', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('342', 'w', 'Local planar or local georeference information', 'Local planar or local georeference information', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('343', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('343', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('343', 'a', 'Planar coordinate encoding method', 'Planar coordinate encoding method', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('343', 'b', 'Planar distance units', 'Planar distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('343', 'c', 'Abscissa resolution', 'Abscissa resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('343', 'd', 'Ordinate resolution', 'Ordinate resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('343', 'e', 'Distance resolution', 'Distance resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('343', 'f', 'Bearing resolution', 'Bearing resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('343', 'g', 'Bearing unit', 'Bearing unit', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('343', 'h', 'Bearing reference direction', 'Bearing reference direction', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('343', 'i', 'Bearing reference meridian', 'Bearing reference meridian', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('350', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('350', 'a', 'Price', 'Price', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('350', 'b', 'Form of issue', 'Form of issue', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('351', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('351', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('351', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('351', 'a', 'Organization', 'Organization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('351', 'b', 'Arrangement', 'Arrangement', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('351', 'c', 'Hierarchical level', 'Hierarchical level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('352', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('352', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('352', 'a', 'Direct reference method', 'Direct reference method', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('352', 'b', 'Object type', 'Object type', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('352', 'c', 'Object count', 'Object count', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('352', 'd', 'Row count', 'Row count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('352', 'e', 'Column count', 'Column count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('352', 'f', 'Vertical count', 'Vertical count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('352', 'g', 'VPF topology level', 'VPF topology level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('352', 'i', 'Indirect reference description', 'Indirect reference description', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('355', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('355', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('355', 'a', 'Security classification', 'Security classification', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('355', 'b', 'Handling instructions', 'Handling instructions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('355', 'c', 'External dissemination information', 'External dissemination information', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('355', 'd', 'Downgrading or declassification event', 'Downgrading or declassification event', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('355', 'e', 'Classification system', 'Classification system', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('355', 'f', 'Country of origin code', 'Country of origin code', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('355', 'g', 'Downgrading date', 'Downgrading date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('355', 'h', 'Declassification date', 'Declassification date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('355', 'j', 'Authorization', 'Authorization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('357', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('357', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('357', 'a', 'Originator control term', 'Originator control term', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('357', 'b', 'Originating agency', 'Originating agency', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('357', 'c', 'Authorized recipients of material', 'Authorized recipients of material', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('357', 'g', 'Other restrictions', 'Other restrictions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('359', 'a', 'Rental price', 'Rental price', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('362', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('362', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('362', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('362', 'z', 'Source of information', 'Source of information', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('365', '2', 'Source of price type code', 'Source of price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('365', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('365', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('365', 'a', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('365', 'b', 'Price amount', 'Price amount', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('365', 'c', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('365', 'd', 'Unit of pricing', 'Unit of pricing', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('365', 'e', 'Price note', 'Price note', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('365', 'f', 'Price effective from', 'Price effective from', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('365', 'g', 'Price effective until', 'Price effective until', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('365', 'h', 'Tax rate 1', 'Tax rate 1', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('365', 'i', 'Tax rate 2', 'Tax rate 2', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('365', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('365', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('365', 'm', 'Identification of pricing entity', 'Identification of pricing entity', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('366', '2', 'Source of availability status code', 'Source of availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('366', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('366', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('366', 'a', 'Publishers\' compressed title identification', 'Publishers\' compressed title identification', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('366', 'b', 'Detailed date of publication', 'Detailed date of publication', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('366', 'c', 'Availability status code', 'Availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('366', 'd', 'Expected next availability date', 'Expected next availability date', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('366', 'e', 'Note', 'Note', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('366', 'f', 'Publishers\' discount category', 'Publishers\' discount category', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('366', 'g', 'Date made out of print', 'Date made out of print', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('366', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('366', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('366', 'm', 'Identification of agency', 'Identification of agency', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('400', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('308', 'c', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('308', 'd', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('308', 'e', 'Larghezza', 'Larghezza', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('308', 'f', 'Formato di presentazione', 'Formato di presentazione', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('310', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('310', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('310', 'a', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('310', 'b', 'Data di periodicità corrente della pubblicazione', 'Data di periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('315', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('315', 'a', 'Frequenza', 'Frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('315', 'b', 'Date della frequenza', 'Date della frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('321', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('321', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('321', 'a', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('321', 'b', 'Date di periodicità precedente della pubblicazione', 'Date di periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('340', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('340', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('340', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('340', 'a', 'Base e composizione del materiale', 'Base e composizione del materiale', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('340', 'b', 'Dimensioni', 'Dimensioni', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('340', 'c', 'Materiali applicati alla superficie', 'Materiali applicati alla superficie', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('340', 'd', 'Tecnica della registrazione della informazione', 'Tecnica della registrazione della informazione', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('340', 'e', 'Supporto', 'Supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('340', 'f', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('340', 'h', 'Localizzazione nel supporto', 'Localizzazione nel supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('340', 'i', 'Specificazioni tecniche del supporto', 'Specificazioni tecniche del supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', '2', 'Metodo di riferimento usato', 'Metodo di riferimento usato', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'a', 'Nome', 'Nome', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'b', 'Unità di distanza o di coordinate', 'Unità di distanza o di coordinate', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'c', 'Risoluzione di latitudine', 'Risoluzione di latitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'd', 'Risoluzione di longitudine', 'Risoluzione di longitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'e', 'Parallela standard o latitudine di lineare obliqua', 'Parallela standard o latitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'f', 'Longitudine di lineare obliqua', 'Longitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'g', 'Longitudine del meridiano centrale o del centro della proiezione', 'Longitudine del meridiano centrale o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'h', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'i', 'Ascissa falsa', 'Ascissa falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'j', 'Ordinata falsa', 'Ordinata falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'k', 'Fattore di scala', 'Fattore di scala', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'l', 'Altezza del punto di vista sulla superficie', 'Altezza del punto di vista sulla superficie', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'm', 'Angolo d\'azimut', 'Angolo d\'azimut', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'n', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'o', 'Numero del Landsat e numero di traiettoria', 'Numero del Landsat e numero di traiettoria', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'p', 'Identificatore di zona', 'Identificatore di zona', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'q', 'Nome dell\'ellissoide', 'Nome dell\'ellissoide', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'r', 'Semiasse maggiore', 'Semiasse maggiore', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 's', 'Denominatore del rapporto di spianatura', 'Denominatore del rapporto di spianatura', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 't', 'Risoluzione verticale', 'Risoluzione verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'u', 'Metodo di codifica verticale', 'Metodo di codifica verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'v', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('342', 'w', 'Informazione di riferimento geospaziale locale piano o locale', 'Informazione di riferimento geospaziale locale piano o locale', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('343', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('343', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('343', 'a', 'Metodo di codifica di coordinate piane', 'Metodo di codifica di coordinate piane', 1, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('343', 'b', 'Unità di distanza piana', 'Unità di distanza piana', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('343', 'c', 'Risoluzione dell\'ascissa', 'Risoluzione dell\'ascissa', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('343', 'd', 'Risoluzione dell\'ordinata', 'Risoluzione dell\'ordinata', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('343', 'e', 'Risoluzione di distanza', 'Risoluzione di distanza', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('343', 'f', 'Risoluzione di orientamento', 'Risoluzione di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('343', 'g', 'Unità di orientamento', 'Unità di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('343', 'h', 'Direzione di riferimento dell\'orientamento', 'Direzione di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('343', 'i', 'Meridiano di riferimento dell\'orientamento', 'Meridiano di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('350', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('350', 'a', 'Prezzo', 'Prezzo', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('350', 'b', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('351', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('351', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('351', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('351', 'a', 'Organizzazione', 'Organizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('351', 'b', 'Ordinamento', 'Ordinamento', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('351', 'c', 'Livello gerarchico', 'Livello gerarchico', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('352', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('352', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('352', 'a', 'Metodo di riferimento diretto', 'Metodo di riferimento diretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('352', 'b', 'Tipo di oggetto', 'Tipo di oggetto', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('352', 'c', 'Contatore di oggetti', 'Contatore di oggetti', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('352', 'd', 'Contatore di linee', 'Contatore di linee', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('352', 'e', 'Contattore di colonne', 'Contattore di colonne', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('352', 'f', 'Contattore verticale', 'Contattore verticale', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('352', 'g', 'Livello di topologia VPF', 'Livello di topologia VPF', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('352', 'i', 'Descrizione di riferimento indiretto', 'Descrizione di riferimento indiretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('355', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('355', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('355', 'a', 'Classificazione di sicurezza', 'Classificazione di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('355', 'b', 'Istruzioni per l\'uso', 'Istruzioni per l\'uso', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('355', 'c', 'Informazione di diffusione esterna', 'Informazione di diffusione esterna', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('355', 'd', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('355', 'e', 'Sistema di classificazione', 'Sistema di classificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('355', 'f', 'Codice del paese di origine', 'Codice del paese di origine', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('355', 'g', 'Data di riduzione del livello di sicurezza', 'Data di riduzione del livello di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('355', 'h', 'Data di declassificazione', 'Data di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('355', 'j', 'Autorizzazione', 'Autorizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('357', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('357', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('357', 'a', 'Termine di controllo del creatore', 'Termine di controllo del creatore', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('357', 'b', 'Agenzia di diffusione', 'Agenzia di diffusione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('357', 'c', 'Destinatari autorizzati del materiale', 'Destinatari autorizzati del materiale', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('357', 'g', 'Altre restrizioni', 'Altre restrizioni', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('359', 'a', 'Prezzo del prestito', 'Prezzo del prestito', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('362', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('362', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('362', 'a', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('362', 'z', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('365', '2', 'Fonte del codice del tipo di prezzo', 'Fonte del codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('365', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('365', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('365', 'a', 'Codice del tipo di prezzo', 'Codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('365', 'b', 'Prezzo totale', 'Prezzo totale', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('365', 'c', 'Codice della valuta', 'Codice della valuta', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('365', 'd', 'Unità de fissazione del prezzo', 'Unità de fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('365', 'e', 'Nota sul prezzo', 'Nota sul prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('365', 'f', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('365', 'g', 'Prezzo in vigore fino al', 'Prezzo in vigore fino al', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('365', 'h', 'Aliquota 1', 'Aliquota 1', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('365', 'i', 'Aliquota 2', 'Aliquota 2', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('365', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('365', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('365', 'm', 'Identificazione dell\'ente di fissazione del prezzo', 'Identificazione dell\'ente di fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('366', '2', 'Fonte dello stato di disponibilità', 'Fonte dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('366', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('366', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('366', 'a', 'Identificazione editoriale abbreviata di titolo', 'Identificazione editoriale abbreviata di titolo', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('366', 'b', 'Data dettagliata di pubblicazione', 'Data dettagliata di pubblicazione', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('366', 'c', 'Codice dello stato di disponibilità', 'Codice dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('366', 'd', 'Data prevedibile della prossima disponibilità', 'Data prevedibile della prossima disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('366', 'e', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('366', 'f', 'Tipo di sconto dell\'editore', 'Tipo di sconto dell\'editore', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('366', 'g', 'Data di esaurimento', 'Data di esaurimento', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('366', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('366', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('366', 'm', 'Identificazione dell\'agenzia', 'Identificazione dell\'agenzia', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('400', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('400', 'a', 'Personal name', 'Personal name', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'b', 'Numeration', 'Numeration', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('400', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('400', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('400', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('400', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('400', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('410', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('411', '4', 'Relator code', 'Relator code', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', '6', 'Linkage', 'Linkage', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('410', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('411', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('411', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('411', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('440', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('440', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('411', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('440', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('440', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('440', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('440', 'a', 'Title', 'Title', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'AR', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
-               ('440', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('440', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('440', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('440', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, 0, 'AR', '', '', NULL),
-               ('490', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('490', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
-               ('490', 'a', 'Series statement', 'Series statement', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('490', 'l', 'Library of Congress call number', 'Library of Congress call number', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('490', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('490', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('500', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('500', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('500', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('500', 'a', 'General note', 'General note', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('440', 'a', 'Titolo', 'Titolo', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'AR', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
+               ('440', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('440', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('440', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('440', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('490', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('490', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', NULL, NULL, -6, 'AR', '', '', NULL),
+               ('490', 'a', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('490', 'l', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('490', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 1, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('490', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('500', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('500', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('500', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('500', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('500', 'a', 'Nota generale', 'Nota generale', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
                ('500', 'l', 'Library of Congress call number (SE) [OBSOLETE]', 'Library of Congress call number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('500', 'n', 'n (RLIN) [OBSOLETE]', 'n (RLIN) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('500', 'x', 'International Standard Serial Number (SE) [OBSOLETE]', 'International Standard Serial Number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('500', 'z', 'Source of note information (AM SE) [OBSOLETE]', 'Source of note information (AM SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('501', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('501', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('501', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('501', 'a', 'With note', 'With note', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('502', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('502', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('502', 'a', 'Dissertation note', 'Dissertation note', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('503', '8', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('501', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('501', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('501', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('501', 'a', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('502', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('502', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('502', 'a', 'Nota di dissertazione', 'Nota di dissertazione', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('503', '8', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('503', 'a', 'Bibliographic history note', 'Bibliographic history note', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('504', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('504', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('504', 'a', 'Bibliography, etc', 'Bibliography, etc', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('504', 'b', 'Number of references', 'Number of references', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('505', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('505', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('505', 'a', 'Formatted contents note', 'Formatted contents note', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('505', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('505', 'r', 'Statement of responsibility', 'Statement of responsibility', 1, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('505', 't', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('505', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'AR', '', '', NULL),
-               ('506', '2', 'Source of term', 'Source of term', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('506', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('506', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('506', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('506', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('506', 'a', 'Terms governing access', 'Terms governing access', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('506', 'b', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('506', 'c', 'Physical access provisions', 'Physical access provisions', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('506', 'd', 'Authorized users', 'Authorized users', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('506', 'e', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('506', 'f', 'Standardized terminology for access restriction', 'Standardized terminology for access restriction', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('506', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'AR', '', '', NULL),
-               ('507', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('507', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('507', 'a', 'Representative fraction of scale note', 'Representative fraction of scale note', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('507', 'b', 'Remainder of scale note', 'Remainder of scale note', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('508', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('508', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('508', 'a', 'Creation/production credits note', 'Creation/production credits note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('509', 'a', 'Informal Notes', 'Informal Notes', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('510', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('510', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('510', 'a', 'Name of source', 'Name of source', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('510', 'b', 'Coverage of source', 'Coverage of source', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('510', 'c', 'Location within source', 'Location within source', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('510', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('511', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('511', 'a', 'Participant or performer note', 'Participant or performer note', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('512', '6', 'Linkage', 'Linkage', 0, 0, '', -1, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('504', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('504', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('504', 'a', 'Nota di bibliografia, ecc.', 'Nota di bibliografia, ecc.', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('504', 'b', 'Numero dei riferimenti', 'Numero dei riferimenti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('505', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('505', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('505', 'a', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('505', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 1, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('505', 'r', 'Formulazione di responsabilità', 'Formulazione di responsabilità', 1, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('505', 't', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('505', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'AR', '', '', NULL),
+               ('506', '2', 'Fonte', 'Fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('506', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('506', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('506', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('506', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('506', 'a', 'Condizioni che regolano l\'accesso', 'Condizioni che regolano l\'accesso', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('506', 'b', 'Competenza legale', 'Competenza legale', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('506', 'c', 'Disposizioni per l\'accesso fisico', 'Disposizioni per l\'accesso fisico', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('506', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('506', 'e', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('506', 'f', 'Terminologia normalizzata della restrizione all’accesso', 'Terminologia normalizzata della restrizione all’accesso', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('506', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'AR', '', '', NULL),
+               ('507', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('507', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('507', 'a', 'Nota di frazione rappresentativa di scala', 'Nota di frazione rappresentativa di scala', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('507', 'b', 'Restante parte della nota di scala', 'Restante parte della nota di scala', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('508', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('508', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('508', 'a', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('509', 'a', 'Note informali', 'Note informali', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('510', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('510', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('510', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('510', 'a', 'Nome della fonte', 'Nome della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('510', 'b', 'Copertura della fonte', 'Copertura della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('510', 'c', 'Localizzazione nella fonte', 'Localizzazione nella fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('510', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('511', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('511', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('511', 'a', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('512', '6', 'Collegamento', 'Collegamento', 0, 0, '', -1, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('512', 'a', 'Earlier or later volumes separately cataloged note', 'Earlier or later volumes separately cataloged note', 0, 0, '', -1, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('513', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('513', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('513', 'a', 'Type of report', 'Type of report', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('513', 'b', 'Period covered', 'Period covered', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'a', 'Attribute accuracy report', 'Attribute accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'b', 'Attribute accuracy value', 'Attribute accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'c', 'Attribute accuracy explanation', 'Attribute accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'd', 'Logical consistency report', 'Logical consistency report', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'e', 'Completeness report', 'Completeness report', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'f', 'Horizontal position accuracy report', 'Horizontal position accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'g', 'Horizontal position accuracy value', 'Horizontal position accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'h', 'Horizontal position accuracy explanation', 'Horizontal position accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'i', 'Vertical positional accuracy report', 'Vertical positional accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'j', 'Vertical positional accuracy value', 'Vertical positional accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'k', 'Vertical positional accuracy explanation', 'Vertical positional accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'm', 'Cloud cover', 'Cloud cover', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('514', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'AR', '', '', NULL),
-               ('514', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('515', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('515', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('515', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('513', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('513', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('513', 'a', 'Tipo di rapporto', 'Tipo di rapporto', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('513', 'b', 'Periodo coperto', 'Periodo coperto', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'a', 'Rapporto di esattezza degli attributi', 'Rapporto di esattezza degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'b', 'Valore di esattezza degli attributi', 'Valore di esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'c', 'Spiegazione della esattezza degli attributi', 'Spiegazione della esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'd', 'Rapporto di coerenza logica', 'Rapporto di coerenza logica', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'e', 'Rapporto di completezza', 'Rapporto di completezza', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'f', 'Rapporto di esattezza di posizione orizzontale', 'Rapporto di esattezza di posizione orizzontale', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'g', 'Valore di esattezza di posizione orizzontale', 'Valore di esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'h', 'Spiegazione della esattezza di posizione orizzontale', 'Spiegazione della esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'i', 'Rapporto di esattezza di posizione verticale', 'Rapporto di esattezza di posizione verticale', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'j', 'Valore di esattezza di posizione verticale', 'Valore di esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'k', 'Spiegazione della esattezza di posizione verticale', 'Spiegazione della esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'm', 'Nuvolosità', 'Nuvolosità', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('514', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'AR', '', '', NULL),
+               ('514', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('515', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('515', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('515', 'a', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('515', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, '', -1, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('516', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('516', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('516', 'a', 'Type of computer file or data note', 'Type of computer file or data note', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('517', 'a', 'Different formats', 'Different formats', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('517', 'b', 'Content descriptors', 'Content descriptors', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('517', 'c', 'Additional animation techniques', 'Additional animation techniques', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('518', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('518', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('518', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('518', 'a', 'Date/time and place of an event note', 'Date/time and place of an event note', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('520', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('520', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('520', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('520', 'a', 'Summary, etc', 'Summary, etc', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('520', 'b', 'Expansion of summary note', 'Expansion of summary note', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('520', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'AR', '', '', NULL),
+               ('516', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('516', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('516', 'a', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('517', 'a', 'Formati multipli', 'Formati multipli', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('517', 'b', 'Descrittori del contenuto', 'Descrittori del contenuto', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('517', 'c', 'Tecniche d\'animazione addizionali', 'Tecniche d\'animazione addizionali', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('518', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('518', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('518', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('518', 'a', 'Nota sulla data/ora e luogo dell\'evento', 'Nota sulla data/ora e luogo dell\'evento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('520', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('520', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('520', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('520', 'a', 'Nota di riassunto, ecc.', 'Nota di riassunto, ecc.', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('520', 'b', 'Nota di estensione del riassunto', 'Nota di estensione del riassunto', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('520', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'AR', '', '', NULL),
                ('520', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('521', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('521', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('521', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('521', 'a', 'Target audience note', 'Target audience note', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'AR', '', '', NULL),
-               ('521', 'b', 'Source', 'Source', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'AR', '', '', NULL),
-               ('522', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('522', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('522', 'a', 'Geographic coverage note', 'Geographic coverage note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('523', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('523', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('521', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('521', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('521', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('521', 'a', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'AR', '', '', NULL),
+               ('521', 'b', 'Fonte', 'Fonte', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'AR', '', '', NULL),
+               ('522', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('522', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('522', 'a', 'Nota di copertura geografica', 'Nota di copertura geografica', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('523', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('523', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('523', 'a', 'Time period of content note', 'Time period of content note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('524', '2', 'Source of schema used', 'Source of schema used', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('524', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('524', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('524', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('524', 'a', 'Preferred citation of described materials note', 'Preferred citation of described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('525', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('525', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('525', 'a', 'Supplement note', 'Supplement note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('524', '2', 'Fonte dello schema usato', 'Fonte dello schema usato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('524', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('524', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('524', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('524', 'a', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('525', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('525', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('525', 'a', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('525', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('526', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('526', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('526', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('526', 'a', 'Program name', 'Program name', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('526', 'b', 'Interest level', 'Interest level', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('526', 'c', 'Reading level', 'Reading level', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('526', 'd', 'Title point value', 'Title point value', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('526', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('526', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 6, 'AR', '', '', NULL),
-               ('526', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('527', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('526', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('526', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('526', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('526', 'a', 'Nome del programma', 'Nome del programma', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('526', 'b', 'Livello d\'interesse', 'Livello d\'interesse', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('526', 'c', 'Livello di lettura', 'Livello di lettura', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('526', 'd', 'Valore numerico del titolo', 'Valore numerico del titolo', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('526', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('526', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 5, '', '', '', NULL, 6, 'AR', '', '', NULL),
+               ('526', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('527', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('527', 'a', 'Censorship note', 'Censorship note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('530', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('530', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('530', 'a', 'Additional physical form available note', 'Additional physical form available note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('530', 'b', 'Availability source', 'Availability source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('530', 'c', 'Availability conditions', 'Availability conditions', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('530', 'd', 'Order number', 'Order number', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('530', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'AR', '', '', NULL),
+               ('530', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('530', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('530', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('530', 'a', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('530', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('530', 'c', 'Condizioni di disponibilità', 'Condizioni di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('530', 'd', 'Numero di ordine', 'Numero di ordine', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('530', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'AR', '', '', NULL),
                ('530', 'z', 'Source of note information (AM CF VM SE) [OBSOLETE]', 'Source of note information (AM CF VM SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('533', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('533', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('533', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('533', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('533', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('533', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('533', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('533', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('533', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('533', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('533', 'm', 'Dates and/or sequential designation of issues reproduced', 'Dates and/or sequential designation of issues reproduced', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('533', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 'a', 'Main entry of original', 'Main entry of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 'b', 'Edition statement of original', 'Edition statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 'c', 'Publication, distribution, etc', 'Publication, distribution, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 'e', 'Physical description, etc', 'Physical description, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 'f', 'Series statement of original', 'Series statement of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 'k', 'Key title of original', 'Key title of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 'l', 'Location of original', 'Location of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 'm', 'Material specific details', 'Material specific details', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 'n', 'Note about original', 'Note about original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 'p', 'Introductory phrase', 'Introductory phrase', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 't', 'Title statement of original', 'Title statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('534', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('535', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('535', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('535', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('535', 'a', 'Custodian', 'Custodian', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('535', 'b', 'Postal address', 'Postal address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('535', 'c', 'Country', 'Country', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('535', 'd', 'Telecommunications address', 'Telecommunications address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('535', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('536', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('536', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('536', 'a', 'Text of note', 'Text of note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('536', 'b', 'Contract number', 'Contract number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('536', 'c', 'Grant number', 'Grant number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('536', 'd', 'Undifferentiated number', 'Undifferentiated number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('536', 'e', 'Program element number', 'Program element number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('536', 'f', 'Project number', 'Project number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('536', 'g', 'Task number', 'Task number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('536', 'h', 'Work unit number', 'Work unit number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('537', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('533', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('533', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('533', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('533', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('533', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('533', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('533', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('533', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('533', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('533', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('533', 'm', 'Date e/o designazione sequenziale dei documenti riprodotti', 'Date e/o designazione sequenziale dei documenti riprodotti', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('533', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 'a', 'Accesso principale dell\'originale', 'Accesso principale dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 'b', 'Formulazione di edizione dell\'originale', 'Formulazione di edizione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 'c', 'Pubblicazione, distribuzione, ecc., dell\'originale', 'Pubblicazione, distribuzione, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 'e', 'Descrizione fisica, ecc., dell\'originale', 'Descrizione fisica, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 'f', 'Formulazione della serie dell\'originale', 'Formulazione della serie dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 'k', 'Titolo chiave dell\'originale', 'Titolo chiave dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 'l', 'Localizzazione dell\'originale', 'Localizzazione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 'n', 'Nota sull\'originale', 'Nota sull\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 'p', 'Frase introduttiva', 'Frase introduttiva', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 't', 'Formulazione del titolo dell\'originale', 'Formulazione del titolo dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('534', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('535', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('535', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('535', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('535', 'a', 'Conservatore', 'Conservatore', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('535', 'b', 'Indirizzo postale', 'Indirizzo postale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('535', 'c', 'Paese', 'Paese', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('535', 'd', 'Indirizzo di telecomunicazione', 'Indirizzo di telecomunicazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('535', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('536', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('536', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('536', 'a', 'Testo della nota', 'Testo della nota', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('536', 'b', 'Numero di contratto', 'Numero di contratto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('536', 'c', 'Numero di sovvenzione', 'Numero di sovvenzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('536', 'd', 'Numero indifferenziato', 'Numero indifferenziato', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('536', 'e', 'Numero di elemento di un programma', 'Numero di elemento di un programma', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('536', 'f', 'Numero di progetto', 'Numero di progetto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('536', 'g', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('536', 'h', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('537', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('537', 'a', 'Source of data note', 'Source of data note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('538', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('538', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('538', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('538', 'a', 'System details note', 'System details note', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('538', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('538', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'AR', '', '', NULL),
-               ('540', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('540', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('540', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('540', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('540', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('540', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('540', 'c', 'Authorization', 'Authorization', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('540', 'd', 'Authorized users', 'Authorized users', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('540', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'AR', '', '', NULL),
-               ('541', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('541', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('541', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('541', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('541', 'a', 'Source of acquisition', 'Source of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
-               ('541', 'b', 'Address', 'Address', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
-               ('541', 'c', 'Method of acquisition', 'Method of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
-               ('541', 'd', 'Date of acquisition', 'Date of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
-               ('541', 'e', 'Accession number', 'Accession number', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
-               ('541', 'f', 'Owner', 'Owner', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
-               ('541', 'h', 'Purchase price', 'Purchase price', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
-               ('541', 'n', 'Extent', 'Extent', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
-               ('541', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
-               ('543', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('538', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('538', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('538', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('538', 'a', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('538', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('538', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'AR', '', '', NULL),
+               ('540', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('540', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('540', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('540', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('540', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('540', 'b', 'Competenza legale', 'Competenza legale', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('540', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('540', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('540', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'AR', '', '', NULL),
+               ('541', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('541', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('541', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('541', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('541', 'a', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
+               ('541', 'b', 'Indirizzo', 'Indirizzo', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
+               ('541', 'c', 'Metodo d\'acquisto', 'Metodo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
+               ('541', 'd', 'Data d\'acquisto', 'Data d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
+               ('541', 'e', 'Numero d\'accessione', 'Numero d\'accessione', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
+               ('541', 'f', 'Proprietario', 'Proprietario', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
+               ('541', 'h', 'Prezzo d\'acquisto', 'Prezzo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
+               ('541', 'n', 'Estensione', 'Estensione', 0, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
+               ('541', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, 1, 'AR', '', '', NULL),
+               ('543', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('543', 'a', 'Solicitation information note', 'Solicitation information note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('544', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('544', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('544', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('544', 'a', 'Custodian', 'Custodian', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('544', 'b', 'Address', 'Address', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('544', 'c', 'Country', 'Country', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('544', 'd', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('544', 'e', 'Provenance', 'Provenance', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('544', 'n', 'Note', 'Note', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('545', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('545', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('545', 'a', 'Biographical or historical note', 'Biographical or historical note', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('545', 'b', 'Expansion', 'Expansion', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('545', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'AR', '', '', NULL),
-               ('546', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('546', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('546', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('546', 'a', 'Language note', 'Language note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('546', 'b', 'Information code or alphabet', 'Information code or alphabet', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('544', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('544', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('544', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('544', 'a', 'Conservatore', 'Conservatore', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('544', 'b', 'Indirizzo', 'Indirizzo', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('544', 'c', 'Paese', 'Paese', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('544', 'd', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('544', 'e', 'Provenienza', 'Provenienza', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('544', 'n', 'Nota', 'Nota', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('545', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('545', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('545', 'a', 'Nota biografica o storica', 'Nota biografica o storica', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('545', 'b', 'Ampliamento', 'Ampliamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('545', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'AR', '', '', NULL),
+               ('546', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('546', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('546', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('546', 'a', 'Nota sulla lingua', 'Nota sulla lingua', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('546', 'b', 'Codice d\'informazione o alfabeto', 'Codice d\'informazione o alfabeto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
                ('546', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('547', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('547', 'a', 'Former title complexity note', 'Former title complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('547', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('547', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('547', 'a', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('547', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('550', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('550', 'a', 'Issuing body note', 'Issuing body note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('550', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('550', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('550', 'a', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('550', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('552', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'a', 'Entity type label', 'Entity type label', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'b', 'Entity type definition and source', 'Entity type definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'c', 'Attribute label', 'Attribute label', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'd', 'Attribute definition and source', 'Attribute definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'e', 'Enumerated domain value', 'Enumerated domain value', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'f', 'Enumerated domain value definition and source', 'Enumerated domain value definition and source', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'g', 'Range domain minimum and maximum', 'Range domain minimum and maximum', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'h', 'Codeset name and source', 'Codeset name and source', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'i', 'Unrepresentable domain', 'Unrepresentable domain', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'j', 'Attribute units of measurement and resolution', 'Attribute units of measurement and resolution', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'k', 'Beginning date and ending date of attribute values', 'Beginning date and ending date of attribute values', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'l', 'Attribute value accuracy', 'Attribute value accuracy', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'm', 'Attribute value accuracy explanation', 'Attribute value accuracy explanation', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'n', 'Attribute measurement frequency', 'Attribute measurement frequency', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'o', 'Entity and attribute overview', 'Entity and attribute overview', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'p', 'Entity and attribute detail citation', 'Entity and attribute detail citation', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('552', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'AR', '', '', NULL),
-               ('552', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('555', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('555', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('555', 'a', 'Cumulative index/finding aids note', 'Cumulative index/finding aids note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('555', 'b', 'Availability source', 'Availability source', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('555', 'c', 'Degree of control', 'Degree of control', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('555', 'd', 'Bibliographic reference', 'Bibliographic reference', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('555', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'AR', '', '', NULL),
-               ('556', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('556', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('556', 'a', 'Information about documentation note', 'Information about documentation note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('556', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('561', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('561', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('561', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('561', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('561', 'a', 'History', 'History', 0, 0, '', 5, '', '', '', NULL, 6, 'AR', '', '', NULL),
+               ('552', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'a', 'Etichetta del tipo di ente', 'Etichetta del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'b', 'Definizione e fonte del tipo di ente', 'Definizione e fonte del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'c', 'Etichetta dell\'attributo', 'Etichetta dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'd', 'Definizione e fonte dell\'attributo', 'Definizione e fonte dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'e', 'Valore del dominio enumerato', 'Valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'f', 'Definizione e fonte del valore del dominio enumerato', 'Definizione e fonte del valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'g', 'Minimo e massimo del range del dominio', 'Minimo e massimo del range del dominio', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'h', 'Nome e fonte del set dei codici', 'Nome e fonte del set dei codici', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'i', 'Dominio non rappresentabile', 'Dominio non rappresentabile', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'j', 'Unità di misura e risoluzione degli attributi', 'Unità di misura e risoluzione degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'k', 'Data d\'inizio e data di fine dei valori dell\'attributo', 'Data d\'inizio e data di fine dei valori dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'l', 'Esattezza del valore dell\'attributo', 'Esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'm', 'Spiegazione dell\'esattezza del valore dell\'attributo', 'Spiegazione dell\'esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'n', 'Frequenza della misura d\'attributo', 'Frequenza della misura d\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'o', 'Riassunto di ente e d\'attributo', 'Riassunto di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'p', 'Citazione dei dettagli di ente e d\'attributo', 'Citazione dei dettagli di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('552', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'AR', '', '', NULL),
+               ('552', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('555', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('555', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('555', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('555', 'a', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('555', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('555', 'c', 'Grado di controllo', 'Grado di controllo', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('555', 'd', 'Riferimento bibliografico', 'Riferimento bibliografico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('555', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'AR', '', '', NULL),
+               ('556', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('556', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('556', 'a', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('556', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('561', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('561', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('561', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('561', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('561', 'a', 'Storia', 'Storia', 0, 0, '', 5, '', '', '', NULL, 6, 'AR', '', '', NULL),
                ('561', 'b', 'Time of collation [OBSOLETE]', 'Time of collation [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, 6, 'AR', '', '', NULL),
-               ('562', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('562', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('562', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('562', 'a', 'Identifying markings', 'Identifying markings', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('562', 'b', 'Copy identification', 'Copy identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('562', 'c', 'Version identification', 'Version identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('562', 'd', 'Presentation format', 'Presentation format', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('562', 'e', 'Number of copies', 'Number of copies', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('563', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('563', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('563', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('563', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('563', 'a', 'Binding note', 'Binding note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('563', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'AR', '', '', NULL),
-               ('565', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('565', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('565', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('565', 'a', 'Number of cases/variables', 'Number of cases/variables', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('565', 'b', 'Name of variable', 'Name of variable', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('565', 'c', 'Unit of analysis', 'Unit of analysis', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('565', 'd', 'Universe of data', 'Universe of data', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('565', 'e', 'Filing scheme or code', 'Filing scheme or code', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('567', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('567', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('567', 'a', 'Methodology note', 'Methodology note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('570', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('562', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('562', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('562', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('562', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('562', 'a', 'Marche d\'identificazione', 'Marche d\'identificazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('562', 'b', 'Identificazione della copia', 'Identificazione della copia', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('562', 'c', 'Identificazione della versione', 'Identificazione della versione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('562', 'd', 'Formato di presentazione', 'Formato di presentazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('562', 'e', 'Numero di copie', 'Numero di copie', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('563', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('563', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('563', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('563', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('563', 'a', 'Nota sulla rilegatura', 'Nota sulla rilegatura', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('563', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'AR', '', '', NULL),
+               ('565', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('565', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('565', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('565', 'a', 'Numero di pratiche/variabili', 'Numero di pratiche/variabili', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('565', 'b', 'Nome della variabile', 'Nome della variabile', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('565', 'c', 'Unità d\'analisi', 'Unità d\'analisi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('565', 'd', 'Universo dei dati', 'Universo dei dati', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('565', 'e', 'Sistema o codice d’archiviazione', 'Sistema o codice d’archiviazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('567', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('567', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('567', 'a', 'Nota sulla metodologia', 'Nota sulla metodologia', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('570', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('570', 'a', 'Editor note', 'Editor note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('570', 'z', 'Source of note information', 'Source of note information', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('580', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('580', 'a', 'Linking entry complexity note', 'Linking entry complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('580', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('580', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('580', 'a', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('580', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('581', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('581', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('581', 'a', 'Publications about described materials note', 'Publications about described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('581', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('582', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('581', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('581', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('581', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('581', 'a', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('581', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('582', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('582', 'a', 'Related computer files note', 'Related computer files note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('583', '2', 'Source of term', 'Source of term', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('583', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('583', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('583', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('583', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('583', 'a', 'Action', 'Action', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'b', 'Action identification', 'Action identification', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'c', 'Time/date of action', 'Time/date of action', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'd', 'Action interval', 'Action interval', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'e', 'Contingency for action', 'Contingency for action', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'f', 'Authorization', 'Authorization', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'h', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'i', 'Method of action', 'Method of action', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'j', 'Site of action', 'Site of action', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'k', 'Action agent', 'Action agent', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'l', 'Status', 'Status', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'n', 'Extent', 'Extent', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('583', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -1, 'AR', '', '', NULL),
-               ('583', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', NULL, 4, 'AR', '', '', NULL),
-               ('583', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('584', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('584', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('584', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('584', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('584', 'a', 'Accumulation', 'Accumulation', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('584', 'b', 'Frequency of use', 'Frequency of use', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('585', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('585', '5', 'Institution to which field applies', 'Institution to which field applies', 0, -6, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('585', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('585', 'a', 'Exhibitions note', 'Exhibitions note', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('586', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('586', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('586', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('586', 'a', 'Awards note', 'Awards note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('583', '2', 'Fonte', 'Fonte', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('583', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('583', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('583', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('583', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('583', 'a', 'Azione', 'Azione', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'b', 'Identificazione dell\'azione', 'Identificazione dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'c', 'Momento/data dell\'azione', 'Momento/data dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'd', 'Intervallo dell\'azione', 'Intervallo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'e', 'Contingenza per l\'azione', 'Contingenza per l\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'f', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'h', 'Competenza legale', 'Competenza legale', 0, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'i', 'Metodo dell\'azione', 'Metodo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'j', 'Luogo dell\'azione', 'Luogo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'k', 'Agente dell\'azione', 'Agente dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'l', 'Stato', 'Stato', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'n', 'Estensione', 'Estensione', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('583', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -1, 'AR', '', '', NULL),
+               ('583', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', NULL, 4, 'AR', '', '', NULL),
+               ('583', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('584', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('584', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('584', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('584', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('584', 'a', 'Accumulo', 'Accumulo', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('584', 'b', 'Frequenza d\'uso', 'Frequenza d\'uso', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('585', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('585', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, -6, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('585', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('585', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('585', 'a', 'Nota di mostre', 'Nota di mostre', 0, 0, '', 5, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('586', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('586', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('586', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('586', 'a', 'Nota di premi', 'Nota di premi', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
                ('590', '6', 'Linkage (RLIN)', 'Linkage (RLIN)', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('590', '8', 'Field link and sequence number (RLIN)', 'Field link and sequence number (RLIN)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('590', 'a', 'Local note', 'Local note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('590', 'b', 'Provenance (VM) [OBSOLETE]', 'Provenance (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('590', 'c', 'Condition of individual reels (VM) [OBSOLETE]', 'Condition of individual reels (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('590', 'd', 'Origin of safety copy (VM) [OBSOLETE]', 'Origin of safety copy (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('600', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('600', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('600', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('600', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('600', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'AR', '', '', NULL),
-               ('600', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('600', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('600', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('600', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('600', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('600', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('600', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('600', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('600', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('600', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('610', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('610', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'AR', '', '', NULL),
+               ('600', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('600', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('600', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('600', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('600', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('600', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('600', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('600', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('600', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('600', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('610', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('610', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('610', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('610', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'AR', '', '', NULL),
-               ('610', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('610', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('610', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('610', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('610', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('610', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('610', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('610', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('610', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('611', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('611', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'AR', '', '', NULL),
+               ('610', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('610', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('610', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('610', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('610', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('610', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('610', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('610', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('610', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('611', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('611', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('611', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('611', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'AR', '', '', NULL),
+               ('611', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'AR', '', '', NULL),
                ('611', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('611', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('611', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('611', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('611', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('611', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('611', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('611', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('611', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('630', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('630', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('630', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('611', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('611', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('611', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('611', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('611', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('611', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('611', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('611', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('630', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('630', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('630', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('630', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('630', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'AR', '', '', NULL),
-               ('630', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('630', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('630', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('630', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('630', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('630', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('630', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('630', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('648', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('648', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('648', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('648', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('648', 'a', 'Chronological term', 'Chronological term', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'AR', '', '', NULL),
-               ('648', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('648', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('648', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('648', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('650', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('650', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('650', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('650', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('650', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('630', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'AR', '', '', NULL),
+               ('630', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('630', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('630', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('630', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('630', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('630', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('630', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('630', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('648', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('648', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('648', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('648', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('648', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'AR', '', '', NULL),
+               ('648', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('648', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('648', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('648', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('650', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('650', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('650', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('650', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('650', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('650', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('650', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'AR', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
-               ('650', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('650', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('650', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('650', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('650', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('650', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('650', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('650', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'AR', '', '', NULL),
-               ('651', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('651', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('651', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('651', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('651', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('650', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'AR', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
+               ('650', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('650', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('650', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('650', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('650', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('650', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('650', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('650', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'AR', '', '', NULL),
+               ('651', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('651', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('651', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('651', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('651', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('651', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('651', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'AR', '', '', NULL),
+               ('651', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'AR', '', '', NULL),
                ('651', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('651', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('651', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('651', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('651', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('651', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('652', 'a', 'Geographic name of place element', 'Geographic name of place element', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('652', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('652', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('652', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('653', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('653', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('653', 'a', 'Uncontrolled term', 'Uncontrolled term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('654', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('654', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('654', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('654', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('654', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('654', 'a', 'Focus term', 'Focus term', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'AR', '', '', NULL),
-               ('654', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('654', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('654', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('654', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('654', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('654', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('654', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('655', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('655', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('655', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('655', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('655', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('655', 'a', 'Genre/form data or focus term', 'Genre/form data or focus term', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'AR', '', '', NULL),
-               ('655', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('655', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('655', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('655', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('655', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('655', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('656', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('656', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('656', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('656', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('656', 'a', 'Occupation', 'Occupation', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'AR', '', '', NULL),
-               ('656', 'k', 'Form', 'Form', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('656', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('656', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('656', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('656', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('657', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('657', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('657', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('657', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('657', 'a', 'Function', 'Function', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'AR', '', '', NULL),
-               ('657', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('657', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('657', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('657', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('658', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('658', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('658', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('658', 'a', 'Main curriculum objective', 'Main curriculum objective', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'AR', '', '', NULL),
-               ('658', 'b', 'Subordinate curriculum objective', 'Subordinate curriculum objective', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('658', 'c', 'Curriculum code', 'Curriculum code', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('658', 'd', 'Correlation factor', 'Correlation factor', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('662', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('662', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('662', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('662', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('662', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('662', 'a', 'Country or larger entity', 'Country or larger entity', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'AR', '', '', NULL),
-               ('662', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('662', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('662', 'd', 'City', 'City', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('662', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('662', 'f', 'City subsection', 'City subsection', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('662', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('662', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('651', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('651', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('651', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('651', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('651', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('652', 'a', 'Nome geografico del luogo', 'Nome geografico del luogo', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('652', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('652', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('652', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('653', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('653', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('653', 'a', 'Termine non controllato', 'Termine non controllato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('654', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('654', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('654', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('654', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('654', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('654', 'a', 'Termine principale', 'Termine principale', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'AR', '', '', NULL),
+               ('654', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('654', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('654', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('654', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('654', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('654', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('654', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('655', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('655', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('655', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('655', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('655', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('655', 'a', 'Termine principale di genere/forma', 'Termine principale di genere/forma', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'AR', '', '', NULL),
+               ('655', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('655', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('655', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('655', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('655', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('655', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('656', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('656', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('656', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('656', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('656', 'a', 'Occupazione', 'Occupazione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'AR', '', '', NULL),
+               ('656', 'k', 'Forma', 'Forma', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('656', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('656', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('656', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('656', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('657', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('657', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('657', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('657', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('657', 'a', 'Funzione', 'Funzione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'AR', '', '', NULL),
+               ('657', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('657', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('657', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('657', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('658', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('658', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('658', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('658', 'a', 'Obiettivo principale del curriculum scolastico', 'Obiettivo principale del curriculum scolastico', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, 'AR', '', '', NULL),
+               ('658', 'b', 'Obiettivo secondario del curriculum scolastico', 'Obiettivo secondario del curriculum scolastico', 1, 0, '', 6, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('658', 'c', 'Codice di curriculum scolastico', 'Codice di curriculum scolastico', 0, 0, '', 6, '', '', '', NULL, 0, 'AR', '', '', NULL),
+               ('658', 'd', 'Fattore di correlazione', 'Fattore di correlazione', 0, 0, '', 6, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('662', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('662', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('662', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('662', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('662', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('662', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('662', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('662', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('662', 'd', 'Città', 'Città', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('662', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('662', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('662', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('662', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('690', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('690', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('690', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('690', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('690', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('690', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('690', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('690', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('690', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('690', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('690', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'AR', '', '', NULL),
-               ('690', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('690', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('690', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('690', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('690', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('690', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('690', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('690', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('690', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'AR', '', '', NULL),
+               ('690', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('690', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('690', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('690', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('690', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('690', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('690', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('690', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'AR', '', '', NULL),
                ('691', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('691', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('691', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('691', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('691', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('691', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('691', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('691', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('691', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('691', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('691', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('691', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'AR', '', '', NULL),
                ('691', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('691', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('691', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('691', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('691', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('691', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('691', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('691', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('691', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('696', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('696', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('696', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('696', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('696', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('696', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('697', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('697', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('697', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('697', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('697', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('697', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('698', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('698', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('698', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('698', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'AR', '', '', NULL),
                ('698', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('698', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('698', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('699', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('699', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('699', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('699', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('699', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('700', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('699', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('700', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('700', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('700', 'a', 'Personal name', 'Personal name', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'AR', '', '', NULL),
-               ('700', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('700', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('700', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('700', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('700', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('705', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'AR', '', '', NULL),
+               ('700', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('700', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('700', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('700', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('700', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('700', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('700', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('705', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('710', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'AR', '', '', NULL),
-               ('710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('710', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('710', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
-               ('710', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('710', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('711', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'AR', '', '', NULL),
+               ('710', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('710', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('710', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('710', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'AR', '', '', NULL),
+               ('710', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('710', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('711', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('711', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'AR', '', '', NULL),
+               ('711', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'AR', '', '', NULL),
                ('711', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('711', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('711', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('711', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('711', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('711', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('711', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('711', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('715', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('715', 'a', 'Corporate name or jurisdiction name', 'Corporate name or jurisdiction name', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('715', 'b', 'Subordinate unit', 'Subordinate unit', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('715', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('715', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('715', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('715', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('715', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('715', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('715', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('715', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('715', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('715', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('715', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 'a', 'Ragione sociale o nome giuridico', 'Ragione sociale o nome giuridico', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 'b', 'Unità subordinata', 'Unità subordinata', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('715', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('715', 'u', 'Nonprinting information', 'Nonprinting information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('720', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('720', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('720', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('720', 'a', 'Name', 'Name', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('720', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
-               ('730', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('720', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('720', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('720', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('720', 'a', 'Nome', 'Nome', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('720', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'AR', '', '', NULL),
+               ('730', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('730', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('730', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('730', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('740', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('740', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('740', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('740', 'a', 'Uncontrolled related/analytical title', 'Uncontrolled related/analytical title', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('740', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('740', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('740', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('752', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('752', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('752', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('752', 'a', 'Country or larger entity', 'Country or larger entity', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('752', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('752', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('752', 'd', 'City', 'City', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('752', 'f', 'City subsection', 'City subsection', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('752', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('752', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('753', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('753', 'a', 'Make and model of machine', 'Make and model of machine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('753', 'b', 'Programming language', 'Programming language', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('753', 'c', 'Operating system', 'Operating system', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('754', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('754', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('754', 'a', 'Taxonomic name', 'Taxonomic name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('754', 'c', 'Taxonomic category', 'Taxonomic category', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('754', 'd', 'Common or alternative name', 'Common or alternative name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('754', 'x', 'Non-public note', 'Non-public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('754', 'z', 'Public note', 'Public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('755', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('755', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('755', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('755', 'a', 'Access term', 'Access term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('755', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('760', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'AR', '', '', NULL),
-               ('760', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('730', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('740', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('740', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('740', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('740', 'a', 'Titolo analitico/correlato non controllato', 'Titolo analitico/correlato non controllato', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('740', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('740', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('740', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('752', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('752', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('752', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('752', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('752', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('752', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('752', 'd', 'Città', 'Città', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('752', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('752', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('752', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('753', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('753', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('753', 'a', 'Marca e modello della macchina', 'Marca e modello della macchina', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('753', 'b', 'Linguaggio di programmazione', 'Linguaggio di programmazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('753', 'c', 'Sistema operativo', 'Sistema operativo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('754', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('754', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('754', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('754', 'a', 'Nome tassonomico', 'Nome tassonomico', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('754', 'c', 'Categoria tassonomica', 'Categoria tassonomica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('754', 'd', 'Nome comune o alternativo', 'Nome comune o alternativo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('754', 'x', 'Nota non pubblica', 'Nota non pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('754', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('755', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('755', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('755', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('755', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('755', 'a', 'Termine d\'accesso', 'Termine d\'accesso', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('755', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('755', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('755', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('760', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'AR', '', '', NULL),
+               ('760', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('760', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('760', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('760', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('762', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('762', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('762', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('765', 'q', 'Parallel title (BK SE)  [OBSOLETE]', 'Parallel title (BK SE)  [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('765', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('765', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('765', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('767', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('767', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('767', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', '8', 'Field link and sequence number', 'Field link and sequence number ', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('767', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('770', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('770', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('770', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('770', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('772', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('772', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('772', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('772', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', '0', 'Codice record bibliografico contenente lo spoglio', 'Codice record bibliografico contenente lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', '9', 'Codice copia contenete lo spoglio', 'Codice copia contenete lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('773', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('773', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('773', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('774', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('774', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'e', 'Language code', 'Language code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'f', 'Country code', 'Country code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('774', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'e', 'Codice lingua', 'Codice lingua', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'f', 'Codice di paese', 'Codice di paese', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('775', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('775', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('775', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('775', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('776', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('776', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('776', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('776', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('777', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('777', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('777', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('780', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('780', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('780', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('780', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('785', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('785', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('785', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'j', 'Period of content', 'Period of content', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('785', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'j', 'Periodo del contenuto', 'Periodo del contenuto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('786', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('786', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('786', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('787', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('787', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('787', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('787', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('789', '%', '%', '%', 0, 0, '', 7, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('789', '2', '2', '2', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('789', '3', '3', '3', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
@@ -18306,365 +18652,369 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('789', 'y', 'y', 'y', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('789', 'z', 'z', 'z', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('796', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('796', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('796', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('796', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('796', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('796', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('797', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('797', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('797', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('797', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('797', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('797', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('798', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('798', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('798', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('798', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'AR', '', '', NULL),
                ('798', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('798', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('798', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('799', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('799', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('799', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('799', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('799', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('799', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('800', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('800', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('800', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('800', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('810', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('810', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('810', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('810', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('810', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('811', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('811', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'AR', '', '', NULL),
                ('811', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('811', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('811', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('830', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('830', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('830', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('840', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('841', 'a', 'Type of record', 'Type of record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('841', 'b', 'Fixed-length data elements', 'Fixed-length data elements', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('841', 'e', 'Encoding level', 'Encoding level', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('842', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('842', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('842', 'a', 'Textual physical form designator', 'Textual physical form designator', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('843', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('843', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('843', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('843', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('843', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('843', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('843', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('843', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('843', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('843', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('843', 'm', 'Dates of publication and/or sequential designation of issues reproduced', 'Dates of publication and/or sequential designation of issues reproduced', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('843', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('844', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('844', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('844', 'a', 'Name of unit', 'Name of unit', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('845', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('845', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('845', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('845', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('845', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('845', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('845', 'c', 'Authorization', 'Authorization', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('845', 'd', 'Authorized users', 'Authorized users', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('850', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('850', 'a', 'Holding institution', 'Holding institution', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('830', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('830', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('840', 'a', 'Titolo', 'Titolo', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('840', 'h', 'Supporto', 'Supporto', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('840', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('841', 'a', 'Tipo di record', 'Tipo di record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('841', 'b', 'Elementi a lunghezza fiss', 'Elementi a lunghezza fiss', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('841', 'e', 'Livello di codifica', 'Livello di codifica', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('842', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('842', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('842', 'a', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('843', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('843', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('843', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('843', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('843', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('843', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('843', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('843', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('843', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('843', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('843', 'm', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('843', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('844', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('844', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('844', 'a', 'Nome dell\'unità', 'Nome dell\'unità', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('845', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('845', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('845', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('845', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('845', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('845', 'b', 'Competenza legale', 'Competenza legale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('845', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('845', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('850', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('850', 'a', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
                ('850', 'b', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
                ('850', 'd', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
                ('850', 'e', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('851', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('851', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('851', 'a', 'Name (custodian or owner)', 'Name (custodian or owner)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('851', 'b', 'Institutional division', 'Institutional division', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('851', 'c', 'Street address', 'Street address', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('851', 'd', 'Country', 'Country', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('851', 'e', 'Location of units', 'Location of units', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('851', 'f', 'Item number', 'Item number', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('851', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
-               ('852', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'a', 'Location', 'Location', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'b', 'Sublocation or collection', 'Sublocation or collection', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'c', 'Shelving location', 'Shelving location', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'e', 'Address', 'Address', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'f', 'Coded location qualifier', 'Coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'g', 'Non-coded location qualifier', 'Non-coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'h', 'Classification part', 'Classification part', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'i', 'Item part', 'Item part', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'j', 'Shelving control number', 'Shelving control number', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'k', 'Call number prefix', 'Call number prefix', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'l', 'Shelving form of title', 'Shelving form of title', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'm', 'Call number suffix', 'Call number suffix', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'n', 'Country code', 'Country code', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 8, '', '', '', 1, 5, 'AR', '', '', NULL),
-               ('852', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('852', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('853', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('854', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('855', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('856', '2', 'Access method', 'Access method', 0, 0, '', 8, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('856', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('856', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('856', 'a', 'Host name', 'Host name', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'b', 'Access number', 'Access number', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'c', 'Compression information', 'Compression information', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('851', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('851', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('851', 'a', 'Nome (custode o proprietario)', 'Nome (custode o proprietario)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('851', 'b', 'Suddivisione istituzionale', 'Suddivisione istituzionale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('851', 'c', 'Indirizzo', 'Indirizzo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('851', 'd', 'Paese', 'Paese', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('851', 'e', 'Localizzazione dell\'unità', 'Localizzazione dell\'unità', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('851', 'f', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('851', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'AR', '', '', NULL),
+               ('852', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'a', 'Localizzazione', 'Localizzazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'b', 'Sottolocalizzazione o collezione', 'Sottolocalizzazione o collezione', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'e', 'Indirizzo', 'Indirizzo', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'g', 'Qualificatore di localizzazione non codificato', 'Qualificatore di localizzazione non codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'l', 'Forma di collocazione (segnatura) di titolo', 'Forma di collocazione (segnatura) di titolo', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'n', 'Codice di paese', 'Codice di paese', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 8, '', '', '', 1, 5, 'AR', '', '', NULL),
+               ('852', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('852', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('853', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('854', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('855', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('856', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 8, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('856', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('856', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('856', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('856', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
                ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
                ('856', 'l', 'Logon', 'Logon', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'o', 'Operating system', 'Operating system', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 's', 'File size', 'File size', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'AR', '', '', NULL),
-               ('856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'w', 'Record control number', 'Record control number', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 1, 'AR', '', '', NULL),
-               ('856', 'y', 'Link text', 'Link text', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
-               ('856', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'n', 'Nome della localizzazione dell\'host', 'Nome della localizzazione dell\'host', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'p', 'Porta', 'Porta', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'r', 'Parametri', 'Parametri', 0, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'AR', '', '', NULL),
+               ('856', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 1, 'AR', '', '', NULL),
+               ('856', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
+               ('856', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, -1, 'AR', '', '', NULL),
                ('859', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('859', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('859', 'd', 'TDC (RLIN)', 'TDC (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
@@ -18673,140 +19023,215 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('859', 'r', 'REG (RLIN)', 'REG (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('859', 'v', 'VER (RLIN)', 'VER (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('859', 'x', 'LDEL (RLIN)', 'LDEL (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('866', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('866', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('866', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('866', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('866', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('867', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('867', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('867', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('867', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('867', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('868', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('868', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('868', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('868', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('868', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('870', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('870', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('871', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('872', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('863', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('863', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('863', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('863', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('864', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('864', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('864', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('865', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('865', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('865', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('866', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('866', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('866', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('866', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('866', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('867', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('867', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('867', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('867', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('867', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('868', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('868', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('868', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('868', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('868', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('870', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('870', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('871', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('872', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('872', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('872', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('873', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('873', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('876', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('876', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('876', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('872', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('872', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('873', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('873', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('876', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('876', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('876', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('876', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('876', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('876', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('876', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('876', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('876', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('876', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('876', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('876', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('876', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('876', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('876', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('876', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('876', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('876', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('876', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('876', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('876', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('877', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('877', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('877', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('876', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('876', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('876', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('877', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('877', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('877', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('877', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('877', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('877', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('877', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('877', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('877', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('877', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('877', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('877', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('877', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('877', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('877', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('877', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('877', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('877', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('877', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('877', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('877', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('878', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('878', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('878', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('877', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('877', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('877', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('878', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('878', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('878', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('878', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('878', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('878', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('878', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('878', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('878', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('878', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('878', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('878', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('878', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('878', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('878', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('878', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('878', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('878', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('878', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('878', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('878', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('878', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('878', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('878', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
                ('880', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('880', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('880', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('880', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('880', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('880', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('880', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('880', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('880', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
@@ -18872,117 +19297,117 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('886', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('886', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('886', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('887', '2', 'Source of data', 'Source of data', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('887', 'a', 'Content of non-MARC field', 'Content of non-MARC field', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('887', '2', 'Fonte dei dati', 'Fonte dei dati', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('887', 'a', 'Contenuto del campo non-MARC', 'Contenuto del campo non-MARC', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('896', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('896', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('896', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('896', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('896', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('896', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('897', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('897', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('897', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('897', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('897', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('897', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('898', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('898', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('898', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('898', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'AR', '', '', NULL),
                ('898', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('898', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('898', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('899', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('899', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('899', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'AR', '', '', NULL),
-               ('899', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('899', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('900', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('900', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('900', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('899', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('899', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('900', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('900', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('900', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('901', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('901', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('901', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
@@ -19237,72 +19662,72 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('907', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('908', 'a', 'Put command parameter', 'Put command parameter', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('910', 'a', 'User-option data', 'User-option data', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('911', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('911', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('911', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 's', 'Version', 'Version', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('930', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('911', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 's', 'Versione', 'Versione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('930', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('936', 'a', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', 1, -6, 'AR', '', '', NULL),
-               ('940', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('940', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, -6, 'AR', '', '', NULL),
+               ('940', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('940', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('941', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('941', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('943', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 9, '', '', '', 1, 5, 'AR', '', '130', NULL),
-               ('943', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('943', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('941', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('943', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, 5, 'AR', '', '130', NULL),
+               ('943', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('943', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('945', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('945', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('945', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
@@ -19499,16 +19924,16 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('950', 'w', 'Subscription status code, LANT (RLIN)', 'Subscription status code, LANT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('950', 'y', 'Date, LVOL (RLIN)', 'Date, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('950', 'z', 'Retention, LVOL (RLIN)', 'Retention, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('951', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('951', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('951', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('951', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('951', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('951', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('951', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('951', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('951', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('951', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('951', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('951', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('951', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('951', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('951', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('951', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('951', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('951', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('951', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('955', 'a', 'Classification number, CCAL (RLIN)', 'Classification number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('955', 'b', 'Book number/undivided call number, CCAL (RLIN)', 'Book number/undivided call number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('955', 'c', 'Copy information and material description, CCAL + MDES (RLIN)', 'Copy information and material description, CCAL + MDES (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
@@ -19519,176 +19944,176 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('955', 'r', 'Circulation control number, HNT (RLIN)', 'Circulation control number, HNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('955', 's', 'Shelflist note, HNT (RLIN)', 'Shelflist note, HNT (RLIN)', 1, 0, '', 9, '', '', '', 1, 5, 'AR', '', '', NULL),
                ('955', 'u', 'Non-printing notes, HNT (RLIN)', 'Non-printing notes, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('956', '2', 'Access method', 'Access method', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', '3', 'Materials specified', 'Materials specified', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'a', 'Host name', 'Host name', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'b', 'Access number', 'Access number', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'c', 'Compression information', 'Compression information', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'd', 'Path', 'Path', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'i', 'Instruction', 'Instruction', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('956', 'k', 'Password', 'Password', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('956', 'l', 'Logon', 'Logon', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('956', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'o', 'Operating system', 'Operating system', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'p', 'Port', 'Port', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'r', 'Settings', 'Settings', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 's', 'File size', 'File size', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -6, 'AR', '', '', NULL),
-               ('956', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'w', 'Record control number', 'Record control number', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', 0, 6, 'AR', '', '', NULL),
-               ('956', 'y', 'Link text', 'Link text', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('956', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'p', 'Porta', 'Porta', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'r', 'Parametri', 'Parametri', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -6, 'AR', '', '', NULL),
+               ('956', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', 0, 6, 'AR', '', '', NULL),
+               ('956', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('956', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('960', '3', 'Materials specified, MATL', 'Materials specified, MATL', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
                ('960', 'a', 'Physical location, PLOC (RLIN)', 'Physical location, PLOC (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('967', 'a', 'GNR (RLIN)', 'GNR (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('967', 'c', 'PSI (RLIN)', 'PSI (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('980', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('980', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('981', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('982', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('980', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('980', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('981', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('982', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
                ('982', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('982', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
-               ('983', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('983', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('984', 'a', 'Holding library identification number', 'Holding library identification number', 0, 0, '', 9, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('984', 'b', 'Physical description codes', 'Physical description codes', 1, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('984', 'c', 'Call number', 'Call number', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('984', 'd', 'Volume or other numbering', 'Volume or other numbering', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('984', 'e', 'Dates', 'Dates', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('982', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('982', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
+               ('983', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('983', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
+               ('984', 'a', 'Numero idenficativo biblioteca proprietaria', 'Numero idenficativo biblioteca proprietaria', 0, 0, '', 9, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('984', 'b', 'Codici descrizione fisica', 'Codici descrizione fisica', 1, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('984', 'c', 'Numero di chiamata', 'Numero di chiamata', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('984', 'd', 'Volume o altra numerazione', 'Volume o altra numerazione', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('984', 'e', 'Date', 'Date', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('984', 'f', 'Completeness note', 'Completeness note', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('984', 'g', 'Referral note', 'Referral note', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('984', 'h', 'Retention note', 'Retention note', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('987', 'a', 'Romanization/conversion identifier', 'Romanization/conversion identifier', 0, 0, '', 9, '', '', '', NULL, -6, 'AR', '', '', NULL),
-               ('987', 'b', 'Agency that converted, created or reviewed', 'Agency that converted, created or reviewed', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('987', 'c', 'Date of conversion or review', 'Date of conversion or review', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('987', 'd', 'Status code', 'Status code ', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('987', 'e', 'Version of conversion program used', 'Version of conversion program used', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('987', 'f', 'Note', 'Note', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('987', 'b', 'Agenzia che ha convertito, creato o rivisto', 'Agenzia che ha convertito, creato o rivisto', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('987', 'c', 'Data della conversione o della revisione', 'Data della conversione o della revisione', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('987', 'd', 'Codice dello status', 'Codice dello status', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('987', 'e', 'Versione del programma usato per la conversione', 'Versione del programma usato per la conversione', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('987', 'f', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('990', 'a', 'Link information for 9XX fields', 'Link information for 9XX fields', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('990', 'b', 'Link information for field corresponding to 9XX field', 'Link information for field corresponding to 9XX field', 1, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('995', '0', 'Withdrawn status [LOCAL, KOHA]', 'Withdrawn status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', '1', 'Lost status [LOCAL, KOHA]', 'Lost status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', '2', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('995', '3', 'Use restrictions [LOCAL, KOHA]', 'Use restrictions [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', '4', 'Koha normalized classification for sorting [LOCAL, KOHA]', 'Koha normalized classification for sorting [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', '5', 'Coded location qualifier [LOCAL, KOHA]', 'Coded location qualifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('995', '6', 'Copy number [LOCAL, KOHA]', 'Copy number [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'AR', '', '', NULL),
-               ('995', '7', 'Uniform Resource Identifier [LOCAL, KOHA]', 'Uniform Resource Identifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', 1, 5, 'AR', '', '', NULL),
-               ('995', '8', 'Collection code [LOCAL, KOHA]', 'Collection code [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', '9', 'Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]', 'Internal itemnumber (Koha itemnumber) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'c', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'd', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'e', 'Genre detail', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'f', 'Barcode', 'Barcode', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'g', 'Barcode prefix', 'Barcode prefix', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'h', 'Barcode incrementation', 'Barcode incrementation', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'i', 'Barcode suffix', 'Barcode suffix', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'j', 'Section', 'Section', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 1, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'p', 'Serial', 'Serial', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'q', 'Intended audience (age level)', 'Intended audience (age level)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 's', 'Acquisition mode', 'Acquisition mode', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 't', 'Genre', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'u', 'Copy note', 'Copy note', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'v', 'Periodical number', 'Periodical number', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'w', 'Recipient organisation code', 'Recipient organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'x', 'Recipient organisation, free text', 'Recipient organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'y', 'Recipient parent organisation code', 'Recipient parent organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
-               ('995', 'z', 'Recipient parent organisation, free text', 'Recipient parent organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', '0', 'Ritiro della copia', 'Ritiro della copia', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', '1', 'Copia smarrita', 'Copia smarrita', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', '2', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 0, 0, '', 9, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('995', '3', 'Restrizioni d\'uso', 'Restrizioni d\'uso', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', '4', 'Classificazione normalizzata Koha per l\'ordinamento', 'Classificazione normalizzata Koha per l\'ordinamento', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', '5', 'Qualificatore dell\'ubicazione', 'Qualificatore dell\'ubicazione', 1, 0, '', 9, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('995', '6', 'Numero della copia', 'Numero della copia', 0, 0, '', 9, '', '', '', NULL, 5, 'AR', '', '', NULL),
+               ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, 5, 'AR', '', '', NULL),
+               ('995', '8', 'Collezione Koha', 'Collezione Koha', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', '9', 'Numero interno di copia (Koha itemnumber, autogenerato)', 'Numero interno di copia (Koha itemnumber, autogenerato)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'a', 'Bib. proprietaria della copia (testo libero)', 'Bib. proprietaria della copia (testo libero)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'b', 'Bib. proprietaria della copia', 'Bib. proprietaria della copia', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'c', 'Bib. che possiede o presta (holding branch)', 'Bib. che possiede o presta (holding branch)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'd', 'Bib. che possiede o presta (codice)', 'Bib. che possiede o presta (codice)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'e', 'Dettaglio del genere', 'Dettaglio del genere', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'f', 'Codice a barre', 'Codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'g', 'Prefisso del codice a barre', 'Prefisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'h', 'Incremento del codice a barre', 'Incremento del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'i', 'Suffisso del codice a barre', 'Suffisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'j', 'Sezione', 'Sezione', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'k', 'Collocazione', 'Collocazione', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'l', 'Numerazione (volume o altre parti)', 'Numerazione (volume o altre parti)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'm', 'Data del prestito o deposito', 'Data del prestito o deposito', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'n', 'Data scadenza del prestito', 'Data scadenza del prestito', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'o', 'Tipo di circolazione (non a prestito)', 'Tipo di circolazione (non a prestito)', 1, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'p', 'Periodico', 'Periodico', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'q', 'Pubblico destinato (età)', 'Pubblico destinato (età)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'r', 'Tipologia della copia e del materiale', 'Tipologia della copia e del materiale', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 's', 'Modalità d\'acquisto', 'Modalità d\'acquisto', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 't', 'Genere', 'Genere', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'u', 'Nota della copia', 'Nota della copia', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'v', 'Numero periodico', 'Numero periodico', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'w', 'Codice dell\'ente destinatario', 'Codice dell\'ente destinatario', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'x', 'Ente destinatario, testo libero', 'Ente destinatario, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'y', 'Codice dell\'ente destinatario superiore', 'Codice dell\'ente destinatario superiore', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
+               ('995', 'z', 'Ente destinatario superiore, testo libero', 'Ente destinatario superiore, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('998', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('998', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
-               ('998', 'd', 'First date, FD (RLIN)', 'First Date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
+               ('998', 'd', 'First date, FD (RLIN)', 'First date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'AR', '', '', NULL),
                ('998', 'i', 'RINS (RLIN)', 'RINS (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('998', 'l', 'LI (RLIN)', 'LI (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
                ('998', 'n', 'NUC (RLIN)', 'NUC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'AR', '', '', NULL),
@@ -19711,7 +20136,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', 'KT');
+               ('999', 'Sys Number locale (Koha)', 'Sys Number locale (Koha)', 1, 0, '', 'KT');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
                ('999', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, NULL, -1, NULL, NULL, '', NULL, -5, 'KT', '', '', NULL),
@@ -19726,8 +20151,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for primary biblioitems Field/Subfields.
 
 
---             ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'KT', '', '', NULL),
---             ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'KT', '', '', NULL),
+--      ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'KT', '', '', NULL),
+--      ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'KT', '', '', NULL),
 
 
 
@@ -19735,21 +20160,21 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', 'KT');
+               ('942', 'Dati aggiuntivi (Koha)', 'Dati aggiuntivi (Koha)', 0, 0, '', 'KT');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'KT', '', '', NULL),
-               ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'KT', '', '', NULL),
+               ('942', '0', 'Numero prestiti (tutte le copie)', 'Numero prestiti (tutte le copie)', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'KT', '', '', NULL),
+               ('942', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('942', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'KT', '', '', NULL),
                ('942', 'a', 'Institution code [OBSOLETE]', 'Institution code [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -5, 'KT', '', '', NULL),
-               ('942', 'c', 'Item type', 'Item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('942', 'e', 'Edition', 'Edition', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('942', 'i', 'Item part', 'Item part', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'KT', '', '', NULL),
-               ('942', 'k', 'Call number prefix', 'Call number prefix', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('942', 'm', 'Call number suffix', 'Call number suffix', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('942', 'n', 'Suppress in OPAC', 'Suppress in OPAC', 0, 0, NULL, 9, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'KT', '', '', NULL);
+               ('942', 'c', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('942', 'e', 'Edizione', 'Edizione', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('942', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('942', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'KT', '', '', NULL),
+               ('942', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('942', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('942', 'n', 'Nasconto in Opac', 'Nasconto in Opac', 0, 0, NULL, 9, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('942', 's', 'Flag seriale', 'Flag seriale', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'KT', '', '', NULL);
 
 
 -- ******************************************************
@@ -19758,8 +20183,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for items Field/Subfields
 
 
---             ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'KT', '', '', NULL),
---             ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'KT', '', '', NULL),
+--      ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'KT', '', '', NULL),
+--      ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'KT', '', '', NULL),
 
 
 
@@ -19767,44 +20192,44 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('952', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', 'KT');
+               ('952', 'Dati di copia (Koha)', 'Dati di copia (Koha)', 1, 0, '', 'KT');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-             ('952', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', '1', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('952', '3', 'Materials specified (bound volume or other part)', 'Materials specified (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('952', '4', 'Damaged status', 'Damaged status', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('952', '0', 'Ritirato (status)', 'Ritirato (status)', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', '1', 'Perso (status)', 'Perso (status)', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('952', '3', 'Materiali specifici (rilegati o simili)', 'Materiali specifici (rilegati o simili)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('952', '4', 'Danneggiato (status)', 'Danneggiato (status)', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'KT', '', '', NULL),
                ('952', '5', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'KT', '', '', NULL),
-               ('952', '7', 'Not for loan', 'Not for loan', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', '8', 'Collection code', 'Collection code', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', '9', 'Koha itemnumber (autogenerated)', 'Koha itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'KT', '', '', NULL),
-               ('952', 'a', 'Permanent location', 'Permanent location', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', 'b', 'Current location', 'Current location', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', 'c', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', 'd', 'Date acquired', 'Date acquired', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'KT', '', '', NULL),
-               ('952', 'e', 'Source of acquisition', 'Source of acquisition', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', 'f', 'Coded location qualifier', 'Coded location qualifier', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('952', 'g', 'Cost, normal purchase price', 'Cost, normal purchase price', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', 'h', 'Serial Enumeration / chronology','Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'KT', '', '', NULL),
-        ('952', 'i', 'Inventory number','Inventory number', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', 'j', 'Shelving control number', 'Shelving control number', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('952', 'l', 'Total Checkouts', 'Total Checkouts', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'KT', '', '', NULL),
-               ('952', 'm', 'Total Renewals', 'Total Renewals', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'KT', '', '', NULL),
-               ('952', 'n', 'Total Holds', 'Total Holds', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'KT', '', '', NULL),
-               ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'KT', '', '', NULL),
-               ('952', 'p', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'KT', '', '', NULL),
-               ('952', 'q', 'Checked out', 'Checked out', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'KT', '', '', NULL),
-               ('952', 'r', 'Date last seen', 'Date last seen', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'KT', '', '', NULL),
-               ('952', 's', 'Date last borrowed', 'Date last borrowed', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'KT', '', '', NULL),
-               ('952', 't', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('952', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'KT', '', '', NULL),
-               ('952', 'v', 'Cost, replacement price', 'Cost, replacement price', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', 'w', 'Price effective from', 'Price effective from', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('952', 'x', 'Non-public note', 'Non-public note', 0, 0, '', 10, '', '', '', NULL, 1, 'KT', '', '', NULL),
-               ('952', 'y', 'Koha item type', 'Koha item type', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('952', 'z', 'Public note', 'Public note', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'KT', '', '', NULL);
+               ('952', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'KT', '', '', NULL),
+               ('952', '7', 'Non per il presito', 'Non per il presito', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', '8', 'Codice collezione', 'Codice collezione', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', '9', 'Numero di copia (ID autogenerato)', 'Numero di copia (ID autogenerato)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'KT', '', '', NULL),
+               ('952', 'a', 'Biblioteca proprietaria', 'Biblioteca proprietaria', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', 'b', 'Biblioteca in cui si trova', 'Biblioteca in cui si trova', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'KT', '', '', NULL),
+               ('952', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('952', 'g', 'Costo, prezzo di acquisto', 'Costo, prezzo di acquisto', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', 'h', 'Enumerazione seriale / cronologia', 'Enumerazione seriale / cronologia', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', 'i', 'Numero di inventario', 'Numero di inventario', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('952', 'l', 'Totale prestiti', 'Totale prestiti', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'KT', '', '', NULL),
+               ('952', 'm', 'Totale rinnovi', 'Totale rinnovi', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'KT', '', '', NULL),
+               ('952', 'n', 'Totale prenotazioni', 'Totale prenotazioni', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'KT', '', '', NULL),
+               ('952', 'o', 'Collocazione', 'Collocazione', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'KT', '', '', NULL),
+               ('952', 'p', 'Codice a barre', 'Codice a barre', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'KT', '', '', NULL),
+               ('952', 'q', 'Prestito', 'Prestito', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'KT', '', '', NULL),
+               ('952', 'r', 'Data ultima operazione', 'Data ultima operazione', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'KT', '', '', NULL),
+               ('952', 's', 'Data ultimo prestito', 'Data ultimo prestito', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'KT', '', '', NULL),
+               ('952', 't', 'Numero di copia', 'Numero di copia', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('952', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'KT', '', '', NULL),
+               ('952', 'v', 'Costo, costo di riacquisto', 'Costo, costo di riacquisto', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', 'w', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('952', 'x', 'Nota non pubblica', 'Nota non pubblica', 0, 0, '', 10, '', '', '', NULL, 1, 'KT', '', '', NULL),
+               ('952', 'y', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('952', 'z', 'Nota pubblica', 'Nota pubblica', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'KT', '', '', NULL);
 
 
 
@@ -19819,275 +20244,275 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
                ('000', 'LEADER', 'LEADER', 0, 1, '', 'KT'),
-               ('001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 0, '', 'KT'),
-               ('003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 0, '', 'KT'),
-               ('005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 0, '', 'KT'),
-               ('006', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 1, 0, '', 'KT'),
-               ('007', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 1, 0, '', 'KT'),
-               ('008', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 0, 1, '', 'KT'),
+               ('001', 'Numero di controllo', 'Numero di controllo', 0, 0, '', 'KT'),
+               ('003', 'Identificatore del numero di controllo', 'Identificatore del numero di controllo', 0, 0, '', 'KT'),
+               ('005', 'Data e orario dell\'ultima transazione', 'Data e orario dell\'ultima transazione', 0, 0, '', 'KT'),
+               ('006', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 1, 0, '', 'KT'),
+               ('007', 'Campo fisso per la descrizione fisica--informazione generale', 'Campo fisso per la descrizione fisica--informazione generale', 1, 0, '', 'KT'),
+               ('008', 'Elementi di lunghezza fissa--Informazione generale', 'Elementi di lunghezza fissa--Informazione generale', 0, 1, '', 'KT'),
                ('009', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 1, 0, '', 'KT'),
-               ('010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, '', 'KT'),
+               ('010', 'Numero di controllo della Library of Congress', 'Numero di controllo della Library of Congress', 0, 0, '', 'KT'),
                ('011', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 0, 0, '', 'KT'),
-               ('013', 'PATENT CONTROL INFORMATION', 'PATENT CONTROL INFORMATION', 1, 0, '', 'KT'),
-               ('015', 'NATIONAL BIBLIOGRAPHY NUMBER', 'NATIONAL BIBLIOGRAPHY NUMBER', 1, 0, '', 'KT'),
-               ('016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, '', 'KT'),
-               ('017', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 1, 0, '', 'KT'),
-               ('018', 'COPYRIGHT ARTICLE-FEE CODE', 'COPYRIGHT ARTICLE-FEE CODE', 0, 0, '', 'KT'),
-               ('020', 'ISBN', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL, 'KT'),
-               ('022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL, 'KT'),
+               ('013', 'Informazioni impiegate per il controllo di brevetti', 'Informazioni impiegate per il controllo di brevetti', 1, 0, '', 'KT'),
+               ('015', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 'KT'),
+               ('016', 'Numero di controllo dell\'agenzia bibliografica nazionale', 'Numero di controllo dell\'agenzia bibliografica nazionale', 1, 0, '', 'KT'),
+               ('017', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 'KT'),
+               ('018', 'Codice di tassa sul copyright dell’articolo', 'Codice di tassa sul copyright dell’articolo', 0, 0, '', 'KT'),
+               ('020', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 'KT'),
+               ('022', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 'KT'),
                ('023', 'STANDARD FILM NUMBER (VM) [DELETED]', 'STANDARD FILM NUMBER (VM) [DELETED]', 1, 0, NULL, 'KT'),
-               ('024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL, 'KT'),
-               ('025', 'OVERSEAS ACQUISITION NUMBER', 'OVERSEAS ACQUISITION NUMBER', 1, 0, '', 'KT'),
-               ('026', 'FINGERPRINT IDENTIFIER', 'FINGERPRINT IDENTIFIER', 1, 0, '', 'KT'),
-               ('027', 'STANDARD TECHNICAL REPORT NUMBER', 'STANDARD TECHNICAL REPORT NUMBER', 1, 0, '', 'KT'),
-               ('028', 'IDENTIFICATION NUMBER--PUBLISHER NUMBER', 'PUBLISHER NUMBER', 1, 0, NULL, 'KT'),
-               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', ' (OCLC)', 1, 0, '', 'KT'),
-               ('030', 'CODEN DESIGNATION', 'CODEN DESIGNATION', 1, 0, '', 'KT'),
-               ('031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, '', 'KT'),
-               ('032', 'POSTAL REGISTRATION NUMBER', 'POSTAL REGISTRATION NUMBER', 1, 0, '', 'KT'),
-               ('033', 'DATE/TIME AND PLACE OF AN EVENT', 'DATE/TIME AND PLACE OF AN EVENT', 1, 0, '', 'KT'),
-               ('034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, '', 'KT'),
-               ('035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL, 'KT'),
-               ('036', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 0, 0, '', 'KT'),
-               ('037', 'PUBLICATION, DISTRIBUTION DETAILS--SOURCE OF ACQUISITION', 'SOURCE OF ACQUISITION', 1, 0, NULL, 'KT'),
-               ('038', 'RECORD CONTENT LICENSOR', 'RECORD CONTENT LICENSOR', 0, 0, '', 'KT'),
+               ('024', 'Altri identificatori standard', 'Altri identificatori standard', 1, 0, NULL, 'KT'),
+               ('025', 'Numero di acquisito estero', 'Numero di acquisito estero', 1, 0, '', 'KT'),
+               ('026', 'Identificatore dell’impronta', 'Identificatore dell’impronta', 1, 0, '', 'KT'),
+               ('027', 'Standard Technical Report Number', 'Standard Technical Report Number', 1, 0, '', 'KT'),
+               ('028', 'Numero dell’editore', 'Numero dell’editore', 1, 0, NULL, 'KT'),
+               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 1, 0, '', 'KT'),
+               ('030', 'Designazione CODEN', 'Designazione CODEN', 1, 0, '', 'KT'),
+               ('031', 'Informazione sugli incipit musicali', 'Informazione sugli incipit musicali', 1, 0, '', 'KT'),
+               ('032', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 1, 0, '', 'KT'),
+               ('033', 'Data/ora e luogo di un evento', 'Data/ora e luogo di un evento', 1, 0, '', 'KT'),
+               ('034', 'Dati matematici codificati per il materiale cartografico', 'Dati matematici codificati per il materiale cartografico', 1, 0, '', 'KT'),
+               ('035', 'Numero di controllo del sistema', 'Numero di controllo del sistema', 1, 0, NULL, 'KT'),
+               ('036', 'Numero dello studio originale del computer data file', 'Numero dello studio originale del computer data file', 0, 0, '', 'KT'),
+               ('037', 'Fonte d’acquisto', 'Fonte d’acquisto', 1, 0, NULL, 'KT'),
+               ('038', 'Licenza d’uso del contenuto della registrazione', 'Licenza d’uso del contenuto della registrazione', 0, 0, '', 'KT'),
                ('039', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 0, 0, '', 'KT'),
-               ('040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 0, NULL, 'KT'),
-               ('041', 'LANGUAGE CODE', 'LANGUAGE CODE', 1, 0, '', 'KT'),
-               ('042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, '', 'KT'),
-               ('043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL, 'KT'),
-               ('044', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 0, 0, '', 'KT'),
-               ('045', 'TIME PERIOD OF CONTENT', 'TIME PERIOD OF CONTENT', 0, 0, '', 'KT'),
-               ('046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, '', 'KT'),
-               ('047', 'FORM OF MUSICAL COMPOSITION CODE', 'FORM OF MUSICAL COMPOSITION CODE', 1, 0, '', 'KT'),
-               ('048', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 1, 0, '', 'KT'),
+               ('040', 'Fonte della catalogazione', 'Fonte della catalogazione', 0, 0, NULL, 'KT'),
+               ('041', 'Codice di lingua', 'Codice di lingua', 1, 0, '', 'KT'),
+               ('042', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 'KT'),
+               ('043', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 0, 0, NULL, 'KT'),
+               ('044', 'Codice del paese dell’ente che pubblica/produce l’item', 'Codice del paese dell’ente che pubblica/produce l’item', 0, 0, '', 'KT'),
+               ('045', 'Periodo di tempo del contenuto', 'Periodo di tempo del contenuto', 0, 0, '', 'KT'),
+               ('046', 'Codice delle date speciali', 'Codice delle date speciali', 1, 0, '', 'KT'),
+               ('047', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 'KT'),
+               ('048', 'Codice del numero degli strumenti musicali o delle voci', 'Codice del numero degli strumenti musicali o delle voci', 1, 0, '', 'KT'),
                ('049', 'LOCAL HOLDINGS (OCLC)', 'LOCAL HOLDINGS (OCLC)', 0, 0, '', 'KT'),
-               ('050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL, 'KT'),
-               ('051', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 1, 0, NULL, 'KT'),
-               ('052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL, 'KT'),
-               ('055', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 1, 0, NULL, 'KT'),
-               ('060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL, 'KT'),
-               ('061', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 1, 0, NULL, 'KT'),
-               ('066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL, 'KT'),
-               ('070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL, 'KT'),
-               ('071', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 1, 0, NULL, 'KT'),
-               ('072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL, 'KT'),
-               ('074', 'GPO ITEM NUMBER', 'GPO ITEM NUMBER', 1, 0, NULL, 'KT'),
-               ('080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'KT'),
-               ('082', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'KT'),
-               ('084', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL, 'KT'),
-               ('086', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL, 'KT'),
+               ('050', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 1, 0, NULL, 'KT'),
+               ('051', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 1, 0, NULL, 'KT'),
+               ('052', 'Classificazione geografica', 'Classificazione geografica', 1, 0, NULL, 'KT'),
+               ('055', 'Numero di classificazione assegnati in Canada', 'Numero di classificazione assegnati in Canada', 1, 0, NULL, 'KT'),
+               ('060', 'Numero di chiamata (collocazione) della National Library of Medicine', 'Numero di chiamata (collocazione) della National Library of Medicine', 1, 0, NULL, 'KT'),
+               ('061', 'Formulazione dell’esemplare della National Library of Medicine', 'Formulazione dell’esemplare della National Library of Medicine', 1, 0, NULL, 'KT'),
+               ('066', 'Set di caratteri presenti', 'Set di caratteri presenti', 0, 0, NULL, 'KT'),
+               ('070', 'Numero di chiamata (collocazione) della National Agricultural Library', 'Numero di chiamata (collocazione) della National Agricultural Library', 1, 0, NULL, 'KT'),
+               ('071', 'Formulazione dell’esemplare della National Agricultural Library', 'Formulazione dell’esemplare della National Agricultural Library', 1, 0, NULL, 'KT'),
+               ('072', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 1, 0, NULL, 'KT'),
+               ('074', 'Numero GPO dell’item', 'Numero GPO dell’item', 1, 0, NULL, 'KT'),
+               ('080', 'Numero di classificazione decimale universale', 'Numero di classificazione decimale universale', 1, 0, NULL, 'KT'),
+               ('082', 'Numero di classificazione Decimale Dewey', 'Numero di classificazione Decimale Dewey', 1, 0, NULL, 'KT'),
+               ('084', 'Numero d’altra classificazione', 'Numero d’altra classificazione', 1, 0, NULL, 'KT'),
+               ('086', 'Numero di classificazione di documento governativo', 'Numero di classificazione di documento governativo', 1, 0, NULL, 'KT'),
                ('087', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 1, 0, NULL, 'KT'),
-               ('088', 'REPORT NUMBER', 'REPORT NUMBER', 1, 0, NULL, 'KT'),
-               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, '', 'KT'),
+               ('088', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 'KT'),
+               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 1, 0, '', 'KT'),
                ('091', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 0, 0, '', 'KT'),
                ('092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, '', 'KT'),
                ('096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, '', 'KT'),
                ('098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, '', 'KT'),
                ('099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, '', 'KT'),
-               ('100', 'MAIN ENTRY--AUTHOR/DEVELOPER--PERSONAL NAME', 'MAIN ENTRY--PERSONAL NAME', 0, 0, NULL, 'KT'),
-               ('110', 'MAIN ENTRY--AUTHOR/DEVELOPER--CORPORATE NAME', 'MAIN ENTRY--CORPORATE NAME', 0, 0, NULL, 'KT'),
-               ('111', 'MAIN ENTRY--MEETING NAME', 'MAIN ENTRY--MEETING NAME', 0, 0, NULL, 'KT'),
-               ('130', 'MAIN ENTRY--UNIFORM TITLE', 'MAIN ENTRY--UNIFORM TITLE', 0, 0, NULL, 'KT'),
-               ('210', 'ABBREVIATED TITLE', 'ABBREVIATED TITLE', 1, 0, NULL, 'KT'),
+               ('100', 'Accesso principale -- nome di persona', 'Accesso principale -- nome di persona', 0, 0, NULL, 'KT'),
+               ('110', 'Accesso principale--nome di ente', 'Accesso principale--nome di ente', 0, 0, NULL, 'KT'),
+               ('111', 'Accesso principale--nome di convegno', 'Accesso principale--nome di convegno', 0, 0, NULL, 'KT'),
+               ('130', 'Accesso principale--titolo uniforme', 'Accesso principale--titolo uniforme', 0, 0, NULL, 'KT'),
+               ('210', 'Titolo abbreviato', 'Titolo abbreviato', 1, 0, NULL, 'KT'),
                ('211', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 1, 0, NULL, 'KT'),
                ('212', 'VARIANT ACCESS TITLE [OBSOLETE]', 'VARIANT ACCESS TITLE [OBSOLETE]', 1, 0, NULL, 'KT'),
                ('214', 'AUGMENTED TITLE [OBSOLETE]', 'AUGMENTED TITLE [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('222', 'KEY TITLE', 'KEY TITLE', 1, 0, NULL, 'KT'),
-               ('240', 'UNIFORM TITLE', 'UNIFORM TITLE', 0, 0, 'Unititle', 'KT'),
+               ('222', 'Titolo chiave', 'Titolo chiave', 1, 0, NULL, 'KT'),
+               ('240', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'Unititle', 'KT'),
                ('241', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 0, 0, '', 'KT'),
-               ('242', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 1, 0, NULL, 'KT'),
-               ('243', 'COLLECTIVE UNIFORM TITLE', 'COLLECTIVE UNIFORM TITLE', 0, 0, '', 'KT'),
-               ('245', 'TITLE', 'TITLE STATEMENT', 0, 1, '', 'KT'),
-               ('246', 'VARYING FORM OF TITLE', 'VARYING FORM OF TITLE', 1, 0, NULL, 'KT'),
-               ('247', 'FORMER TITLE', 'FORMER TITLE', 1, 0, NULL, 'KT'),
-               ('250', 'EDITION STATEMENT', 'EDITION STATEMENT', 0, 0, NULL, 'KT'),
-               ('254', 'MUSICAL PRESENTATION STATEMENT', 'MUSICAL PRESENTATION STATEMENT', 0, 0, NULL, 'KT'),
-               ('255', 'CARTOGRAPHIC MATHEMATICAL DATA', 'CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL, 'KT'),
-               ('256', 'COMPUTER FILE CHARACTERISTICS', 'COMPUTER FILE CHARACTERISTICS', 0, 0, NULL, 'KT'),
-               ('257', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 0, 0, NULL, 'KT'),
-               ('258', 'PHILATELIC ISSUE DATE', 'PHILATELIC ISSUE DATE', 1, 0, NULL, 'KT'),
-               ('260', 'PUBLISHER--PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 1, 0, NULL, 'KT'),
+               ('242', 'Traduzione del titolo dell’agenzia di catalogazione', 'Traduzione del titolo dell’agenzia di catalogazione', 1, 0, NULL, 'KT'),
+               ('243', 'Titolo uniforme collettivo', 'Titolo uniforme collettivo', 0, 0, '', 'KT'),
+               ('245', 'Formulazione del titolo', 'Formulazione del titolo', 0, 1, '', 'KT'),
+               ('246', 'Varianti del titolo', 'Varianti del titolo', 1, 0, NULL, 'KT'),
+               ('247', 'Titolo precedente', 'Titolo precedente', 1, 0, NULL, 'KT'),
+               ('250', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, NULL, 'KT'),
+               ('254', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, NULL, 'KT'),
+               ('255', 'Dati matematici del materiale cartografico', 'Dati matematici del materiale cartografico', 1, 0, NULL, 'KT'),
+               ('256', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, NULL, 'KT'),
+               ('257', 'Paese dell’ente produttore dei film d’archivio', 'Paese dell’ente produttore dei film d’archivio', 0, 0, NULL, 'KT'),
+               ('258', 'Dati dell’emissione filatelica', 'Dati dell’emissione filatelica', 1, 0, NULL, 'KT'),
+               ('260', 'Pubblicazione, distribuzione, ecc. (stampa)', 'Pubblicazione, distribuzione, ecc. (stampa)', 1, 0, NULL, 'KT'),
                ('261', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, NULL, 'KT'),
                ('262', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 0, 0, NULL, 'KT'),
-               ('263', 'PROJECTED PUBLICATION DATE', 'PROJECTED PUBLICATION DATE', 0, 0, NULL, 'KT'),
+               ('263', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, NULL, 'KT'),
                ('265', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 0, 0, NULL, 'KT'),
-               ('270', 'PUBLICATION, DISTRIBUTION DETAILS--ADDRESS', 'ADDRESS', 1, 0, NULL, 'KT'),
-               ('300', 'PHYSICAL DESCRIPTION', 'PHYSICAL DESCRIPTION', 1, 1, NULL, 'KT'),
+               ('270', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 'KT'),
+               ('300', 'Descrizione fisica', 'Descrizione fisica', 1, 1, NULL, 'KT'),
                ('301', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 0, 0, NULL, 'KT'),
                ('302', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 0, 0, NULL, 'KT'),
                ('303', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'KT'),
                ('304', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'KT'),
                ('305', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 0, 0, NULL, 'KT'),
-               ('306', 'RUN TIME', 'PLAYING TIME', 0, 0, NULL, 'KT'),
-               ('307', 'HOURS, ETC.', 'HOURS, ETC.', 1, 0, NULL, 'KT'),
+               ('306', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, NULL, 'KT'),
+               ('307', 'Disponibilità oraria, ecc.', 'Disponibilità oraria, ecc.', 1, 0, NULL, 'KT'),
                ('308', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('310', 'CURRENT PUBLICATION FREQUENCY', 'CURRENT PUBLICATION FREQUENCY', 0, 0, NULL, 'KT'),
+               ('310', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 'KT'),
                ('315', 'FREQUENCY (CF MP) [OBSOLETE]', 'FREQUENCY (CF MP) [OBSOLETE]', 0, 0, NULL, 'KT'),
-               ('321', 'FORMER PUBLICATION FREQUENCY', 'FORMER PUBLICATION FREQUENCY', 1, 0, NULL, 'KT'),
-               ('340', 'PHYSICAL MEDIUM', 'PHYSICAL MEDIUM', 1, 0, NULL, 'KT'),
-               ('342', 'GEOSPATIAL REFERENCE DATA', 'GEOSPATIAL REFERENCE DATA', 1, 0, NULL, 'KT'),
-               ('343', 'PLANAR COORDINATE DATA', 'PLANAR COORDINATE DATA', 1, 0, NULL, 'KT'),
+               ('321', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 1, 0, NULL, 'KT'),
+               ('340', 'Supporto fisico', 'Supporto fisico', 1, 0, NULL, 'KT'),
+               ('342', 'Dati di riferimento geospaziale', 'Dati di riferimento geospaziale', 1, 0, NULL, 'KT'),
+               ('343', 'Dati di coordinate piane', 'Dati di coordinate piane', 1, 0, NULL, 'KT'),
                ('350', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('351', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 1, 0, NULL, 'KT'),
-               ('352', 'DIGITAL GRAPHIC REPRESENTATION', 'DIGITAL GRAPHIC REPRESENTATION', 1, 0, NULL, 'KT'),
-               ('355', 'SECURITY CLASSIFICATION CONTROL', 'SECURITY CLASSIFICATION CONTROL', 1, 0, NULL, 'KT'),
-               ('357', 'ORIGINATOR DISSEMINATION CONTROL', 'ORIGINATOR DISSEMINATION CONTROL', 0, 0, NULL, 'KT'),
+               ('351', 'Organizzazione e l’ordinamento dei materiali', 'Organizzazione e l’ordinamento dei materiali', 1, 0, NULL, 'KT'),
+               ('352', 'Rappresentazione grafica digitale', 'Rappresentazione grafica digitale', 1, 0, NULL, 'KT'),
+               ('355', 'Controllo della classificazione di sicurezza', 'Controllo della classificazione di sicurezza', 1, 0, NULL, 'KT'),
+               ('357', 'Controllo del creatore sulla diffusione', 'Controllo del creatore sulla diffusione', 0, 0, NULL, 'KT'),
                ('359', 'RENTAL PRICE (VM) [OBSOLETE]', 'RENTAL PRICE (VM) [OBSOLETE]', 0, 0, NULL, 'KT'),
-               ('362', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL, 'KT'),
-               ('365', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE PRICE', 'TRADE PRICE', 1, 0, NULL, 'KT'),
-               ('366', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE AVAILABILITY INFORMATION', 'TRADE AVAILABILITY INFORMATION', 1, 0, NULL, 'KT'),
+               ('362', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 1, 0, NULL, 'KT'),
+               ('365', 'Prezzo commerciale', 'Prezzo commerciale', 1, 0, NULL, 'KT'),
+               ('366', 'Informazione sulla disponibilità editoriale', 'Informazione sulla disponibilità editoriale', 1, 0, NULL, 'KT'),
                ('400', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'KT'),
                ('410', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'KT'),
                ('411', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'KT'),
-               ('440', 'SERIES--TITLE', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 1, 0, NULL, 'KT'),
-               ('490', 'SERIES STATEMENT', 'SERIES STATEMENT', 1, 0, '', 'KT'),
-               ('500', 'GENERAL NOTE', 'GENERAL NOTE', 1, 0, NULL, 'KT'),
-               ('501', 'WITH NOTE', 'WITH NOTE', 1, 0, NULL, 'KT'),
-               ('502', 'DISSERTATION NOTE', 'DISSERTATION NOTE', 1, 0, NULL, 'KT'),
+               ('440', 'Formulazione della serie/accesso aggiunto--titolo', 'Formulazione della serie/accesso aggiunto--titolo', 1, 0, NULL, 'KT'),
+               ('490', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 'KT'),
+               ('500', 'Nota generale', 'Nota generale', 1, 0, NULL, 'KT'),
+               ('501', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 1, 0, NULL, 'KT'),
+               ('502', 'Nota di dissertazione', 'Nota di dissertazione', 1, 0, NULL, 'KT'),
                ('503', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('504', 'BIBLIOGRAPHY, ETC. NOTE', 'BIBLIOGRAPHY, ETC. NOTE', 1, 0, NULL, 'KT'),
-               ('505', 'FORMATTED CONTENTS NOTE', 'FORMATTED CONTENTS NOTE', 1, 0, NULL, 'KT'),
-               ('506', 'RESTRICTIONS ON ACCESS NOTE', 'RESTRICTIONS ON ACCESS NOTE', 1, 0, NULL, 'KT'),
-               ('507', 'SCALE NOTE FOR GRAPHIC MATERIAL', 'SCALE NOTE FOR GRAPHIC MATERIAL', 0, 0, NULL, 'KT'),
-               ('508', 'CREATION/PRODUCTION CREDITS NOTE', 'CREATION/PRODUCTION CREDITS NOTE', 1, 0, NULL, 'KT'),
+               ('504', 'Nota di bibliografia', 'Nota di bibliografia', 1, 0, NULL, 'KT'),
+               ('505', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 1, 0, NULL, 'KT'),
+               ('506', 'Nota sulle restrizioni all\'accesso', 'Nota sulle restrizioni all\'accesso', 1, 0, NULL, 'KT'),
+               ('507', 'Nota di scala per materiale grafico', 'Nota di scala per materiale grafico', 0, 0, NULL, 'KT'),
+               ('508', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 1, 0, NULL, 'KT'),
                ('509', 'INFORMAL NOTES (RLIN)', 'INFORMAL NOTES (RLIN)', 0, 0, NULL, 'KT'),
-               ('510', 'CITATION/REFERENCES NOTE', 'CITATION/REFERENCES NOTE', 1, 0, NULL, 'KT'),
-               ('511', 'PARTICIPANT OR PERFORMER NOTE', 'PARTICIPANT OR PERFORMER NOTE', 1, 0, NULL, 'KT'),
+               ('510', 'Nota di citazione/riferimenti esterni', 'Nota di citazione/riferimenti esterni', 1, 0, NULL, 'KT'),
+               ('511', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 1, 0, NULL, 'KT'),
                ('512', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('513', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 1, 0, NULL, 'KT'),
-               ('514', 'DATA QUALITY NOTE', 'DATA QUALITY NOTE', 0, 0, NULL, 'KT'),
-               ('515', 'NUMBERING PECULIARITIES NOTE', 'NUMBERING PECULIARITIES NOTE', 1, 0, NULL, 'KT'),
-               ('516', 'TYPE OF COMPUTER FILE OR DATA NOTE', 'TYPE OF COMPUTER FILE OR DATA NOTE', 1, 0, NULL, 'KT'),
+               ('513', 'Nota di tipo di rapporto e periodo coperto', 'Nota di tipo di rapporto e periodo coperto', 1, 0, NULL, 'KT'),
+               ('514', 'Nota sulla qualità dei dati', 'Nota sulla qualità dei dati', 0, 0, NULL, 'KT'),
+               ('515', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 1, 0, NULL, 'KT'),
+               ('516', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 1, 0, NULL, 'KT'),
                ('517', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 0, 0, NULL, 'KT'),
-               ('518', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 1, 0, NULL, 'KT'),
-               ('520', 'SUMMARY, ETC.', 'SUMMARY, ETC.', 1, 0, NULL, 'KT'),
-               ('521', 'GRADE LEVEL/TARGET AUDIENCE NOTE', 'TARGET AUDIENCE NOTE', 1, 0, NULL, 'KT'),
-               ('522', 'GEOGRAPHIC DETAILS/GEOGRAPHIC COVERAGE NOTE', 'GEOGRAPHIC COVERAGE NOTE', 1, 0, NULL, 'KT'),
+               ('518', 'Nota sulla data/ora e luogo di un evento', 'Nota sulla data/ora e luogo di un evento', 1, 0, NULL, 'KT'),
+               ('520', 'Riassunto, ecc.', 'Riassunto, ecc.', 1, 0, NULL, 'KT'),
+               ('521', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 'KT'),
+               ('522', 'Nota di copertura geografica', 'Nota di copertura geografica', 1, 0, NULL, 'KT'),
                ('523', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'KT'),
-               ('524', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'KT'),
-               ('525', 'SUPPLEMENT NOTE', 'SUPPLEMENT NOTE', 0, 0, NULL, 'KT'),
-               ('526', 'STUDY PROGRAM INFORMATION NOTE', 'STUDY PROGRAM INFORMATION NOTE', 0, 0, NULL, 'KT'),
+               ('524', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 1, 0, NULL, 'KT'),
+               ('525', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 'KT'),
+               ('526', 'Nota d’informazione sul programma di studi', 'Nota d’informazione sul programma di studi', 0, 0, NULL, 'KT'),
                ('527', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('530', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 1, 0, NULL, 'KT'),
-               ('533', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'KT'),
-               ('534', 'ORIGINAL VERSION NOTE', 'ORIGINAL VERSION NOTE', 1, 0, NULL, 'KT'),
-               ('535', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 1, 0, NULL, 'KT'),
-               ('536', 'FUNDING INFORMATION NOTE', 'FUNDING INFORMATION NOTE', 1, 0, NULL, 'KT'),
+               ('530', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 1, 0, NULL, 'KT'),
+               ('533', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'KT'),
+               ('534', 'Nota sulla versione originale', 'Nota sulla versione originale', 1, 0, NULL, 'KT'),
+               ('535', 'Nota sulla localizzazione degli originali/duplicati', 'Nota sulla localizzazione degli originali/duplicati', 1, 0, NULL, 'KT'),
+               ('536', 'Nota d’informazione sul finanziamento', 'Nota d’informazione sul finanziamento', 1, 0, NULL, 'KT'),
                ('537', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'KT'),
-               ('538', 'SYSTEM DETAILS NOTE', 'SYSTEM DETAILS NOTE', 1, 0, NULL, 'KT'),
-               ('540', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'KT'),
-               ('541', 'ACQUISITION INFO--IMMEDIATE SOURCE OF ACQUISITION NOTE', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 1, 0, NULL, 'KT'),
+               ('538', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 1, 0, NULL, 'KT'),
+               ('540', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'KT'),
+               ('541', 'Nota sulla fonte immediata d\'acquisto', 'Nota sulla fonte immediata d\'acquisto', 1, 0, NULL, 'KT'),
                ('543', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('544', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 1, 0, NULL, 'KT'),
-               ('545', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL, 'KT'),
-               ('546', 'LANGUAGE/TRANSLATION INFO', 'LANGUAGE NOTE', 1, 0, NULL, 'KT'),
-               ('547', 'FORMER TITLE COMPLEXITY NOTE', 'FORMER TITLE COMPLEXITY NOTE', 1, 0, NULL, 'KT'),
-               ('550', 'ISSUING BODY NOTE', 'ISSUING BODY NOTE', 1, 0, NULL, 'KT'),
-               ('552', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 1, 0, NULL, 'KT'),
-               ('555', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 1, 0, NULL, 'KT'),
-               ('556', 'INFORMATION ABOUT DOCUMENTATION NOTE', 'INFORMATION ABOUT DOCUMENTATION NOTE', 1, 0, NULL, 'KT'),
-               ('561', 'OWNERSHIP AND CUSTODIAL HISTORY', 'OWNERSHIP AND CUSTODIAL HISTORY', 1, 0, NULL, 'KT'),
-               ('562', 'COPY AND VERSION IDENTIFICATION NOTE', 'COPY AND VERSION IDENTIFICATION NOTE', 1, 0, NULL, 'KT'),
-               ('563', 'BINDING INFORMATION', 'BINDING INFORMATION', 1, 0, NULL, 'KT'),
-               ('565', 'CASE FILE CHARACTERISTICS NOTE', 'CASE FILE CHARACTERISTICS NOTE', 1, 0, NULL, 'KT'),
-               ('567', 'METHODOLOGY NOTE', 'METHODOLOGY NOTE', 1, 0, NULL, 'KT'),
+               ('544', 'Nota sulla localizzazione d’altri materiali d’archivio', 'Nota sulla localizzazione d’altri materiali d’archivio', 1, 0, NULL, 'KT'),
+               ('545', 'Dati biografici o storici', 'Dati biografici o storici', 1, 0, NULL, 'KT'),
+               ('546', 'Nota sulla lingua', 'Nota sulla lingua', 1, 0, NULL, 'KT'),
+               ('547', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 1, 0, NULL, 'KT'),
+               ('550', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 1, 0, NULL, 'KT'),
+               ('552', 'Nota d’informazione sull’ente e l’attributo', 'Nota d’informazione sull’ente e l’attributo', 1, 0, NULL, 'KT'),
+               ('555', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 1, 0, NULL, 'KT'),
+               ('556', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 1, 0, NULL, 'KT'),
+               ('561', 'Storia della proprietà e custodia', 'Storia della proprietà e custodia', 1, 0, NULL, 'KT'),
+               ('562', 'Nota d\'identificazione della copia e della versione', 'Nota d\'identificazione della copia e della versione', 1, 0, NULL, 'KT'),
+               ('563', 'Informazione sulla rilegatura', 'Informazione sulla rilegatura', 1, 0, NULL, 'KT'),
+               ('565', 'Nota sulle caratteristiche della singola pratica', 'Nota sulle caratteristiche della singola pratica', 1, 0, NULL, 'KT'),
+               ('567', 'Nota sulla metodologia', 'Nota sulla metodologia', 1, 0, NULL, 'KT'),
                ('570', 'EDITOR NOTE (SE) [OBSOLETE]', 'EDITOR NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('580', 'LINKING ENTRY COMPLEXITY NOTE', 'LINKING ENTRY COMPLEXITY NOTE', 1, 0, NULL, 'KT'),
-               ('581', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'KT'),
+               ('580', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 1, 0, NULL, 'KT'),
+               ('581', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 1, 0, NULL, 'KT'),
                ('582', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('583', 'ACQUISITION INFO--ACTION NOTE', 'ACTION NOTE', 1, 0, NULL, 'KT'),
-               ('584', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 1, 0, NULL, 'KT'),
-               ('585', 'EXHIBITIONS NOTE', 'EXHIBITIONS NOTE', 1, 0, NULL, 'KT'),
-               ('586', 'AWARDS', 'AWARDS NOTE', 1, 0, NULL, 'KT'),
+               ('583', 'Nota d’azione', 'Nota d’azione', 1, 0, NULL, 'KT'),
+               ('584', 'Nota di accumulo e di frequenza d’uso', 'Nota di accumulo e di frequenza d’uso', 1, 0, NULL, 'KT'),
+               ('585', 'Nota di mostre', 'Nota di mostre', 1, 0, NULL, 'KT'),
+               ('586', 'Nota di premi', 'Nota di premi', 1, 0, NULL, 'KT'),
                ('590', 'LOCAL NOTE (RLIN)', 'LOCAL NOTE (RLIN)', 1, 0, NULL, 'KT'),
-               ('600', 'SUBJECT--PERSONAL NAME', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'KT'),
-               ('610', 'SUBJECT--CORPORATE NAME', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'KT'),
-               ('611', 'SUBJECT--MEETING NAME', 'SUBJECT ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'KT'),
-               ('630', 'SUBJECT--UNIFORM TITLE', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'KT'),
-               ('648', 'SUBJECT--CHRONOLOGICAL TERM', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL, 'KT'),
-               ('650', 'SUBJECT--TOPIC', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 1, 0, NULL, 'KT'),
-               ('651', 'SUBJECT--GEOGRAPHIC NAME', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 1, 0, NULL, 'KT'),
+               ('600', 'Accesso aggiunto di soggetto-–Nome di persona', 'Accesso aggiunto di soggetto-–Nome di persona', 1, 0, NULL, 'KT'),
+               ('610', 'Accesso aggiunto di soggetto--nome di ente', 'Accesso aggiunto di soggetto--nome di ente', 1, 0, NULL, 'KT'),
+               ('611', 'Accesso aggiunto di soggetto--nome di convegno', 'Accesso aggiunto di soggetto--nome di convegno', 1, 0, NULL, 'KT'),
+               ('630', 'Accesso aggiunto di soggetto--titolo uniforme', 'Accesso aggiunto di soggetto--titolo uniforme', 1, 0, NULL, 'KT'),
+               ('648', 'Accesso aggiunto di soggetto--termine cronologico', 'Accesso aggiunto di soggetto--termine cronologico', 1, 0, NULL, 'KT'),
+               ('650', 'Accesso aggiunto di soggetto--termine topico', 'Accesso aggiunto di soggetto--termine topico', 1, 0, NULL, 'KT'),
+               ('651', 'Accesso aggiunto di soggetto--nome geografico', 'Accesso aggiunto di soggetto--nome geografico', 1, 0, NULL, 'KT'),
                ('652', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('653', 'SUBJECT--UNCONTROLLED', 'INDEX TERM--UNCONTROLLED', 1, 0, NULL, 'KT'),
-               ('654', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 1, 0, NULL, 'KT'),
-               ('655', 'SUBJECT--GENRE/FORM', 'INDEX TERM--GENRE/FORM', 1, 0, NULL, 'KT'),
-               ('656', 'SUBJECT--OCCUPATION', 'INDEX TERM--OCCUPATION', 1, 0, NULL, 'KT'),
-               ('657', 'SUBJECT--FUNCTION', 'INDEX TERM--FUNCTION', 1, 0, NULL, 'KT'),
-               ('658', 'SUBJECT--CURRICULUM OBJECTIVE', 'INDEX TERM--CURRICULUM OBJECTIVE', 1, 0, NULL, 'KT'),
-               ('662', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'KT'),
-               ('690', 'LOCAL SUBJECT--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'KT'),
+               ('653', 'Termine d’indicizzazione--non controllato', 'Termine d’indicizzazione--non controllato', 1, 0, NULL, 'KT'),
+               ('654', 'Accesso aggiunto di soggetto--termini topici faccettati', 'Accesso aggiunto di soggetto--termini topici faccettati', 1, 0, NULL, 'KT'),
+               ('655', 'Termine d’indicizzazione--genere/forma', 'Termine d’indicizzazione--genere/forma', 1, 0, NULL, 'KT'),
+               ('656', 'Termine d’indicizzazione--occupazione', 'Termine d’indicizzazione--occupazione', 1, 0, NULL, 'KT'),
+               ('657', 'Termine d’indicizzazione--funzione', 'Termine d’indicizzazione--funzione', 1, 0, NULL, 'KT'),
+               ('658', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 1, 0, NULL, 'KT'),
+               ('662', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 1, 0, NULL, 'KT'),
+               ('690', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'KT'),
                ('691', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 1, 0, '', 'KT'),
                ('696', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'KT'),
                ('697', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'KT'),
                ('698', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'KT'),
                ('699', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'KT'),
-               ('700', 'ADDED ENTRY--PERSONAL NAME', 'ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'KT'),
+               ('700', 'Accesso aggiunto--nome di persona', 'Accesso aggiunto--nome di persona', 1, 0, NULL, 'KT'),
                ('705', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('710', 'ADDED ENTRY--CORPORATE NAME', 'ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'KT'),
-               ('711', 'ADDED ENTRY--MEETING NAME', 'ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'KT'),
+               ('710', 'Accesso aggiunto--nome di ente', 'Accesso aggiunto--nome di ente', 1, 0, NULL, 'KT'),
+               ('711', 'Accesso aggiunto--nome di convegno', 'Accesso aggiunto--nome di convegno', 1, 0, NULL, 'KT'),
                ('715', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('720', 'ADDED ENTRY--UNCONTROLLED NAME', 'ADDED ENTRY--UNCONTROLLED NAME', 1, 0, NULL, 'KT'),
-               ('730', 'ADDED ENTRY--UNIFORM TITLE', 'ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'KT'),
-               ('740', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 1, 0, NULL, 'KT'),
-               ('752', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'KT'),
-               ('753', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 1, 0, NULL, 'KT'),
-               ('754', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 1, 0, NULL, 'KT'),
+               ('720', 'Accesso aggiunto--nome non controllato', 'Accesso aggiunto--nome non controllato', 1, 0, NULL, 'KT'),
+               ('730', 'Accesso aggiunto--titolo uniforme', 'Accesso aggiunto--titolo uniforme', 1, 0, NULL, 'KT'),
+               ('740', 'Accesso aggiunto--titolo analitico/correlato non controllato', 'Accesso aggiunto--titolo analitico/correlato non controllato', 1, 0, NULL, 'KT'),
+               ('752', 'Accesso aggiunto – nome gerarchico di luogo', 'Accesso aggiunto – nome gerarchico di luogo', 1, 0, NULL, 'KT'),
+               ('753', 'Dettagli sul sistema per accedere ai computer file', 'Dettagli sul sistema per accedere ai computer file', 1, 0, NULL, 'KT'),
+               ('754', 'Accesso aggiunto--identificazione tassonomica', 'Accesso aggiunto--identificazione tassonomica', 1, 0, NULL, 'KT'),
                ('755', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('760', 'MAIN SERIES ENTRY', 'MAIN SERIES ENTRY', 1, 0, NULL, 'KT'),
-               ('762', 'SUBSERIES ENTRY', 'SUBSERIES ENTRY', 1, 0, NULL, 'KT'),
-               ('765', 'ORIGINAL LANGUAGE ENTRY', 'ORIGINAL LANGUAGE ENTRY', 1, 0, NULL, 'KT'),
-               ('767', 'TRANSLATION ENTRY', 'TRANSLATION ENTRY', 1, 0, NULL, 'KT'),
-               ('770', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 1, 0, NULL, 'KT'),
-               ('772', 'SUPPLEMENT PARENT ENTRY', 'SUPPLEMENT PARENT ENTRY', 1, 0, NULL, 'KT'),
-               ('773', 'HOST ITEM ENTRY', 'HOST ITEM ENTRY', 1, 0, NULL, 'KT'),
-               ('774', 'CONSTITUENT UNIT ENTRY', 'CONSTITUENT UNIT ENTRY', 1, 0, NULL, 'KT'),
-               ('775', 'OTHER EDITION ENTRY', 'OTHER EDITION ENTRY', 1, 0, NULL, 'KT'),
-               ('776', 'ADDITIONAL PHYSICAL FORM ENTRY', 'ADDITIONAL PHYSICAL FORM ENTRY', 1, 0, NULL, 'KT'),
-               ('777', 'ISSUED WITH ENTRY', 'ISSUED WITH ENTRY', 1, 0, NULL, 'KT'),
-               ('780', 'PRECEDING ENTRY', 'PRECEDING ENTRY', 1, 0, NULL, 'KT'),
-               ('785', 'SUCCEEDING ENTRY', 'SUCCEEDING ENTRY', 1, 0, NULL, 'KT'),
-               ('786', 'DATA SOURCE ENTRY', 'DATA SOURCE ENTRY', 1, 0, NULL, 'KT'),
-               ('787', 'NONSPECIFIC RELATIONSHIP ENTRY', 'NONSPECIFIC RELATIONSHIP ENTRY', 1, 0, NULL, 'KT'),
+               ('760', 'Accesso di serie principale', 'Accesso di serie principale', 1, 0, NULL, 'KT'),
+               ('762', 'Accesso di sottoserie', 'Accesso di sottoserie', 1, 0, NULL, 'KT'),
+               ('765', 'Accesso di lingua originale', 'Accesso di lingua originale', 1, 0, NULL, 'KT'),
+               ('767', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'KT'),
+               ('770', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'KT'),
+               ('772', 'Accesso di pubblicazione principale', 'Accesso di pubblicazione principale', 1, 0, NULL, 'KT'),
+               ('773', 'Accesso d’item ospite', 'Accesso d’item ospite', 1, 0, NULL, 'KT'),
+               ('774', 'Accesso d’unità costituente', 'Accesso d’unità costituente', 1, 0, NULL, 'KT'),
+               ('775', 'Acceso di un’altra edizione', 'Acceso di un’altra edizione', 1, 0, NULL, 'KT'),
+               ('776', 'Accesso di forma fisica aggiunta', 'Accesso di forma fisica aggiunta', 1, 0, NULL, 'KT'),
+               ('777', 'Accesso di ', 'Accesso di ', 1, 0, NULL, 'KT'),
+               ('780', 'Accesso precedente', 'Accesso precedente', 1, 0, NULL, 'KT'),
+               ('785', 'Accesso successivo', 'Accesso successivo', 1, 0, NULL, 'KT'),
+               ('786', 'Accesso di fonte dei dati', 'Accesso di fonte dei dati', 1, 0, NULL, 'KT'),
+               ('787', 'Accesso di relazione non specificata', 'Accesso di relazione non specificata', 1, 0, NULL, 'KT'),
                ('789', 'COMPONENT ITEM ENTRY (RLIN)', 'COMPONENT ITEM ENTRY (RLIN)', 1, 0, '', 'KT'),
                ('796', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'KT'),
                ('797', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'KT'),
                ('798', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'KT'),
                ('799', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'KT'),
-               ('800', 'SERIES ADDED ENTRY--PERSONAL NAME', 'SERIES ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'KT'),
-               ('810', 'SERIES ADDED ENTRY--CORPORATE NAME', 'SERIES ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'KT'),
-               ('811', 'SERIES ADDED ENTRY--MEETING NAME', 'SERIES ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'KT'),
-               ('830', 'SERIES ADDED ENTRY--UNIFORM TITLE', 'SERIES ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'KT'),
+               ('800', 'Accesso aggiunto di serie--nome di persona', 'Accesso aggiunto di serie--nome di persona', 1, 0, NULL, 'KT'),
+               ('810', 'Accesso aggiunto di serie--nome di ente', 'Accesso aggiunto di serie--nome di ente', 1, 0, NULL, 'KT'),
+               ('811', 'Accesso aggiunto di serie--nome di convegno', 'Accesso aggiunto di serie--nome di convegno', 1, 0, NULL, 'KT'),
+               ('830', 'Accesso aggiunto di serie--titolo uniforme', 'Accesso aggiunto di serie--titolo uniforme', 1, 0, NULL, 'KT'),
                ('840', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('841', 'HOLDINGS CODED DATA VALUES', 'HOLDINGS CODED DATA VALUES', 0, 0, NULL, 'KT'),
-               ('842', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 0, 0, NULL, 'KT'),
-               ('843', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'KT'),
-               ('844', 'NAME OF UNIT', 'NAME OF UNIT', 0, 0, NULL, 'KT'),
-               ('845', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'KT'),
-               ('850', 'HOLDING INSTITUTION', 'HOLDING INSTITUTION', 1, 0, NULL, 'KT'),
+               ('841', 'Valori dei dati codificati di posseduti', 'Valori dei dati codificati di posseduti', 0, 0, NULL, 'KT'),
+               ('842', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, NULL, 'KT'),
+               ('843', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'KT'),
+               ('844', 'Nome dell’unità', 'Nome dell’unità', 0, 0, NULL, 'KT'),
+               ('845', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'KT'),
+               ('850', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 'KT'),
                ('851', 'LOCATION [OBSOLETE]', 'LOCATION [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('852', 'LOCATION/CALL NUMBER', 'LOCATION/CALL NUMBER', 1, 0, NULL, 'KT'),
-               ('853', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'KT'),
-               ('854', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'KT'),
-               ('855', 'CAPTIONS AND PATTERN--INDEXES', 'CAPTIONS AND PATTERN--INDEXES', 1, 0, NULL, 'KT'),
-               ('856', 'URL/ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL, 'KT'),
+               ('852', 'Localizzazione', 'Localizzazione', 1, 0, NULL, 'KT'),
+               ('853', 'Legende e modello--unità bibliografica basilare', 'Legende e modello--unità bibliografica basilare', 1, 0, NULL, 'KT'),
+               ('854', 'Legende e modello--supplementi', 'Legende e modello--supplementi', 1, 0, NULL, 'KT'),
+               ('855', 'Legende e modello--indici', 'Legende e modello--indici', 1, 0, NULL, 'KT'),
+               ('856', 'Localizzazione e accesso elettronico', 'Localizzazione e accesso elettronico', 1, 0, NULL, 'KT'),
                ('859', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', 'KT'),
-               ('863', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'KT'),
-               ('864', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'KT'),
-               ('865', 'ENUMERATION AND CHRONOLOGY--INDEXES', 'ENUMERATION AND CHRONOLOGY--INDEXES', 1, 0, NULL, 'KT'),
-               ('866', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'KT'),
-               ('867', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'KT'),
-               ('868', 'TEXTUAL HOLDINGS--INDEXES', 'TEXTUAL HOLDINGS--INDEXES', 1, 0, NULL, 'KT'),
+               ('863', 'Numerazione e cronologia--unità bibliografica basilare', 'Numerazione e cronologia--unità bibliografica basilare', 1, 0, NULL, 'KT'),
+               ('864', 'Numerazione e cronologia--supplementi', 'Numerazione e cronologia--supplementi', 1, 0, NULL, 'KT'),
+               ('865', 'Numerazione e cronologia--indici', 'Numerazione e cronologia--indici', 1, 0, NULL, 'KT'),
+               ('866', 'Formulazione testuale di posseduti--unità bibliografica basilare', 'Formulazione testuale di posseduti--unità bibliografica basilare', 1, 0, NULL, 'KT'),
+               ('867', 'Formulazione testuale di posseduti--supplementi', 'Formulazione testuale di posseduti--supplementi', 1, 0, NULL, 'KT'),
+               ('868', 'Formulazione testuale di posseduti--indici', 'Formulazione testuale di posseduti--indici', 1, 0, NULL, 'KT'),
                ('870', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 1, 0, NULL, 'KT'),
                ('871', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 1, 0, NULL, 'KT'),
                ('872', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 1, 0, NULL, 'KT'),
                ('873', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 1, 0, NULL, 'KT'),
-               ('876', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'KT'),
-               ('877', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'KT'),
-               ('878', 'ITEM INFORMATION--INDEXES', 'ITEM INFORMATION--INDEXES', 1, 0, NULL, 'KT'),
-               ('880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL, 'KT'),
-               ('886', 'FOREIGN MARC INFORMATION FIELD', 'FOREIGN MARC INFORMATION FIELD', 1, 0, NULL, 'KT'),
-               ('887', 'NON-MARC INFORMATION FIELD', 'NON-MARC INFORMATION FIELD', 1, 0, NULL, 'KT'),
+               ('876', 'Informazione sull’item--unità bibliografica basilare', 'Informazione sull’item--unità bibliografica basilare', 1, 0, NULL, 'KT'),
+               ('877', 'Informazione sull’item--supplementi', 'Informazione sull’item--supplementi', 1, 0, NULL, 'KT'),
+               ('878', 'Informazione sull’item--indici', 'Informazione sull’item--indici', 1, 0, NULL, 'KT'),
+               ('880', 'Rappresentazione grafica alternativa', 'Rappresentazione grafica alternativa', 1, 0, NULL, 'KT'),
+               ('886', 'Campo dell’informazione per MARC differenti', 'Campo dell’informazione per MARC differenti', 1, 0, NULL, 'KT'),
+               ('887', 'Campo dell’informazione per non-MARC', 'Campo dell’informazione per non-MARC', 1, 0, NULL, 'KT'),
                ('896', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'KT'),
                ('897', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'KT'),
                ('898', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'KT'),
@@ -20101,7 +20526,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('906', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 1, 0, '', 'KT'),
                ('907', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 1, 0, '', 'KT'),
                ('908', 'PUT COMMAND PARAMETER (RLIN)', 'PUT COMMAND PARAMETER (RLIN)', 0, 0, '', 'KT'),
-               ('910', 'USER-OPTION DATA (COLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'KT'),
+               ('910', 'USER-OPTION DATA (OCLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'KT'),
                ('911', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 1, 0, '', 'KT'),
                ('930', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 1, 0, '', 'KT'),
                ('936', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 0, 0, '', 'KT'),
@@ -20114,7 +20539,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('948', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 1, 0, '', 'KT'),
                ('949', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', 'KT'),
                ('950', 'LOCAL HOLDINGS (RLIN)', 'LOCAL HOLDINGS (RLIN)', 1, 0, '', 'KT'),
-               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE-GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'KT'),
+               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'KT'),
                ('955', 'COPY-LEVEL INFORMATION (RLIN)', 'COPY-LEVEL INFORMATION (RLIN)', 1, 0, '', 'KT'),
                ('956', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 1, 0, '', 'KT'),
                ('960', 'PHYSICAL LOCATION (RLIN)', 'PHYSICAL LOCATION (RLIN)', 1, 0, '', 'KT'),
@@ -20122,7 +20547,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('980', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'KT'),
                ('981', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'KT'),
                ('982', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'KT'),
-               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE--SERIES STATEMENT-TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'KT'),
+               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'KT'),
                ('984', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 1, 0, '', 'KT'),
                ('987', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 1, 0, '', 'KT'),
                ('990', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 1, 0, '', 'KT'),
@@ -20132,220 +20557,224 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
 
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'KT', '', '', NULL),
-               ('001', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'KT', '', '', NULL),
-               ('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'KT', '', '', NULL),
-               ('006', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'KT', '', '', NULL),
-               ('007', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'KT', '', '', NULL),
-               ('008', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'KT', '', '', NULL),
-               ('009', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', NULL, 0, -6, 'KT', '', '', NULL),
-               ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('011', 'a', 'LC control number', 'LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('013', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'KT', '', '', NULL),
-               ('013', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('013', 'a', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('013', 'b', 'Country', 'Country', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('013', 'c', 'Type of number', 'Type of number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('013', 'd', 'Date', 'Date', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('013', 'e', 'Status', 'Status', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('013', 'f', 'Party to document', 'Party to document', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('015', '2', 'Source', 'Source', 0, 0, '', 0, '', '', NULL, 0, -6, 'KT', '', '', NULL),
-               ('015', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('015', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('015', 'a', 'National bibliography number', 'National bibliography number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('016', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('016', 'a', 'Record control number', 'Record control number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('016', 'z', 'Canceled or invalid record control number', 'Canceled or invalid record control number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('017', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('017', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('017', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('017', 'a', 'Copyright or legal deposit number', 'Copyright or legal deposit number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('017', 'b', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('017', 'd', 'Date', 'Date', 0, 0, '', 0, '', '', NULL, 0, -6, 'KT', '', '', NULL),
-               ('017', 'i', 'Display text', 'Display text', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('018', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('018', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('018', 'a', 'Copyright article-fee code', 'Copyright article-fee code', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('020', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('020', 'z', 'Cancelled/invalid ISBN', 'Cancelled/invalid ISBN', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('022', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('022', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('000', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'KT', '', '', NULL),
+               ('001', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('003', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'KT', '', '', NULL),
+               ('005', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'KT', '', '', NULL),
+               ('006', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'KT', '', '', NULL),
+               ('007', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'KT', '', '', NULL),
+               ('008', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'KT', '', '', NULL),
+               ('009', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('010', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', NULL, 0, -6, 'KT', '', '', NULL),
+               ('010', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('010', 'b', 'Numero di controllo del NUCMC', 'Numero di controllo del NUCMC', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('010', 'z', 'Numero di controllo della LC cancellato o errato', 'Numero di controllo della LC cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('011', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('013', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'KT', '', '', NULL),
+               ('013', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('013', 'a', 'Numero', 'Numero', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('013', 'b', 'Paese', 'Paese', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('013', 'c', 'Tipo di numero', 'Tipo di numero', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('013', 'd', 'Data', 'Data', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('013', 'e', 'Stato', 'Stato', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('013', 'f', 'Parte responsabile del documento', 'Parte responsabile del documento', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('015', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', NULL, 0, -6, 'KT', '', '', NULL),
+               ('015', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('015', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('015', 'a', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('016', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('016', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('016', 'a', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('016', 'z', 'Numero di controllo della registrazione cancellato o errato', 'Numero di controllo della registrazione cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('017', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('017', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('017', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('017', 'a', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('017', 'b', 'Agenzia che assegna il numero', 'Agenzia che assegna il numero', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('017', 'd', 'Data', 'Data', 0, 0, '', 0, '', '', NULL, 0, -6, 'KT', '', '', NULL),
+               ('017', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('018', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('018', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('018', 'a', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('020', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('020', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('020', 'a', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('020', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('020', 'z', 'ISBN cancellato o errato', 'ISBN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('022', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('022', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('022', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('022', 'a', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('022', 'y', 'ISSN errato', 'ISSN errato', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('022', 'z', 'ISSN cancellato', 'ISSN cancellato', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('023', 'a', 'Standard film number', 'Standard film number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('024', '2', 'Source of number or code', 'Source of number or code', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('024', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('024', '2', 'Fonte del numero o codice', 'Fonte del numero o codice', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('024', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('024', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('024', 'a', 'Numero standard o codice', 'Numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
                ('024', 'b', 'Additional codes following the standard number [OBSOLETE]', 'Additional codes following the standard number [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('025', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('025', 'a', 'Overseas acquisition number', 'Overseas acquisition number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('026', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('026', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('026', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('026', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('026', 'a', 'First and second groups of characters', 'First and second groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('026', 'b', 'Third and fourth groups of characters', 'Third and fourth groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('026', 'c', 'Date', 'Date', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('026', 'd', 'Number of volume or part', 'Number of volume or part', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('026', 'e', 'unparsed fingerprint', 'unparsed fingerprint', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('027', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('027', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('027', 'a', 'Standard technical report number', 'Standard technical report number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('027', 'z', 'Canceled/invalid number', 'Canceled/invalid number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('028', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('028', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('028', 'a', 'Publisher number', 'Publisher number', 0, 0, '', 0, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('028', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('030', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('030', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('024', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('024', 'd', 'Codici addizionali che seguono il numero standard o codice', 'Codici addizionali che seguono il numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('024', 'z', 'Numero standard o codice, cancellato o errato', 'Numero standard o codice, cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('025', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('025', 'a', 'Numero d\'acquisto estero', 'Numero d\'acquisto estero', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('026', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('026', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('026', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('026', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('026', 'a', 'Primo e secondo gruppo di caratteri', 'Primo e secondo gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('026', 'b', 'Terzo e quarto gruppo di caratteri', 'Terzo e quarto gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('026', 'c', 'Data', 'Data', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('026', 'd', 'Numero del volume o parte', 'Numero del volume o parte', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('026', 'e', 'Impronta non analizzata', 'Impronta non analizzata', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('027', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('027', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('027', 'a', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('027', 'z', 'Numero cancellato o errato', 'Numero cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('028', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('028', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('028', 'a', 'Numero dell\'editore', 'Numero dell\'editore', 0, 0, '', 0, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('028', 'b', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('029', 'a', 'OCLC library identifier', 'OCLC library identifier', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('029', 'b', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('029', 'c', 'OAI set name', 'OAI set name', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('029', 't', 'Content type identifier', 'Content type identifier', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('030', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('030', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('030', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('030', 'z', 'Canceled/invalid CODEN', 'Canceled/invalid CODEN', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', '2', 'System code', 'System code', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'a', 'Number of work', 'Number of work', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'b', 'Number of movement', 'Number of movement', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'e', 'Role', 'Role', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'g', 'Clef', 'Clef', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'n', 'Key signature', 'Key signature', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'o', 'Time signature', 'Time signature', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'p', 'Musical notation', 'Musical notation', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'q', 'General note', 'General note', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'r', 'Key or mode', 'Key or mode', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 's', 'Coded validity note', 'Coded validity note', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 't', 'Text incipit', 'Text incipit', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 0, '', '', '', 1, -6, 'KT', '', '', NULL),
-               ('031', 'y', 'Link text', 'Link text', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('031', 'z', 'Public note', 'Public note', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('032', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'KT', '', '', NULL),
-               ('032', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('032', 'a', 'Postal registration number', 'Postal registration number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('032', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('033', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('033', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('033', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('033', 'a', 'Formatted date/time', 'Formatted date/time', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('033', 'b', 'Geographic classification area code', 'Geographic classification area code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('033', 'c', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'a', 'Category of scale', 'Category of scale', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'b', 'Constant ratio linear horizontal scale', 'Constant ratio linear horizontal scale', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'c', 'Constant ratio linear vertical scale', 'Constant ratio linear vertical scale', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'h', 'Angular scale', 'Angular scale', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'p', 'Equinox', 'Equinox', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'r', 'Distrance from earth', 'Distrance from earth', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'x', 'Beginning date', 'Beginning date', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'y', 'Ending date', 'Ending date', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('035', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('030', 'z', 'CODEN cancellato o errato', 'CODEN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', '2', 'Codice di sistema', 'Codice di sistema', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'a', 'Numero di composizione', 'Numero di composizione', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'b', 'Numero di movimento', 'Numero di movimento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'c', 'Numero progressivo nel movimento', 'Numero progressivo nel movimento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'd', 'Titolo o intitolazione', 'Titolo o intitolazione', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'e', 'Personaggio', 'Personaggio', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'g', 'Chiave', 'Chiave', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'm', 'Voce/strumento', 'Voce/strumento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'n', 'Alterazioni', 'Alterazioni', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'o', 'Misura', 'Misura', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'p', 'Contesto musicale', 'Contesto musicale', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'q', 'Nota generale', 'Nota generale', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'r', 'Tonalità o modo', 'Tonalità o modo', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 's', 'Nota codificata di validità', 'Nota codificata di validità', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 't', 'Incipit testuale', 'Incipit testuale', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 0, '', '', '', 1, -6, 'KT', '', '', NULL),
+               ('031', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('031', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('032', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'KT', '', '', NULL),
+               ('032', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('032', 'a', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('032', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('033', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('033', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('033', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('033', 'a', 'Data/ora formattate', 'Data/ora formattate', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('033', 'b', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('033', 'c', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'a', 'Categoria della scala', 'Categoria della scala', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'b', 'Rapporto costante (scala orizzontale)', 'Rapporto costante (scala orizzontale)', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'c', 'Rapporto costante (scala verticale)', 'Rapporto costante (scala verticale)', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'd', 'Coordinate--longitudine limite Ovest', 'Coordinate--longitudine limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'e', 'Coordinate--longitudine limite Est', 'Coordinate--longitudine limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'f', 'Coordinate--latitudine limite Nord', 'Coordinate--latitudine limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'g', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'h', 'Scala angolare', 'Scala angolare', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'j', 'Declinazione--limite Nord', 'Declinazione--limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'k', 'Declinazione--limite Sud', 'Declinazione--limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'm', 'Ascensione retta--limite Est', 'Ascensione retta--limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'n', 'Ascensione retta--limite Ovest', 'Ascensione retta--limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'p', 'Equinozio', 'Equinozio', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'r', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 's', 'Latitudine del perimetro', 'Latitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 't', 'Longitudine del perimetro', 'Longitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'x', 'Data d\'inizio', 'Data d\'inizio', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'y', 'Data di fine', 'Data di fine', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('034', 'z', 'Nome dell\'oggetto extraterrestre', 'Nome dell\'oggetto extraterrestre', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('035', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('035', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('035', 'a', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('036', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('036', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('036', 'a', 'Original study number', 'Original study number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('036', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('037', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('037', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('037', 'a', 'Stock number', 'Stock number', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('037', 'b', 'Source of stock number/acquisition', 'Source of stock number/acquisition', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('037', 'c', 'Terms of availability', 'Terms of availability', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('037', 'f', 'Form of issue', 'Form of issue', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('037', 'g', 'Additional format characteristics', 'Additional format characteristics', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('037', 'n', 'Note', 'Note', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('038', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('038', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('038', 'a', 'Record content licensor', 'Record content licensor', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('035', 'z', 'Numero di controllo del sistema cancellato o errato', 'Numero di controllo del sistema cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('036', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('036', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('036', 'a', 'Numero dello studio originale', 'Numero dello studio originale', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('036', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('037', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('037', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('037', 'a', 'Numero di magazzino', 'Numero di magazzino', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('037', 'b', 'Fonte del numero di magazzino/d\'acquisto', 'Fonte del numero di magazzino/d\'acquisto', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('037', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('037', 'f', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('037', 'g', 'Caratteristiche addizionali di formato', 'Caratteristiche addizionali di formato', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('037', 'n', 'Nota', 'Nota', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('038', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('038', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('038', 'a', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('039', 'a', 'Level of rules in bibliographic description', 'Level of rules in bibliographic description', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('039', 'b', 'Level of effort used to assign nonsubject heading access points', 'Level of effort used to assign nonsubject heading access points', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('039', 'c', 'Level of effort used to assign subject headings', 'Level of effort used to assign subject headings', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('039', 'd', 'Level of effort used to assign classification', 'Level of effort used to assign classification', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('039', 'e', 'Number of fixed field character positions coded', 'Number of fixed field character positions coded', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('040', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('040', 'e', 'Description conventions', 'Description conventions', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('041', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('041', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('041', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('041', 'a', 'Language code of text/sound track or separate title', 'Language code of text/sound track or separate title', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('041', 'b', 'Language code of summary or abstract/overprinted title or subtitle', 'Language code of summary or abstract/overprinted title or subtitle', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('040', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('040', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('040', 'a', 'Agenzia catalografica originale', 'Agenzia catalografica originale', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('040', 'b', 'Lingua della catalogazione', 'Lingua della catalogazione', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('040', 'c', 'Agenzia che fa la trascrizione', 'Agenzia che fa la trascrizione', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('040', 'd', 'Agenzia che fa la modifica', 'Agenzia che fa la modifica', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('040', 'e', 'Regole di descrizione', 'Regole di descrizione', 0, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('041', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('041', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('041', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('041', 'a', 'Codice di lingua del testo/traccia sonora o titolo separato', 'Codice di lingua del testo/traccia sonora o titolo separato', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('041', 'b', 'Codice di lingua del riassunto, estratto o sottotitoli', 'Codice di lingua del riassunto, estratto o sottotitoli', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('041', 'c', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('041', 'd', 'Language code of sung or spoken text', 'Language code of sung or spoken text', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('041', 'e', 'Language code of librettos', 'Language code of librettos', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('041', 'f', 'Language code of table of contents', 'Language code of table of contents', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('041', 'g', 'Language code of accompanying material other than librettos', 'Language code of accompanying material other than librettos', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('041', 'h', 'Language code of original and/or intermediate translations of text', 'Language code of original and/or intermediate translations of text', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('042', 'a', 'Authentication code', 'Authentication code', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('043', '2', 'Source of local code', 'Source of local code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('043', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('043', 'c', 'ISO code', 'ISO code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('044', '2', 'Source of local subentity code', 'Source of local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('044', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('044', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('044', 'a', 'MARC country code', 'MARC country code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('044', 'b', 'Local subentity code', 'Local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('044', 'c', 'ISO country code', 'ISO country code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('045', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('045', 'a', 'Time period code', 'Time period code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', '2', 'Source of date', 'Source of date', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', 'a', 'Type of date code', 'Type of date code', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', 'b', 'Date 1 (B.C. date)', 'Date 1 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', 'c', 'Date 1 (C.E. date)', 'Date 1 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', 'd', 'Date 2 (B.C. date)', 'Date 2 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', 'e', 'Date 2 (C.E. date)', 'Date 2 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', 'j', 'Date resource modified', 'Date resource modified', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', 'l', 'Ending date created', 'Ending date created', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', 'm', 'Beginning of date valid', 'Beginning of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('046', 'n', 'End of date valid', 'End of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('047', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('047', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('047', 'a', 'Form of musical composition code', 'Form of musical composition code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('048', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('048', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('048', 'a', 'Performer or ensemble', 'Performer or ensemble', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('048', 'b', 'Soloist', 'Soloist', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('041', 'd', 'Codice della lingua del testo cantato o parlato', 'Codice della lingua del testo cantato o parlato', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('041', 'e', 'Codice della lingua dei libretti', 'Codice della lingua dei libretti', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('041', 'f', 'Codice della lingua del sommario', 'Codice della lingua del sommario', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('041', 'g', 'Codice della lingua del materiale allegato diverso dai libretti', 'Codice della lingua del materiale allegato diverso dai libretti', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('041', 'h', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 1, 0, '', 0, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('042', 'a', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('043', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('043', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('043', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('043', 'a', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('043', 'b', 'Codice locale GAC (codice dell\'area geografica)', 'Codice locale GAC (codice dell\'area geografica)', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('043', 'c', 'Codice ISO', 'Codice ISO', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('044', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('044', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('044', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('044', 'a', 'Codice MARC del paese', 'Codice MARC del paese', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('044', 'b', 'Codice di sottoente locale', 'Codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('044', 'c', 'Codice ISO del paese', 'Codice ISO del paese', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('045', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('045', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('045', 'a', 'Codice di periodo di tempo', 'Codice di periodo di tempo', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('045', 'b', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('045', 'c', 'Periodo di tempo formattato anteriore al 9999 a.C.', 'Periodo di tempo formattato anteriore al 9999 a.C.', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', '2', 'Fonte della data', 'Fonte della data', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', 'a', 'Codice di tipo di data', 'Codice di tipo di data', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', 'b', 'Data 1 (data a.C.)', 'Data 1 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', 'c', 'Data 1 (data d.C.)', 'Data 1 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', 'd', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', 'e', 'Data 2 (data d.C.)', 'Data 2 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', 'j', 'Data della modifica della risorsa', 'Data della modifica della risorsa', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', 'k', 'Data iniziale di creazione o data semplice', 'Data iniziale di creazione o data semplice', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', 'l', 'Data finale di creazione', 'Data finale di creazione', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', 'm', 'Data iniziale di validità', 'Data iniziale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('046', 'n', 'Data finale di validità', 'Data finale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('047', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('047', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('047', 'a', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('048', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('048', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('048', 'a', 'Esecutore o complesso', 'Esecutore o complesso', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('048', 'b', 'Solista', 'Solista', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('049', 'a', 'Holding library', 'Holding library', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('049', 'c', 'Copy statement', 'Copy statement', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('049', 'd', 'Definition of bibliographic subdivisions', 'Definition of bibliographic subdivisions', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
@@ -20359,82 +20788,82 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('049', 's', 'Fifth bibliographic subdivision', 'Fifth bibliographic subdivision', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('049', 't', 'Sixth bibliographic subdivision', 'Sixth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('049', 'u', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('049', 'v', 'Primary bibliographic subdivision', 'Primary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('049', 'v', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('049', 'y', 'Inclusive dates of publication or coverage', 'Inclusive dates of publication or coverage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('050', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('050', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('050', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('050', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('050', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('050', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('050', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('050', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('050', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, 0, 'KT', '', '', NULL),
                ('050', 'd', 'Supplementary class number (MU) [OBSOLETE]', 'Supplementary class number (MU) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('051', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('051', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('051', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('051', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('052', '2', 'Code Source', 'Code Source', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('052', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('051', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('051', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('051', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('051', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('052', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('052', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('052', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('052', 'a', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('052', 'b', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('052', 'c', 'Subject (MP) [OBSOLETE]', 'Subject (MP) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('052', 'd', 'Populated place name', 'Populated place name', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('055', '2', 'Source of call/class number', 'Source of call/class number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('055', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('055', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('055', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('060', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('060', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('061', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('061', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('061', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('061', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('070', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('070', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('071', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('071', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('071', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('071', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('072', '2', 'Source', 'Source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('072', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('072', 'a', 'Subject category code', 'Subject category code', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('074', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('074', 'a', 'GPO item number', 'GPO item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('074', 'z', 'Canceled/invalid GPO item number', 'Canceled/invalid GPO item number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('080', '2', 'Edition identifier', 'Edition identifier', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('080', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('080', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('082', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('082', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('082', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('082', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('084', '2', 'Source of number', 'Source of number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('084', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('084', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('084', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('086', '2', 'Number source', 'Number source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('086', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('086', 'a', 'Classification number', 'Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('086', 'z', 'Canceled/invalid classification number', 'Canceled/invalid classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('052', 'd', 'Nome di luogo abitato', 'Nome di luogo abitato', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('055', '2', 'Fonte del numero di chiamata/classe', 'Fonte del numero di chiamata/classe', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('055', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('055', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('055', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('055', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('060', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('060', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('060', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('061', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('061', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('061', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('061', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('066', 'a', 'Set di caratteri primario G0', 'Set di caratteri primario G0', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('066', 'b', 'Set di caratteri primario G1', 'Set di caratteri primario G1', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('066', 'c', 'Set di caratteri alternativo G0 o G1', 'Set di caratteri alternativo G0 o G1', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('070', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('070', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('070', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('071', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('071', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('071', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('071', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('072', '2', 'Fonte', 'Fonte', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('072', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('072', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('072', 'a', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('072', 'x', 'Suddivisione del codice di categoria di soggetto', 'Suddivisione del codice di categoria di soggetto', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('074', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('074', 'a', 'Numero GPO dell\'item', 'Numero GPO dell\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('074', 'z', 'Numero GPO dell\'item cancellato/errato', 'Numero GPO dell\'item cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('080', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('080', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('080', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('080', 'a', 'Numero di Classificazione decimale universale', 'Numero di Classificazione decimale universale', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('080', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('080', 'x', 'Suddivisione ausiliare comune', 'Suddivisione ausiliare comune', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('082', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('082', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('082', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('082', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('082', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('084', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('084', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('084', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('084', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('084', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('086', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('086', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('086', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('086', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('086', 'z', 'Numero di classificazione cancellato/errato', 'Numero di classificazione cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('087', 'a', 'Report number [OBSOLETE, CAN/MARC]', 'Report number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('087', 'z', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('088', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('088', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('088', 'a', 'Report number', 'Report number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('088', 'z', 'Canceled/invalid report number', 'Canceled/invalid report number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('088', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('088', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('088', 'a', 'Numero di rapporto', 'Numero di rapporto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('088', 'z', 'Numero di rapporto cancellato/errato', 'Numero di rapporto cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('090', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('090', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, '', 0, '', '', '', 0, 5, 'KT', '', '', NULL),
@@ -20449,1747 +20878,1749 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('090', 'z', 'Retention, VOL (RLIN)', 'Retention, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('091', 'a', 'Microfilm shelf location', 'Microfilm shelf location', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('092', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('092', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('092', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('092', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('092', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('092', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('092', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('096', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('096', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('096', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('096', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('096', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('098', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('099', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('099', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('099', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('100', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('100', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('100', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('100', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('100', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, 0, 'KT', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
-               ('100', 'b', 'Numeration', 'Numeration', 0, 0, '', 1, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 1, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 1, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('100', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('100', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('100', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('100', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 1, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('100', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('100', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('110', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('110', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('100', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, 0, 'KT', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
+               ('100', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 1, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 1, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('100', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 1, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('100', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('100', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('100', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('100', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('100', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('100', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('100', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('100', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('100', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 1, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('100', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('100', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('110', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('110', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('110', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('110', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'KT', '', '', NULL),
-               ('110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 1, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('110', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 1, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 1, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('110', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('110', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('110', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('110', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('110', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('110', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('110', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('111', '4', 'Relator code', 'Relator code', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('111', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('110', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'KT', '', '', NULL),
+               ('110', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 1, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('110', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 1, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('110', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 1, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('110', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('110', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('110', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('110', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('110', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('110', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('110', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('110', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('110', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('111', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('111', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('111', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('111', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'KT', '', '', NULL),
+               ('111', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'KT', '', '', NULL),
                ('111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('111', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('111', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('111', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('111', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('111', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('111', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('111', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('111', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('111', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('111', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('111', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('111', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('111', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('111', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('111', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('111', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('111', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('111', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('111', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('111', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('111', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('111', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('130', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('130', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 'h', 'Medium', 'Medium', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 's', 'Version', 'Version', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('130', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('210', '2', 'Source', 'Source', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('210', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('210', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('210', 'a', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('210', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('211', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 's', 'Versione', 'Versione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('130', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('210', '2', 'Fonte', 'Fonte', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('210', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('210', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('210', 'a', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('210', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('211', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('211', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('212', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('212', 'a', 'Variant access title', 'Variant access title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('214', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('212', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('212', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('214', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('214', 'a', 'Augmented title', 'Augmented title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('222', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('222', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('222', 'a', 'Key title', 'Key title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('222', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('240', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('240', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('222', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('222', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('222', 'a', 'Titolo chiave', 'Titolo chiave', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('222', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('240', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('240', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('240', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('240', 'a', 'Uniform title', 'Uniform title', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'KT', '', '', NULL),
-               ('240', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('240', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('240', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('240', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('240', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('240', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('240', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('240', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('240', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('240', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('240', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('240', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('240', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'KT', '', '', NULL),
+               ('240', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('240', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('240', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('240', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('240', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('240', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('240', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('240', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('240', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('240', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('240', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('240', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'KT', '', '', NULL),
                ('241', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('241', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('242', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('242', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('242', 'a', 'Title', 'Title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('242', 'b', 'Remainder of title', 'Remainder of title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('242', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('241', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('242', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('242', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('242', 'a', 'Titolo', 'Titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('242', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('242', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('242', 'd', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('242', 'e', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('242', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('242', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('242', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('242', 'y', 'Language code of translated title', 'Language code of translated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('243', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('243', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('242', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('242', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('242', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('242', 'y', 'Codice di lingua del titolo tradotto', 'Codice di lingua del titolo tradotto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('243', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('243', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('243', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('243', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 2, '', '', '', 1, -1, 'KT', '', '', NULL),
-               ('243', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('243', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('243', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('243', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('243', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('243', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('243', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('243', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('243', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('243', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('243', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('243', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('245', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('245', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('245', 'a', 'Title', 'Title', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'KT', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
-               ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('245', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, '', 2, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series: (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('243', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 2, '', '', '', 1, -1, 'KT', '', '', NULL),
+               ('243', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('243', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('243', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('243', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('243', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('243', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('243', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('243', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('243', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('243', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('243', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('243', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('245', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('245', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('245', 'a', 'Titolo', 'Titolo', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'KT', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
+               ('245', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('245', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, '', 2, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('245', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('245', 'f', 'Inclusive dates', 'Inclusive dates', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('245', 'g', 'Bulk dates', 'Bulk dates', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('245', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('245', 'k', 'Form', 'Form', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('245', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('245', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('245', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('246', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('246', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('246', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('246', 'a', 'Title proper/short title', 'Title proper/short title', 0, 0, '', 2, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('246', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('245', 'f', 'Date inclusive', 'Date inclusive', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('245', 'g', 'Date preponderanti', 'Date preponderanti', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('245', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('245', 'k', 'Forma', 'Forma', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('245', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('245', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('245', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('246', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('246', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('246', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('246', 'a', 'Titolo proprio/titolo breve', 'Titolo proprio/titolo breve', 0, 0, '', 2, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('246', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('246', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('246', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('246', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('246', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('246', 'i', 'Display text', 'Display text', 0, 0, '', 2, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('246', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('246', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('247', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('247', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('247', 'a', 'Title', 'Title', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('247', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('246', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('246', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('246', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('246', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 2, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('246', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('246', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('247', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('247', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('247', 'a', 'Titolo', 'Titolo', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('247', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('247', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('247', 'e', 'Name of part/section (SE) [OBSOLETE]', 'Name of part/section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('247', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('247', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('247', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('247', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('247', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('247', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('250', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('250', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('250', 'a', 'Edition statement', 'Edition statement', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('250', 'b', 'Remainder of edition statement', 'Remainder of edition statement', 0, 0, '', 2, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('254', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('254', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('254', 'a', 'Musical presentation statement', 'Musical presentation statement', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('255', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('255', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('255', 'a', 'Statement of scale', 'Statement of scale', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('255', 'b', 'Statement of projection', 'Statement of projection', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('255', 'c', 'Statement of coordinates', 'Statement of coordinates', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('255', 'd', 'Statement of zone', 'Statement of zone', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('255', 'e', 'Statement of equinox', 'Statement of equinox', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('255', 'f', 'Outer G-ring coordinate pairs', 'Outer G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('255', 'g', 'Exclusion G-ring coordinate pairs', 'Exclusion G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('256', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('256', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('256', 'a', 'Computer file characteristics', 'Computer file characteristics', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('257', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('257', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('257', 'a', 'Country of producing entity', 'Country of producing entity', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('258', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('258', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('258', 'a', 'Issuing jurisdiction', 'Issuing jurisdiction', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('258', 'b', 'Denomination', 'Denomination', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('260', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('260', 'a', 'Place of publication, distribution, etc', 'Place of publication, distribution, etc', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('260', 'b', 'Name of publisher, distributor, etc', 'Name of publisher, distributor, etc', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('260', 'c', 'Date of copyright, publication, distribution, release, etc', 'Date of publication, distribution, etc', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('247', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('247', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('247', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('247', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('247', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('247', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('250', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('250', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('250', 'a', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('250', 'b', 'Restante parte della formulazione di edizione', 'Restante parte della formulazione di edizione', 0, 0, '', 2, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('254', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('254', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('254', 'a', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('255', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('255', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('255', 'a', 'Formulazione di scala', 'Formulazione di scala', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('255', 'b', 'Formulazione di proiezione', 'Formulazione di proiezione', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('255', 'c', 'Formulazione di coordinate', 'Formulazione di coordinate', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('255', 'd', 'Formulazione di zona', 'Formulazione di zona', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('255', 'e', 'Formulazione di equinozio', 'Formulazione di equinozio', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('255', 'f', 'Coppie di coordinate d\'inclusione del perimetro', 'Coppie di coordinate d\'inclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('255', 'g', 'Coppie di coordinate di esclusione del perimetro', 'Coppie di coordinate di esclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('256', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('256', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('256', 'a', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('257', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('257', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('257', 'a', 'Paese dell\'ente produttore', 'Paese dell\'ente produttore', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('258', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('258', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('258', 'a', 'Giurisdizione dell\'emissione', 'Giurisdizione dell\'emissione', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('258', 'b', 'Valore facciale', 'Valore facciale', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('260', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('260', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('260', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('260', 'b', 'Nome dell\'editore, distributore, ecc.', 'Nome dell\'editore, distributore, ecc.', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('260', 'c', 'Data di pubblicazione, distribuzione, ecc.', 'Data di pubblicazione, distribuzione, ecc.', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'KT', '', '', NULL),
                ('260', 'd', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('260', 'e', 'Place of manufacture', 'Place of manufacture', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('260', 'f', 'Manufacturer', 'Manufacturer', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('260', 'g', 'Date of manufacture', 'Date of manufacture', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('260', 'e', 'Luogo di stampa', 'Luogo di stampa', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('260', 'f', 'Stampatore', 'Stampatore', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('260', 'g', 'Data di stampa', 'Data di stampa', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('260', 'k', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('260', 'l', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('261', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('261', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('261', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('261', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('261', 'a', 'Producing company', 'Producing company', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('261', 'b', 'Releasing company (primary distributor)', 'Releasing company (primary distributor)', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('261', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('261', 'd', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('261', 'e', 'Contractual producer', 'Contractual producer', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('261', 'f', 'Place of production, release, etc.', 'Place of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('262', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('262', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('262', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('262', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('262', 'a', 'Place of production, release, etc.', 'Place of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('262', 'b', 'Publisher or trade name', 'Publisher or trade name', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('262', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('262', 'k', 'Serial identification', 'Serial identification', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('262', 'l', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('263', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('263', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('263', 'a', 'Projected publication date', 'Projected publication date', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('263', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('263', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('263', 'a', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('265', '6', 'Linkage [OBSOLETE]', 'Linkage [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('265', 'a', 'Source for acquisition/subscription address [OBSOLETE]', 'Source for acquisition/subscription address [OBSOLETE]', 1, 0, '', 2, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('270', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('270', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('270', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('270', 'a', 'Address', 'Address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'b', 'City', 'City', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'c', 'State or province', 'State or province', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('270', 'd', 'Country', 'Country', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'e', 'Postal code', 'Postal code', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'f', 'Terms preceding attention name', 'Terms preceding attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'g', 'Attention name', 'Attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'h', 'Attention position', 'Attention position', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'i', 'Type of address', 'Type of address', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'j', 'Specialized telephone number', 'Specialized telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'k', 'Telephone number', 'Telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'l', 'Fax number', 'Fax number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'n', 'TDD or TTY number', 'TDD or TTY number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'p', 'Contact person', 'Contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'q', 'Title of contact person', 'Title of contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'r', 'Hours', 'Hours', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('270', 'z', 'Public note', 'Public note', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('300', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('300', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('300', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('300', 'a', 'Extent (number of primary material components followed by format)', 'Extent', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('300', 'b', 'Other physical details', 'Other physical details', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('300', 'c', 'Dimensions', 'Dimensions', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('270', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('270', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('270', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('270', 'a', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'b', 'Città', 'Città', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'c', 'Stato o provincia', 'Stato o provincia', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('270', 'd', 'Paese', 'Paese', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'e', 'Codice postale', 'Codice postale', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'f', 'Parole che precedono il nome del destinatario', 'Parole che precedono il nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'g', 'Nome del destinatario', 'Nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'h', 'Posizione del destinatario', 'Posizione del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'i', 'Persona di contatto', 'Persona di contatto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'j', 'Numero di telefono specializzato', 'Numero di telefono specializzato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'k', 'Numero di telefono', 'Numero di telefono', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'l', 'Numero di fax', 'Numero di fax', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'm', 'Indirizzo e-mail', 'Indirizzo e-mail', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'n', 'Numero di TDD o TTY', 'Numero di TDD o TTY', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'p', 'Persona di contatto', 'Persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'q', 'Titolo della persona di contatto', 'Titolo della persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'r', 'Ore', 'Ore', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('270', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('300', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('300', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('300', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('300', 'a', 'Estensione', 'Estensione', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('300', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('300', 'c', 'Dimensioni', 'Dimensioni', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'KT', '', '', NULL),
                ('300', 'd', 'Accompanying material [OBSOLETE, CAN/MARC]', 'Accompanying material [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('300', 'e', 'Accompanying material (number of secondary material compontents followed by format : physical characteristics ; size. repeated for each type of accompanying material.)', 'Accompanying material', 0, 0, '', 3, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('300', 'f', 'Type of unit', 'Type of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('300', 'g', 'Size of unit', 'Size of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('300', 'e', 'Materiale allegato', 'Materiale allegato', 0, 0, '', 3, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('300', 'f', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('300', 'g', 'Dimensioni del materiale', 'Dimensioni del materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'KT', '', '', NULL),
                ('300', 'k', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('300', 'm', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('300', 'n', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('301', 'a', 'Extent of item', 'Extent of item', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('301', 'b', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('301', 'c', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
-               ('301', 'd', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('301', 'e', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('301', 'f', 'Speed', 'Speed', 0, 0, '', 3, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
+               ('301', 'a', 'Estensione della copia', 'Estensione della copia', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('301', 'b', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('301', 'c', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
+               ('301', 'd', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('301', 'e', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('301', 'f', 'Velocità', 'Velocità', 0, 0, '', 3, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
                ('302', 'a', 'Page count', 'Page count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
                ('303', 'a', 'Unit count', 'Unit count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
                ('304', 'a', 'Linear footage', 'Linear footage', 0, 0, '', 3, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
-               ('305', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('305', 'a', 'Extent', 'Extent', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('305', 'b', 'Other physical details', 'Other physical details', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('305', 'c', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
+               ('305', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('305', 'a', 'Estensione', 'Estensione', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('305', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('305', 'c', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
                ('305', 'd', 'Microgroove or standard', 'Microgroove or standard', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('305', 'e', 'Stereophonic, monaural', 'Stereophonic, monaural', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('305', 'f', 'Number of tracks', 'Number of tracks', 0, 0, '', 3, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
+               ('305', 'e', 'Stereofonico, monoaurale', 'Stereofonico, monoaurale', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('305', 'f', 'Numero dei tracciati', 'Numero dei tracciati', 0, 0, '', 3, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
                ('305', 'm', 'Serial identification', 'Serial identification', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('305', 'n', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 3, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
-               ('306', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('306', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('306', 'a', 'Playing time', 'Playing time', 0, 0, '', 3, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('307', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('307', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('307', 'a', 'Hours', 'Hours', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('307', 'b', 'Additional information', 'Additional information', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('308', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('308', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('308', 'a', 'Number of reels', 'Number of reels', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('306', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('306', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('306', 'a', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, '', 3, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('307', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('307', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('307', 'a', 'Ore', 'Ore', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('307', 'b', 'Informazione addizionale', 'Informazione addizionale', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('308', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('308', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('308', 'a', 'Numero di bobine', 'Numero di bobine', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('308', 'b', 'Footage', 'Footage', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('308', 'c', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('308', 'd', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('308', 'e', 'Width', 'Width', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('308', 'f', 'Presentation format', 'Presentation format', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('310', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('310', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('310', 'a', 'Current publication frequency', 'Current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('310', 'b', 'Date of current publication frequency', 'Date of current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('315', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('315', 'a', 'Frequency', 'Frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('315', 'b', 'Dates of frequency', 'Dates of frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('321', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('321', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('321', 'a', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('321', 'b', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('340', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('340', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('340', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('340', 'a', 'Material base and configuration', 'Material base and configuration', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('340', 'b', 'Dimensions', 'Dimensions', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('340', 'c', 'Materials applied to surface', 'Materials applied to surface', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('340', 'd', 'Information recording technique', 'Information recording technique', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('340', 'e', 'Support', 'Support', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('340', 'f', 'Production rate/ratio', 'Production rate/ratio', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('340', 'h', 'Location within medium', 'Location within medium', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('340', 'i', 'Technical specifications of medium', 'Technical specifications of medium', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', '2', 'Reference method used', 'Reference method used', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'a', 'Name', 'Name', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'b', 'Coordinate or distance units', 'Coordinate or distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'c', 'Latitude resolution', 'Latitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'd', 'Longitude resolution', 'Longitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'e', 'Standard parallel or oblique line latitude', 'Standard parallel or oblique line latitude', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'f', 'Oblique line longitude', 'Oblique line longitude', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'g', 'Longitude of central meridian or projection center', 'Longitude of central meridian or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'h', 'Latitude of projection origin or projection center', 'Latitude of projection origin or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'i', 'False easting', 'False easting', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'j', 'False northing', 'False northing', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'k', 'Scale factor', 'Scale factor', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'l', 'Height of perspective point above surface', 'Height of perspective point above surface', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'm', 'Azimuthal angle', 'Azimuthal angle', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'n', 'Azimuth measure point longitude or straight vertical longitude from pole', 'Azimuth measure point longitude or straight vertical longitude from pole', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'o', 'Landsat number and path number', 'Landsat number and path number', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'p', 'Zone identifier', 'Zone identifier', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'q', 'Ellipsoid name', 'Ellipsoid name', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'r', 'Semi-major axis', 'Semi-major axis', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 's', 'Denominator of flattening ratio', 'Denominator of flattening ratio', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 't', 'Vertical resolution', 'Vertical resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'u', 'Vertical encoding method', 'Vertical encoding method', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'v', 'Local planar, local, or other projection or grid description', 'Local planar, local, or other projection or grid description', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('342', 'w', 'Local planar or local georeference information', 'Local planar or local georeference information', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('343', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('343', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('343', 'a', 'Planar coordinate encoding method', 'Planar coordinate encoding method', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('343', 'b', 'Planar distance units', 'Planar distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('343', 'c', 'Abscissa resolution', 'Abscissa resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('343', 'd', 'Ordinate resolution', 'Ordinate resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('343', 'e', 'Distance resolution', 'Distance resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('343', 'f', 'Bearing resolution', 'Bearing resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('343', 'g', 'Bearing unit', 'Bearing unit', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('343', 'h', 'Bearing reference direction', 'Bearing reference direction', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('343', 'i', 'Bearing reference meridian', 'Bearing reference meridian', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('350', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('350', 'a', 'Price', 'Price', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('350', 'b', 'Form of issue', 'Form of issue', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('351', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('351', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('351', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('351', 'a', 'Organization', 'Organization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('351', 'b', 'Arrangement', 'Arrangement', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('351', 'c', 'Hierarchical level', 'Hierarchical level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('352', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('352', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('352', 'a', 'Direct reference method', 'Direct reference method', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('352', 'b', 'Object type', 'Object type', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('352', 'c', 'Object count', 'Object count', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('352', 'd', 'Row count', 'Row count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('352', 'e', 'Column count', 'Column count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('352', 'f', 'Vertical count', 'Vertical count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('352', 'g', 'VPF topology level', 'VPF topology level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('352', 'i', 'Indirect reference description', 'Indirect reference description', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('355', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('355', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('355', 'a', 'Security classification', 'Security classification', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('355', 'b', 'Handling instructions', 'Handling instructions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('355', 'c', 'External dissemination information', 'External dissemination information', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('355', 'd', 'Downgrading or declassification event', 'Downgrading or declassification event', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('355', 'e', 'Classification system', 'Classification system', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('355', 'f', 'Country of origin code', 'Country of origin code', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('355', 'g', 'Downgrading date', 'Downgrading date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('355', 'h', 'Declassification date', 'Declassification date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('355', 'j', 'Authorization', 'Authorization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('357', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('357', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('357', 'a', 'Originator control term', 'Originator control term', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('357', 'b', 'Originating agency', 'Originating agency', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('357', 'c', 'Authorized recipients of material', 'Authorized recipients of material', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('357', 'g', 'Other restrictions', 'Other restrictions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('359', 'a', 'Rental price', 'Rental price', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('362', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('362', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('362', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('362', 'z', 'Source of information', 'Source of information', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('365', '2', 'Source of price type code', 'Source of price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('365', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('365', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('365', 'a', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('365', 'b', 'Price amount', 'Price amount', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('365', 'c', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('365', 'd', 'Unit of pricing', 'Unit of pricing', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('365', 'e', 'Price note', 'Price note', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('365', 'f', 'Price effective from', 'Price effective from', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('365', 'g', 'Price effective until', 'Price effective until', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('365', 'h', 'Tax rate 1', 'Tax rate 1', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('365', 'i', 'Tax rate 2', 'Tax rate 2', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('365', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('365', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('365', 'm', 'Identification of pricing entity', 'Identification of pricing entity', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('366', '2', 'Source of availability status code', 'Source of availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('366', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('366', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('366', 'a', 'Publishers\' compressed title identification', 'Publishers\' compressed title identification', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('366', 'b', 'Detailed date of publication', 'Detailed date of publication', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('366', 'c', 'Availability status code', 'Availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('366', 'd', 'Expected next availability date', 'Expected next availability date', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('366', 'e', 'Note', 'Note', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('366', 'f', 'Publishers\' discount category', 'Publishers\' discount category', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('366', 'g', 'Date made out of print', 'Date made out of print', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('366', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('366', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('366', 'm', 'Identification of agency', 'Identification of agency', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('400', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('308', 'c', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('308', 'd', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('308', 'e', 'Larghezza', 'Larghezza', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('308', 'f', 'Formato di presentazione', 'Formato di presentazione', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('310', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('310', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('310', 'a', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('310', 'b', 'Data di periodicità corrente della pubblicazione', 'Data di periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('315', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('315', 'a', 'Frequenza', 'Frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('315', 'b', 'Date della frequenza', 'Date della frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('321', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('321', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('321', 'a', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('321', 'b', 'Date di periodicità precedente della pubblicazione', 'Date di periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('340', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('340', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('340', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('340', 'a', 'Base e composizione del materiale', 'Base e composizione del materiale', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('340', 'b', 'Dimensioni', 'Dimensioni', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('340', 'c', 'Materiali applicati alla superficie', 'Materiali applicati alla superficie', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('340', 'd', 'Tecnica della registrazione della informazione', 'Tecnica della registrazione della informazione', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('340', 'e', 'Supporto', 'Supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('340', 'f', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('340', 'h', 'Localizzazione nel supporto', 'Localizzazione nel supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('340', 'i', 'Specificazioni tecniche del supporto', 'Specificazioni tecniche del supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', '2', 'Metodo di riferimento usato', 'Metodo di riferimento usato', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'a', 'Nome', 'Nome', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'b', 'Unità di distanza o di coordinate', 'Unità di distanza o di coordinate', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'c', 'Risoluzione di latitudine', 'Risoluzione di latitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'd', 'Risoluzione di longitudine', 'Risoluzione di longitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'e', 'Parallela standard o latitudine di lineare obliqua', 'Parallela standard o latitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'f', 'Longitudine di lineare obliqua', 'Longitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'g', 'Longitudine del meridiano centrale o del centro della proiezione', 'Longitudine del meridiano centrale o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'h', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'i', 'Ascissa falsa', 'Ascissa falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'j', 'Ordinata falsa', 'Ordinata falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'k', 'Fattore di scala', 'Fattore di scala', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'l', 'Altezza del punto di vista sulla superficie', 'Altezza del punto di vista sulla superficie', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'm', 'Angolo d\'azimut', 'Angolo d\'azimut', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'n', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'o', 'Numero del Landsat e numero di traiettoria', 'Numero del Landsat e numero di traiettoria', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'p', 'Identificatore di zona', 'Identificatore di zona', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'q', 'Nome dell\'ellissoide', 'Nome dell\'ellissoide', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'r', 'Semiasse maggiore', 'Semiasse maggiore', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 's', 'Denominatore del rapporto di spianatura', 'Denominatore del rapporto di spianatura', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 't', 'Risoluzione verticale', 'Risoluzione verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'u', 'Metodo di codifica verticale', 'Metodo di codifica verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'v', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('342', 'w', 'Informazione di riferimento geospaziale locale piano o locale', 'Informazione di riferimento geospaziale locale piano o locale', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('343', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('343', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('343', 'a', 'Metodo di codifica di coordinate piane', 'Metodo di codifica di coordinate piane', 1, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('343', 'b', 'Unità di distanza piana', 'Unità di distanza piana', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('343', 'c', 'Risoluzione dell\'ascissa', 'Risoluzione dell\'ascissa', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('343', 'd', 'Risoluzione dell\'ordinata', 'Risoluzione dell\'ordinata', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('343', 'e', 'Risoluzione di distanza', 'Risoluzione di distanza', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('343', 'f', 'Risoluzione di orientamento', 'Risoluzione di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('343', 'g', 'Unità di orientamento', 'Unità di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('343', 'h', 'Direzione di riferimento dell\'orientamento', 'Direzione di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('343', 'i', 'Meridiano di riferimento dell\'orientamento', 'Meridiano di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('350', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('350', 'a', 'Prezzo', 'Prezzo', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('350', 'b', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('351', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('351', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('351', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('351', 'a', 'Organizzazione', 'Organizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('351', 'b', 'Ordinamento', 'Ordinamento', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('351', 'c', 'Livello gerarchico', 'Livello gerarchico', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('352', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('352', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('352', 'a', 'Metodo di riferimento diretto', 'Metodo di riferimento diretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('352', 'b', 'Tipo di oggetto', 'Tipo di oggetto', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('352', 'c', 'Contatore di oggetti', 'Contatore di oggetti', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('352', 'd', 'Contatore di linee', 'Contatore di linee', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('352', 'e', 'Contattore di colonne', 'Contattore di colonne', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('352', 'f', 'Contattore verticale', 'Contattore verticale', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('352', 'g', 'Livello di topologia VPF', 'Livello di topologia VPF', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('352', 'i', 'Descrizione di riferimento indiretto', 'Descrizione di riferimento indiretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('355', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('355', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('355', 'a', 'Classificazione di sicurezza', 'Classificazione di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('355', 'b', 'Istruzioni per l\'uso', 'Istruzioni per l\'uso', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('355', 'c', 'Informazione di diffusione esterna', 'Informazione di diffusione esterna', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('355', 'd', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('355', 'e', 'Sistema di classificazione', 'Sistema di classificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('355', 'f', 'Codice del paese di origine', 'Codice del paese di origine', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('355', 'g', 'Data di riduzione del livello di sicurezza', 'Data di riduzione del livello di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('355', 'h', 'Data di declassificazione', 'Data di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('355', 'j', 'Autorizzazione', 'Autorizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('357', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('357', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('357', 'a', 'Termine di controllo del creatore', 'Termine di controllo del creatore', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('357', 'b', 'Agenzia di diffusione', 'Agenzia di diffusione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('357', 'c', 'Destinatari autorizzati del materiale', 'Destinatari autorizzati del materiale', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('357', 'g', 'Altre restrizioni', 'Altre restrizioni', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('359', 'a', 'Prezzo del prestito', 'Prezzo del prestito', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('362', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('362', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('362', 'a', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('362', 'z', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('365', '2', 'Fonte del codice del tipo di prezzo', 'Fonte del codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('365', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('365', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('365', 'a', 'Codice del tipo di prezzo', 'Codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('365', 'b', 'Prezzo totale', 'Prezzo totale', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('365', 'c', 'Codice della valuta', 'Codice della valuta', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('365', 'd', 'Unità de fissazione del prezzo', 'Unità de fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('365', 'e', 'Nota sul prezzo', 'Nota sul prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('365', 'f', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('365', 'g', 'Prezzo in vigore fino al', 'Prezzo in vigore fino al', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('365', 'h', 'Aliquota 1', 'Aliquota 1', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('365', 'i', 'Aliquota 2', 'Aliquota 2', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('365', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('365', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('365', 'm', 'Identificazione dell\'ente di fissazione del prezzo', 'Identificazione dell\'ente di fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('366', '2', 'Fonte dello stato di disponibilità', 'Fonte dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('366', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('366', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('366', 'a', 'Identificazione editoriale abbreviata di titolo', 'Identificazione editoriale abbreviata di titolo', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('366', 'b', 'Data dettagliata di pubblicazione', 'Data dettagliata di pubblicazione', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('366', 'c', 'Codice dello stato di disponibilità', 'Codice dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('366', 'd', 'Data prevedibile della prossima disponibilità', 'Data prevedibile della prossima disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('366', 'e', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('366', 'f', 'Tipo di sconto dell\'editore', 'Tipo di sconto dell\'editore', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('366', 'g', 'Data di esaurimento', 'Data di esaurimento', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('366', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('366', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('366', 'm', 'Identificazione dell\'agenzia', 'Identificazione dell\'agenzia', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('400', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('400', 'a', 'Personal name', 'Personal name', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'b', 'Numeration', 'Numeration', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('400', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('400', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('400', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('400', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('400', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('410', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('411', '4', 'Relator code', 'Relator code', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', '6', 'Linkage', 'Linkage', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('410', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('411', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('411', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('411', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('440', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('440', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('411', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('440', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('440', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('440', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('440', 'a', 'Title', 'Title', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'KT', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
-               ('440', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('440', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('440', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('440', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, 0, 'KT', '', '', NULL),
-               ('490', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('490', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
-               ('490', 'a', 'Series statement', 'Series statement', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('490', 'l', 'Library of Congress call number', 'Library of Congress call number', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('490', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('490', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('500', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('500', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('500', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('500', 'a', 'General note', 'General note', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('440', 'a', 'Titolo', 'Titolo', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'KT', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
+               ('440', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('440', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('440', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('440', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('490', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('490', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', NULL, NULL, -6, 'KT', '', '', NULL),
+               ('490', 'a', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('490', 'l', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('490', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 1, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('490', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('500', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('500', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('500', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('500', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('500', 'a', 'Nota generale', 'Nota generale', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
                ('500', 'l', 'Library of Congress call number (SE) [OBSOLETE]', 'Library of Congress call number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('500', 'n', 'n (RLIN) [OBSOLETE]', 'n (RLIN) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('500', 'x', 'International Standard Serial Number (SE) [OBSOLETE]', 'International Standard Serial Number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('500', 'z', 'Source of note information (AM SE) [OBSOLETE]', 'Source of note information (AM SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('501', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('501', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('501', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('501', 'a', 'With note', 'With note', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('502', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('502', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('502', 'a', 'Dissertation note', 'Dissertation note', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('503', '8', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('501', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('501', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('501', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('501', 'a', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('502', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('502', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('502', 'a', 'Nota di dissertazione', 'Nota di dissertazione', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('503', '8', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('503', 'a', 'Bibliographic history note', 'Bibliographic history note', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('504', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('504', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('504', 'a', 'Bibliography, etc', 'Bibliography, etc', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('504', 'b', 'Number of references', 'Number of references', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('505', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('505', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('505', 'a', 'Formatted contents note', 'Formatted contents note', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('505', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('505', 'r', 'Statement of responsibility', 'Statement of responsibility', 1, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('505', 't', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('505', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'KT', '', '', NULL),
-               ('506', '2', 'Source of term', 'Source of term', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('506', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('506', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('506', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('506', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('506', 'a', 'Terms governing access', 'Terms governing access', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('506', 'b', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('506', 'c', 'Physical access provisions', 'Physical access provisions', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('506', 'd', 'Authorized users', 'Authorized users', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('506', 'e', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('506', 'f', 'Standardized terminology for access restriction', 'Standardized terminology for access restriction', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('506', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'KT', '', '', NULL),
-               ('507', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('507', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('507', 'a', 'Representative fraction of scale note', 'Representative fraction of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('507', 'b', 'Remainder of scale note', 'Remainder of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('508', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('508', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('508', 'a', 'Creation/production credits note', 'Creation/production credits note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('509', 'a', 'Informal Notes', 'Informal Notes', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('510', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('510', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('510', 'a', 'Name of source', 'Name of source', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('510', 'b', 'Coverage of source', 'Coverage of source', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('510', 'c', 'Location within source', 'Location within source', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('510', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('511', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('511', 'a', 'Participant or performer note', 'Participant or performer note', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('512', '6', 'Linkage', 'Linkage', 0, 0, '', -1, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('504', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('504', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('504', 'a', 'Nota di bibliografia, ecc.', 'Nota di bibliografia, ecc.', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('504', 'b', 'Numero dei riferimenti', 'Numero dei riferimenti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('505', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('505', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('505', 'a', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('505', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 1, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('505', 'r', 'Formulazione di responsabilità', 'Formulazione di responsabilità', 1, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('505', 't', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('505', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'KT', '', '', NULL),
+               ('506', '2', 'Fonte', 'Fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('506', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('506', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('506', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('506', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('506', 'a', 'Condizioni che regolano l\'accesso', 'Condizioni che regolano l\'accesso', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('506', 'b', 'Competenza legale', 'Competenza legale', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('506', 'c', 'Disposizioni per l\'accesso fisico', 'Disposizioni per l\'accesso fisico', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('506', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('506', 'e', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('506', 'f', 'Terminologia normalizzata della restrizione all’accesso', 'Terminologia normalizzata della restrizione all’accesso', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('506', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'KT', '', '', NULL),
+               ('507', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('507', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('507', 'a', 'Nota di frazione rappresentativa di scala', 'Nota di frazione rappresentativa di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('507', 'b', 'Restante parte della nota di scala', 'Restante parte della nota di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('508', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('508', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('508', 'a', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('509', 'a', 'Note informali', 'Note informali', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('510', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('510', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('510', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('510', 'a', 'Nome della fonte', 'Nome della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('510', 'b', 'Copertura della fonte', 'Copertura della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('510', 'c', 'Localizzazione nella fonte', 'Localizzazione nella fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('510', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('511', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('511', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('511', 'a', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('512', '6', 'Collegamento', 'Collegamento', 0, 0, '', -1, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('512', 'a', 'Earlier or later volumes separately cataloged note', 'Earlier or later volumes separately cataloged note', 0, 0, '', -1, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('513', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('513', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('513', 'a', 'Type of report', 'Type of report', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('513', 'b', 'Period covered', 'Period covered', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'a', 'Attribute accuracy report', 'Attribute accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'b', 'Attribute accuracy value', 'Attribute accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'c', 'Attribute accuracy explanation', 'Attribute accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'd', 'Logical consistency report', 'Logical consistency report', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'e', 'Completeness report', 'Completeness report', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'f', 'Horizontal position accuracy report', 'Horizontal position accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'g', 'Horizontal position accuracy value', 'Horizontal position accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'h', 'Horizontal position accuracy explanation', 'Horizontal position accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'i', 'Vertical positional accuracy report', 'Vertical positional accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'j', 'Vertical positional accuracy value', 'Vertical positional accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'k', 'Vertical positional accuracy explanation', 'Vertical positional accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'm', 'Cloud cover', 'Cloud cover', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('514', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'KT', '', '', NULL),
-               ('514', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('515', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('515', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('515', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('513', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('513', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('513', 'a', 'Tipo di rapporto', 'Tipo di rapporto', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('513', 'b', 'Periodo coperto', 'Periodo coperto', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'a', 'Rapporto di esattezza degli attributi', 'Rapporto di esattezza degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'b', 'Valore di esattezza degli attributi', 'Valore di esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'c', 'Spiegazione della esattezza degli attributi', 'Spiegazione della esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'd', 'Rapporto di coerenza logica', 'Rapporto di coerenza logica', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'e', 'Rapporto di completezza', 'Rapporto di completezza', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'f', 'Rapporto di esattezza di posizione orizzontale', 'Rapporto di esattezza di posizione orizzontale', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'g', 'Valore di esattezza di posizione orizzontale', 'Valore di esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'h', 'Spiegazione della esattezza di posizione orizzontale', 'Spiegazione della esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'i', 'Rapporto di esattezza di posizione verticale', 'Rapporto di esattezza di posizione verticale', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'j', 'Valore di esattezza di posizione verticale', 'Valore di esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'k', 'Spiegazione della esattezza di posizione verticale', 'Spiegazione della esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'm', 'Nuvolosità', 'Nuvolosità', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('514', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'KT', '', '', NULL),
+               ('514', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('515', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('515', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('515', 'a', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('515', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, '', -1, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('516', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('516', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('516', 'a', 'Type of computer file or data note', 'Type of computer file or data note', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('517', 'a', 'Different formats', 'Different formats', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('517', 'b', 'Content descriptors', 'Content descriptors', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('517', 'c', 'Additional animation techniques', 'Additional animation techniques', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('518', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('518', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('518', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('518', 'a', 'Date/time and place of an event note', 'Date/time and place of an event note', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('520', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('520', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('520', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('520', 'a', 'Summary, etc', 'Summary, etc', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('520', 'b', 'Expansion of summary note', 'Expansion of summary note', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('520', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'KT', '', '', NULL),
+               ('516', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('516', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('516', 'a', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('517', 'a', 'Formati multipli', 'Formati multipli', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('517', 'b', 'Descrittori del contenuto', 'Descrittori del contenuto', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('517', 'c', 'Tecniche d\'animazione addizionali', 'Tecniche d\'animazione addizionali', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('518', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('518', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('518', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('518', 'a', 'Nota sulla data/ora e luogo dell\'evento', 'Nota sulla data/ora e luogo dell\'evento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('520', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('520', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('520', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('520', 'a', 'Nota di riassunto, ecc.', 'Nota di riassunto, ecc.', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('520', 'b', 'Nota di estensione del riassunto', 'Nota di estensione del riassunto', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('520', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'KT', '', '', NULL),
                ('520', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('521', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('521', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('521', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('521', 'a', 'Target audience note', 'Target audience note', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'KT', '', '', NULL),
-               ('521', 'b', 'Source', 'Source', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'KT', '', '', NULL),
-               ('522', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('522', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('522', 'a', 'Geographic coverage note', 'Geographic coverage note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('523', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('523', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('521', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('521', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('521', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('521', 'a', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'KT', '', '', NULL),
+               ('521', 'b', 'Fonte', 'Fonte', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'KT', '', '', NULL),
+               ('522', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('522', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('522', 'a', 'Nota di copertura geografica', 'Nota di copertura geografica', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('523', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('523', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('523', 'a', 'Time period of content note', 'Time period of content note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('524', '2', 'Source of schema used', 'Source of schema used', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('524', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('524', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('524', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('524', 'a', 'Preferred citation of described materials note', 'Preferred citation of described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('525', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('525', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('525', 'a', 'Supplement note', 'Supplement note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('524', '2', 'Fonte dello schema usato', 'Fonte dello schema usato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('524', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('524', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('524', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('524', 'a', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('525', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('525', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('525', 'a', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('525', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('526', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('526', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('526', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('526', 'a', 'Program name', 'Program name', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('526', 'b', 'Interest level', 'Interest level', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('526', 'c', 'Reading level', 'Reading level', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('526', 'd', 'Title point value', 'Title point value', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('526', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('526', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 6, 'KT', '', '', NULL),
-               ('526', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('527', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('526', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('526', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('526', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('526', 'a', 'Nome del programma', 'Nome del programma', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('526', 'b', 'Livello d\'interesse', 'Livello d\'interesse', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('526', 'c', 'Livello di lettura', 'Livello di lettura', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('526', 'd', 'Valore numerico del titolo', 'Valore numerico del titolo', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('526', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('526', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 5, '', '', '', NULL, 6, 'KT', '', '', NULL),
+               ('526', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('527', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('527', 'a', 'Censorship note', 'Censorship note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('530', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('530', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('530', 'a', 'Additional physical form available note', 'Additional physical form available note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('530', 'b', 'Availability source', 'Availability source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('530', 'c', 'Availability conditions', 'Availability conditions', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('530', 'd', 'Order number', 'Order number', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('530', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'KT', '', '', NULL),
+               ('530', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('530', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('530', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('530', 'a', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('530', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('530', 'c', 'Condizioni di disponibilità', 'Condizioni di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('530', 'd', 'Numero di ordine', 'Numero di ordine', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('530', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'KT', '', '', NULL),
                ('530', 'z', 'Source of note information (AM CF VM SE) [OBSOLETE]', 'Source of note information (AM CF VM SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('533', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('533', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('533', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('533', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('533', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('533', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('533', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('533', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('533', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('533', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('533', 'm', 'Dates and/or sequential designation of issues reproduced', 'Dates and/or sequential designation of issues reproduced', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('533', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 'a', 'Main entry of original', 'Main entry of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 'b', 'Edition statement of original', 'Edition statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 'c', 'Publication, distribution, etc', 'Publication, distribution, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 'e', 'Physical description, etc', 'Physical description, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 'f', 'Series statement of original', 'Series statement of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 'k', 'Key title of original', 'Key title of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 'l', 'Location of original', 'Location of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 'm', 'Material specific details', 'Material specific details', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 'n', 'Note about original', 'Note about original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 'p', 'Introductory phrase', 'Introductory phrase', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 't', 'Title statement of original', 'Title statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('534', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('535', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('535', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('535', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('535', 'a', 'Custodian', 'Custodian', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('535', 'b', 'Postal address', 'Postal address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('535', 'c', 'Country', 'Country', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('535', 'd', 'Telecommunications address', 'Telecommunications address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('535', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('536', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('536', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('536', 'a', 'Text of note', 'Text of note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('536', 'b', 'Contract number', 'Contract number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('536', 'c', 'Grant number', 'Grant number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('536', 'd', 'Undifferentiated number', 'Undifferentiated number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('536', 'e', 'Program element number', 'Program element number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('536', 'f', 'Project number', 'Project number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('536', 'g', 'Task number', 'Task number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('536', 'h', 'Work unit number', 'Work unit number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('537', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('533', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('533', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('533', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('533', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('533', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('533', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('533', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('533', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('533', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('533', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('533', 'm', 'Date e/o designazione sequenziale dei documenti riprodotti', 'Date e/o designazione sequenziale dei documenti riprodotti', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('533', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 'a', 'Accesso principale dell\'originale', 'Accesso principale dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 'b', 'Formulazione di edizione dell\'originale', 'Formulazione di edizione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 'c', 'Pubblicazione, distribuzione, ecc., dell\'originale', 'Pubblicazione, distribuzione, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 'e', 'Descrizione fisica, ecc., dell\'originale', 'Descrizione fisica, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 'f', 'Formulazione della serie dell\'originale', 'Formulazione della serie dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 'k', 'Titolo chiave dell\'originale', 'Titolo chiave dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 'l', 'Localizzazione dell\'originale', 'Localizzazione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 'n', 'Nota sull\'originale', 'Nota sull\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 'p', 'Frase introduttiva', 'Frase introduttiva', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 't', 'Formulazione del titolo dell\'originale', 'Formulazione del titolo dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('534', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('535', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('535', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('535', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('535', 'a', 'Conservatore', 'Conservatore', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('535', 'b', 'Indirizzo postale', 'Indirizzo postale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('535', 'c', 'Paese', 'Paese', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('535', 'd', 'Indirizzo di telecomunicazione', 'Indirizzo di telecomunicazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('535', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('536', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('536', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('536', 'a', 'Testo della nota', 'Testo della nota', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('536', 'b', 'Numero di contratto', 'Numero di contratto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('536', 'c', 'Numero di sovvenzione', 'Numero di sovvenzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('536', 'd', 'Numero indifferenziato', 'Numero indifferenziato', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('536', 'e', 'Numero di elemento di un programma', 'Numero di elemento di un programma', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('536', 'f', 'Numero di progetto', 'Numero di progetto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('536', 'g', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('536', 'h', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('537', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('537', 'a', 'Source of data note', 'Source of data note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('538', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('538', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('538', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('538', 'a', 'System details note', 'System details note', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('538', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('538', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'KT', '', '', NULL),
-               ('540', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('540', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('540', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('540', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('540', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('540', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('540', 'c', 'Authorization', 'Authorization', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('540', 'd', 'Authorized users', 'Authorized users', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('540', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'KT', '', '', NULL),
-               ('541', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('541', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('541', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('541', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('541', 'a', 'Source of acquisition', 'Source of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
-               ('541', 'b', 'Address', 'Address', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
-               ('541', 'c', 'Method of acquisition', 'Method of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
-               ('541', 'd', 'Date of acquisition', 'Date of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
-               ('541', 'e', 'Accession number', 'Accession number', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
-               ('541', 'f', 'Owner', 'Owner', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
-               ('541', 'h', 'Purchase price', 'Purchase price', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
-               ('541', 'n', 'Extent', 'Extent', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
-               ('541', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
-               ('543', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('538', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('538', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('538', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('538', 'a', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('538', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('538', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'KT', '', '', NULL),
+               ('540', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('540', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('540', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('540', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('540', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('540', 'b', 'Competenza legale', 'Competenza legale', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('540', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('540', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('540', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'KT', '', '', NULL),
+               ('541', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('541', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('541', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('541', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('541', 'a', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
+               ('541', 'b', 'Indirizzo', 'Indirizzo', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
+               ('541', 'c', 'Metodo d\'acquisto', 'Metodo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
+               ('541', 'd', 'Data d\'acquisto', 'Data d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
+               ('541', 'e', 'Numero d\'accessione', 'Numero d\'accessione', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
+               ('541', 'f', 'Proprietario', 'Proprietario', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
+               ('541', 'h', 'Prezzo d\'acquisto', 'Prezzo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
+               ('541', 'n', 'Estensione', 'Estensione', 0, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
+               ('541', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, 1, 'KT', '', '', NULL),
+               ('543', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('543', 'a', 'Solicitation information note', 'Solicitation information note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('544', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('544', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('544', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('544', 'a', 'Custodian', 'Custodian', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('544', 'b', 'Address', 'Address', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('544', 'c', 'Country', 'Country', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('544', 'd', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('544', 'e', 'Provenance', 'Provenance', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('544', 'n', 'Note', 'Note', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('545', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('545', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('545', 'a', 'Biographical or historical note', 'Biographical or historical note', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('545', 'b', 'Expansion', 'Expansion', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('545', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'KT', '', '', NULL),
-               ('546', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('546', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('546', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('546', 'a', 'Language note', 'Language note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('546', 'b', 'Information code or alphabet', 'Information code or alphabet', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('544', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('544', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('544', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('544', 'a', 'Conservatore', 'Conservatore', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('544', 'b', 'Indirizzo', 'Indirizzo', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('544', 'c', 'Paese', 'Paese', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('544', 'd', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('544', 'e', 'Provenienza', 'Provenienza', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('544', 'n', 'Nota', 'Nota', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('545', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('545', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('545', 'a', 'Nota biografica o storica', 'Nota biografica o storica', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('545', 'b', 'Ampliamento', 'Ampliamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('545', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'KT', '', '', NULL),
+               ('546', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('546', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('546', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('546', 'a', 'Nota sulla lingua', 'Nota sulla lingua', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('546', 'b', 'Codice d\'informazione o alfabeto', 'Codice d\'informazione o alfabeto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
                ('546', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('547', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('547', 'a', 'Former title complexity note', 'Former title complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('547', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('547', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('547', 'a', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('547', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('550', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('550', 'a', 'Issuing body note', 'Issuing body note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('550', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('550', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('550', 'a', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('550', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('552', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'a', 'Entity type label', 'Entity type label', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'b', 'Entity type definition and source', 'Entity type definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'c', 'Attribute label', 'Attribute label', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'd', 'Attribute definition and source', 'Attribute definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'e', 'Enumerated domain value', 'Enumerated domain value', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'f', 'Enumerated domain value definition and source', 'Enumerated domain value definition and source', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'g', 'Range domain minimum and maximum', 'Range domain minimum and maximum', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'h', 'Codeset name and source', 'Codeset name and source', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'i', 'Unrepresentable domain', 'Unrepresentable domain', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'j', 'Attribute units of measurement and resolution', 'Attribute units of measurement and resolution', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'k', 'Beginning date and ending date of attribute values', 'Beginning date and ending date of attribute values', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'l', 'Attribute value accuracy', 'Attribute value accuracy', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'm', 'Attribute value accuracy explanation', 'Attribute value accuracy explanation', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'n', 'Attribute measurement frequency', 'Attribute measurement frequency', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'o', 'Entity and attribute overview', 'Entity and attribute overview', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'p', 'Entity and attribute detail citation', 'Entity and attribute detail citation', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('552', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'KT', '', '', NULL),
-               ('552', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('555', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('555', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('555', 'a', 'Cumulative index/finding aids note', 'Cumulative index/finding aids note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('555', 'b', 'Availability source', 'Availability source', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('555', 'c', 'Degree of control', 'Degree of control', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('555', 'd', 'Bibliographic reference', 'Bibliographic reference', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('555', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'KT', '', '', NULL),
-               ('556', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('556', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('556', 'a', 'Information about documentation note', 'Information about documentation note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('556', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('561', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('561', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('561', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('561', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('561', 'a', 'History', 'History', 0, 0, '', 5, '', '', '', NULL, 6, 'KT', '', '', NULL),
+               ('552', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'a', 'Etichetta del tipo di ente', 'Etichetta del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'b', 'Definizione e fonte del tipo di ente', 'Definizione e fonte del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'c', 'Etichetta dell\'attributo', 'Etichetta dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'd', 'Definizione e fonte dell\'attributo', 'Definizione e fonte dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'e', 'Valore del dominio enumerato', 'Valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'f', 'Definizione e fonte del valore del dominio enumerato', 'Definizione e fonte del valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'g', 'Minimo e massimo del range del dominio', 'Minimo e massimo del range del dominio', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'h', 'Nome e fonte del set dei codici', 'Nome e fonte del set dei codici', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'i', 'Dominio non rappresentabile', 'Dominio non rappresentabile', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'j', 'Unità di misura e risoluzione degli attributi', 'Unità di misura e risoluzione degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'k', 'Data d\'inizio e data di fine dei valori dell\'attributo', 'Data d\'inizio e data di fine dei valori dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'l', 'Esattezza del valore dell\'attributo', 'Esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'm', 'Spiegazione dell\'esattezza del valore dell\'attributo', 'Spiegazione dell\'esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'n', 'Frequenza della misura d\'attributo', 'Frequenza della misura d\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'o', 'Riassunto di ente e d\'attributo', 'Riassunto di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'p', 'Citazione dei dettagli di ente e d\'attributo', 'Citazione dei dettagli di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('552', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'KT', '', '', NULL),
+               ('552', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('555', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('555', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('555', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('555', 'a', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('555', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('555', 'c', 'Grado di controllo', 'Grado di controllo', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('555', 'd', 'Riferimento bibliografico', 'Riferimento bibliografico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('555', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'KT', '', '', NULL),
+               ('556', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('556', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('556', 'a', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('556', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('561', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('561', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('561', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('561', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('561', 'a', 'Storia', 'Storia', 0, 0, '', 5, '', '', '', NULL, 6, 'KT', '', '', NULL),
                ('561', 'b', 'Time of collation [OBSOLETE]', 'Time of collation [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, 6, 'KT', '', '', NULL),
-               ('562', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('562', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('562', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('562', 'a', 'Identifying markings', 'Identifying markings', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('562', 'b', 'Copy identification', 'Copy identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('562', 'c', 'Version identification', 'Version identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('562', 'd', 'Presentation format', 'Presentation format', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('562', 'e', 'Number of copies', 'Number of copies', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('563', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('563', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('563', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('563', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('563', 'a', 'Binding note', 'Binding note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('563', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'KT', '', '', NULL),
-               ('565', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('565', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('565', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('565', 'a', 'Number of cases/variables', 'Number of cases/variables', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('565', 'b', 'Name of variable', 'Name of variable', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('565', 'c', 'Unit of analysis', 'Unit of analysis', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('565', 'd', 'Universe of data', 'Universe of data', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('565', 'e', 'Filing scheme or code', 'Filing scheme or code', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('567', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('567', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('567', 'a', 'Methodology note', 'Methodology note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('570', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('562', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('562', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('562', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('562', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('562', 'a', 'Marche d\'identificazione', 'Marche d\'identificazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('562', 'b', 'Identificazione della copia', 'Identificazione della copia', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('562', 'c', 'Identificazione della versione', 'Identificazione della versione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('562', 'd', 'Formato di presentazione', 'Formato di presentazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('562', 'e', 'Numero di copie', 'Numero di copie', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('563', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('563', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('563', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('563', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('563', 'a', 'Nota sulla rilegatura', 'Nota sulla rilegatura', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('563', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'KT', '', '', NULL),
+               ('565', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('565', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('565', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('565', 'a', 'Numero di pratiche/variabili', 'Numero di pratiche/variabili', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('565', 'b', 'Nome della variabile', 'Nome della variabile', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('565', 'c', 'Unità d\'analisi', 'Unità d\'analisi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('565', 'd', 'Universo dei dati', 'Universo dei dati', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('565', 'e', 'Sistema o codice d’archiviazione', 'Sistema o codice d’archiviazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('567', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('567', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('567', 'a', 'Nota sulla metodologia', 'Nota sulla metodologia', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('570', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('570', 'a', 'Editor note', 'Editor note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('570', 'z', 'Source of note information', 'Source of note information', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('580', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('580', 'a', 'Linking entry complexity note', 'Linking entry complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('580', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('580', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('580', 'a', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('580', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('581', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('581', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('581', 'a', 'Publications about described materials note', 'Publications about described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('581', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('582', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('581', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('581', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('581', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('581', 'a', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('581', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('582', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('582', 'a', 'Related computer files note', 'Related computer files note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('583', '2', 'Source of term', 'Source of term', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('583', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('583', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('583', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('583', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('583', 'a', 'Action', 'Action', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'b', 'Action identification', 'Action identification', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'c', 'Time/date of action', 'Time/date of action', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'd', 'Action interval', 'Action interval', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'e', 'Contingency for action', 'Contingency for action', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'f', 'Authorization', 'Authorization', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'h', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'i', 'Method of action', 'Method of action', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'j', 'Site of action', 'Site of action', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'k', 'Action agent', 'Action agent', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'l', 'Status', 'Status', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'n', 'Extent', 'Extent', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('583', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -1, 'KT', '', '', NULL),
-               ('583', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', NULL, 4, 'KT', '', '', NULL),
-               ('583', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('584', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('584', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('584', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('584', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('584', 'a', 'Accumulation', 'Accumulation', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('584', 'b', 'Frequency of use', 'Frequency of use', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('585', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('585', '5', 'Institution to which field applies', 'Institution to which field applies', 0, -6, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('585', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('585', 'a', 'Exhibitions note', 'Exhibitions note', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('586', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('586', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('586', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('586', 'a', 'Awards note', 'Awards note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('583', '2', 'Fonte', 'Fonte', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('583', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('583', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('583', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('583', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('583', 'a', 'Azione', 'Azione', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'b', 'Identificazione dell\'azione', 'Identificazione dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'c', 'Momento/data dell\'azione', 'Momento/data dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'd', 'Intervallo dell\'azione', 'Intervallo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'e', 'Contingenza per l\'azione', 'Contingenza per l\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'f', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'h', 'Competenza legale', 'Competenza legale', 0, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'i', 'Metodo dell\'azione', 'Metodo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'j', 'Luogo dell\'azione', 'Luogo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'k', 'Agente dell\'azione', 'Agente dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'l', 'Stato', 'Stato', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'n', 'Estensione', 'Estensione', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('583', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -1, 'KT', '', '', NULL),
+               ('583', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', NULL, 4, 'KT', '', '', NULL),
+               ('583', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('584', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('584', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('584', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('584', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('584', 'a', 'Accumulo', 'Accumulo', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('584', 'b', 'Frequenza d\'uso', 'Frequenza d\'uso', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('585', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('585', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, -6, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('585', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('585', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('585', 'a', 'Nota di mostre', 'Nota di mostre', 0, 0, '', 5, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('586', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('586', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('586', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('586', 'a', 'Nota di premi', 'Nota di premi', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
                ('590', '6', 'Linkage (RLIN)', 'Linkage (RLIN)', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('590', '8', 'Field link and sequence number (RLIN)', 'Field link and sequence number (RLIN)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('590', 'a', 'Local note', 'Local note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('590', 'b', 'Provenance (VM) [OBSOLETE]', 'Provenance (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('590', 'c', 'Condition of individual reels (VM) [OBSOLETE]', 'Condition of individual reels (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('590', 'd', 'Origin of safety copy (VM) [OBSOLETE]', 'Origin of safety copy (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('600', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('600', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('600', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('600', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('600', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'KT', '', '', NULL),
-               ('600', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('600', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('600', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('600', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('600', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('600', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('600', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('600', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('600', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('600', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('610', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('610', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'KT', '', '', NULL),
+               ('600', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('600', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('600', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('600', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('600', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('600', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('600', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('600', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('600', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('600', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('610', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('610', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('610', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('610', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'KT', '', '', NULL),
-               ('610', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('610', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('610', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('610', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('610', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('610', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('610', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('610', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('610', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('611', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('611', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'KT', '', '', NULL),
+               ('610', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('610', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('610', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('610', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('610', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('610', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('610', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('610', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('610', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('611', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('611', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('611', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('611', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'KT', '', '', NULL),
+               ('611', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'KT', '', '', NULL),
                ('611', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('611', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('611', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('611', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('611', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('611', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('611', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('611', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('611', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('630', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('630', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('630', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('611', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('611', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('611', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('611', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('611', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('611', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('611', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('611', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('630', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('630', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('630', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('630', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('630', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'KT', '', '', NULL),
-               ('630', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('630', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('630', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('630', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('630', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('630', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('630', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('630', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('648', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('648', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('648', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('648', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('648', 'a', 'Chronological term', 'Chronological term', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'KT', '', '', NULL),
-               ('648', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('648', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('648', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('648', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('650', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('650', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('650', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('650', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('650', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('630', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'KT', '', '', NULL),
+               ('630', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('630', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('630', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('630', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('630', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('630', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('630', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('630', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('648', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('648', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('648', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('648', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('648', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'KT', '', '', NULL),
+               ('648', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('648', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('648', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('648', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('650', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('650', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('650', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('650', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('650', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('650', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('650', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'KT', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
-               ('650', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('650', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('650', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('650', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('650', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('650', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('650', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('650', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'KT', '', '', NULL),
-               ('651', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('651', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('651', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('651', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('651', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('650', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'KT', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
+               ('650', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('650', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('650', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('650', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('650', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('650', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('650', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('650', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'KT', '', '', NULL),
+               ('651', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('651', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('651', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('651', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('651', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('651', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('651', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'KT', '', '', NULL),
+               ('651', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'KT', '', '', NULL),
                ('651', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('651', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('651', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('651', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('651', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('651', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('652', 'a', 'Geographic name of place element', 'Geographic name of place element', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('652', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('652', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('652', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('653', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('653', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('653', 'a', 'Uncontrolled term', 'Uncontrolled term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('654', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('654', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('654', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('654', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('654', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('654', 'a', 'Focus term', 'Focus term', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'KT', '', '', NULL),
-               ('654', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('654', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('654', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('654', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('654', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('654', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('654', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('655', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('655', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('655', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('655', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('655', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('655', 'a', 'Genre/form data or focus term', 'Genre/form data or focus term', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'KT', '', '', NULL),
-               ('655', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('655', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('655', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('655', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('655', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('655', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('656', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('656', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('656', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('656', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('656', 'a', 'Occupation', 'Occupation', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'KT', '', '', NULL),
-               ('656', 'k', 'Form', 'Form', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('656', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('656', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('656', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('656', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('657', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('657', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('657', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('657', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('657', 'a', 'Function', 'Function', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'KT', '', '', NULL),
-               ('657', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('657', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('657', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('657', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('658', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('658', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('658', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('658', 'a', 'Main curriculum objective', 'Main curriculum objective', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'KT', '', '', NULL),
-               ('658', 'b', 'Subordinate curriculum objective', 'Subordinate curriculum objective', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('658', 'c', 'Curriculum code', 'Curriculum code', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('658', 'd', 'Correlation factor', 'Correlation factor', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('662', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('662', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('662', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('662', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('662', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('662', 'a', 'Country or larger entity', 'Country or larger entity', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'KT', '', '', NULL),
-               ('662', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('662', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('662', 'd', 'City', 'City', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('662', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('662', 'f', 'City subsection', 'City subsection', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('662', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('662', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('651', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('651', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('651', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('651', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('651', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('652', 'a', 'Nome geografico del luogo', 'Nome geografico del luogo', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('652', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('652', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('652', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('653', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('653', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('653', 'a', 'Termine non controllato', 'Termine non controllato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('654', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('654', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('654', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('654', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('654', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('654', 'a', 'Termine principale', 'Termine principale', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'KT', '', '', NULL),
+               ('654', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('654', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('654', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('654', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('654', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('654', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('654', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('655', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('655', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('655', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('655', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('655', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('655', 'a', 'Termine principale di genere/forma', 'Termine principale di genere/forma', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'KT', '', '', NULL),
+               ('655', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('655', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('655', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('655', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('655', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('655', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('656', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('656', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('656', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('656', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('656', 'a', 'Occupazione', 'Occupazione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'KT', '', '', NULL),
+               ('656', 'k', 'Forma', 'Forma', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('656', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('656', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('656', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('656', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('657', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('657', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('657', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('657', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('657', 'a', 'Funzione', 'Funzione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'KT', '', '', NULL),
+               ('657', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('657', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('657', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('657', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('658', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('658', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('658', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('658', 'a', 'Obiettivo principale del curriculum scolastico', 'Obiettivo principale del curriculum scolastico', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, 'KT', '', '', NULL),
+               ('658', 'b', 'Obiettivo secondario del curriculum scolastico', 'Obiettivo secondario del curriculum scolastico', 1, 0, '', 6, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('658', 'c', 'Codice di curriculum scolastico', 'Codice di curriculum scolastico', 0, 0, '', 6, '', '', '', NULL, 0, 'KT', '', '', NULL),
+               ('658', 'd', 'Fattore di correlazione', 'Fattore di correlazione', 0, 0, '', 6, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('662', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('662', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('662', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('662', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('662', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('662', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('662', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('662', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('662', 'd', 'Città', 'Città', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('662', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('662', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('662', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('662', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('690', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('690', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('690', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('690', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('690', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('690', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('690', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('690', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('690', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('690', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('690', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'KT', '', '', NULL),
-               ('690', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('690', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('690', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('690', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('690', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('690', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('690', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('690', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('690', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'KT', '', '', NULL),
+               ('690', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('690', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('690', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('690', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('690', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('690', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('690', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('690', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'KT', '', '', NULL),
                ('691', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('691', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('691', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('691', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('691', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('691', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('691', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('691', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('691', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('691', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('691', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('691', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'KT', '', '', NULL),
                ('691', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('691', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('691', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('691', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('691', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('691', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('691', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('691', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('691', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('696', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('696', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('696', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('696', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('696', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('696', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('697', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('697', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('697', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('697', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('697', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('697', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('698', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('698', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('698', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('698', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'KT', '', '', NULL),
                ('698', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('698', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('698', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('699', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('699', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('699', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('699', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('699', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('700', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('699', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('700', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('700', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('700', 'a', 'Personal name', 'Personal name', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'KT', '', '', NULL),
-               ('700', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('700', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('700', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('700', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('700', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('705', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'KT', '', '', NULL),
+               ('700', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('700', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('700', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('700', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('700', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('700', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('700', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('705', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('710', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'KT', '', '', NULL),
-               ('710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('710', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('710', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
-               ('710', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('710', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('711', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'KT', '', '', NULL),
+               ('710', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('710', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('710', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('710', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'KT', '', '', NULL),
+               ('710', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('710', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('711', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('711', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'KT', '', '', NULL),
+               ('711', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'KT', '', '', NULL),
                ('711', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('711', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('711', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('711', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('711', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('711', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('711', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('711', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('715', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('715', 'a', 'Corporate name or jurisdiction name', 'Corporate name or jurisdiction name', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('715', 'b', 'Subordinate unit', 'Subordinate unit', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('715', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('715', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('715', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('715', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('715', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('715', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('715', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('715', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('715', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('715', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('715', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 'a', 'Ragione sociale o nome giuridico', 'Ragione sociale o nome giuridico', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 'b', 'Unità subordinata', 'Unità subordinata', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('715', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('715', 'u', 'Nonprinting information', 'Nonprinting information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('720', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('720', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('720', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('720', 'a', 'Name', 'Name', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('720', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
-               ('730', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('720', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('720', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('720', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('720', 'a', 'Nome', 'Nome', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('720', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'KT', '', '', NULL),
+               ('730', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('730', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('730', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('730', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('740', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('740', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('740', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('740', 'a', 'Uncontrolled related/analytical title', 'Uncontrolled related/analytical title', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('740', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('740', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('740', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('752', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('752', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('752', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('752', 'a', 'Country or larger entity', 'Country or larger entity', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('752', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('752', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('752', 'd', 'City', 'City', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('752', 'f', 'City subsection', 'City subsection', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('752', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('752', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('753', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('753', 'a', 'Make and model of machine', 'Make and model of machine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('753', 'b', 'Programming language', 'Programming language', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('753', 'c', 'Operating system', 'Operating system', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('754', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('754', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('754', 'a', 'Taxonomic name', 'Taxonomic name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('754', 'c', 'Taxonomic category', 'Taxonomic category', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('754', 'd', 'Common or alternative name', 'Common or alternative name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('754', 'x', 'Non-public note', 'Non-public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('754', 'z', 'Public note', 'Public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('755', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('755', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('755', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('755', 'a', 'Access term', 'Access term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('755', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('760', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'KT', '', '', NULL),
-               ('760', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('730', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('740', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('740', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('740', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('740', 'a', 'Titolo analitico/correlato non controllato', 'Titolo analitico/correlato non controllato', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('740', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('740', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('740', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('752', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('752', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('752', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('752', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('752', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('752', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('752', 'd', 'Città', 'Città', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('752', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('752', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('752', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('753', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('753', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('753', 'a', 'Marca e modello della macchina', 'Marca e modello della macchina', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('753', 'b', 'Linguaggio di programmazione', 'Linguaggio di programmazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('753', 'c', 'Sistema operativo', 'Sistema operativo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('754', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('754', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('754', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('754', 'a', 'Nome tassonomico', 'Nome tassonomico', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('754', 'c', 'Categoria tassonomica', 'Categoria tassonomica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('754', 'd', 'Nome comune o alternativo', 'Nome comune o alternativo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('754', 'x', 'Nota non pubblica', 'Nota non pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('754', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('755', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('755', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('755', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('755', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('755', 'a', 'Termine d\'accesso', 'Termine d\'accesso', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('755', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('755', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('755', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('760', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'KT', '', '', NULL),
+               ('760', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('760', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('760', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('760', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('762', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('762', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('762', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('765', 'q', 'Parallel title (BK SE)  [OBSOLETE]', 'Parallel title (BK SE)  [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('765', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('765', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('765', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('767', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('767', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('767', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', '8', 'Field link and sequence number', 'Field link and sequence number ', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('767', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('770', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('770', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('770', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('770', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('772', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('772', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('772', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('772', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', '0', 'Codice record bibliografico contenente lo spoglio', 'Codice record bibliografico contenente lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', '9', 'Codice copia contenete lo spoglio', 'Codice copia contenete lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('773', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('773', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('773', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('774', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('774', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'e', 'Language code', 'Language code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'f', 'Country code', 'Country code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('774', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'e', 'Codice lingua', 'Codice lingua', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'f', 'Codice di paese', 'Codice di paese', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('775', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('775', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('775', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('775', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('776', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('776', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('776', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('776', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('777', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('777', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('777', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('780', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('780', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('780', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('780', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('785', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('785', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('785', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'j', 'Period of content', 'Period of content', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('785', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'j', 'Periodo del contenuto', 'Periodo del contenuto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('786', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('786', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('786', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('787', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('787', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('787', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('787', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('789', '%', '%', '%', 0, 0, '', 7, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('789', '2', '2', '2', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('789', '3', '3', '3', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
@@ -22226,365 +22657,369 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('789', 'y', 'y', 'y', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('789', 'z', 'z', 'z', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('796', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('796', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('796', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('796', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('796', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('796', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('797', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('797', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('797', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('797', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('797', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('797', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('798', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('798', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('798', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('798', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'KT', '', '', NULL),
                ('798', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('798', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('798', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('799', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('799', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('799', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('799', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('799', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('799', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('800', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('800', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('800', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('800', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('810', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('810', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('810', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('810', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('810', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('811', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('811', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'KT', '', '', NULL),
                ('811', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('811', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('811', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('830', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('830', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('830', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('840', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('841', 'a', 'Type of record', 'Type of record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('841', 'b', 'Fixed-length data elements', 'Fixed-length data elements', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('841', 'e', 'Encoding level', 'Encoding level', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('842', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('842', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('842', 'a', 'Textual physical form designator', 'Textual physical form designator', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('843', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('843', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('843', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('843', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('843', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('843', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('843', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('843', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('843', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('843', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('843', 'm', 'Dates of publication and/or sequential designation of issues reproduced', 'Dates of publication and/or sequential designation of issues reproduced', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('843', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('844', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('844', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('844', 'a', 'Name of unit', 'Name of unit', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('845', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('845', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('845', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('845', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('845', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('845', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('845', 'c', 'Authorization', 'Authorization', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('845', 'd', 'Authorized users', 'Authorized users', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('850', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('850', 'a', 'Holding institution', 'Holding institution', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('830', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('830', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('840', 'a', 'Titolo', 'Titolo', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('840', 'h', 'Supporto', 'Supporto', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('840', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('841', 'a', 'Tipo di record', 'Tipo di record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('841', 'b', 'Elementi a lunghezza fiss', 'Elementi a lunghezza fiss', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('841', 'e', 'Livello di codifica', 'Livello di codifica', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('842', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('842', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('842', 'a', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('843', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('843', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('843', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('843', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('843', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('843', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('843', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('843', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('843', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('843', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('843', 'm', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('843', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('844', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('844', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('844', 'a', 'Nome dell\'unità', 'Nome dell\'unità', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('845', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('845', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('845', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('845', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('845', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('845', 'b', 'Competenza legale', 'Competenza legale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('845', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('845', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('850', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('850', 'a', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
                ('850', 'b', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
                ('850', 'd', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
                ('850', 'e', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('851', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('851', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('851', 'a', 'Name (custodian or owner)', 'Name (custodian or owner)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('851', 'b', 'Institutional division', 'Institutional division', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('851', 'c', 'Street address', 'Street address', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('851', 'd', 'Country', 'Country', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('851', 'e', 'Location of units', 'Location of units', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('851', 'f', 'Item number', 'Item number', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('851', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
-               ('852', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'a', 'Location', 'Location', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'b', 'Sublocation or collection', 'Sublocation or collection', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'c', 'Shelving location', 'Shelving location', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'e', 'Address', 'Address', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'f', 'Coded location qualifier', 'Coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'g', 'Non-coded location qualifier', 'Non-coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'h', 'Classification part', 'Classification part', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'i', 'Item part', 'Item part', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'j', 'Shelving control number', 'Shelving control number', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'k', 'Call number prefix', 'Call number prefix', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'l', 'Shelving form of title', 'Shelving form of title', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'm', 'Call number suffix', 'Call number suffix', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'n', 'Country code', 'Country code', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 8, '', '', '', 1, 5, 'KT', '', '', NULL),
-               ('852', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('852', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('853', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('854', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('855', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('856', '2', 'Access method', 'Access method', 0, 0, '', 8, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('856', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('856', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('856', 'a', 'Host name', 'Host name', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'b', 'Access number', 'Access number', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'c', 'Compression information', 'Compression information', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('851', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('851', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('851', 'a', 'Nome (custode o proprietario)', 'Nome (custode o proprietario)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('851', 'b', 'Suddivisione istituzionale', 'Suddivisione istituzionale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('851', 'c', 'Indirizzo', 'Indirizzo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('851', 'd', 'Paese', 'Paese', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('851', 'e', 'Localizzazione dell\'unità', 'Localizzazione dell\'unità', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('851', 'f', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('851', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'KT', '', '', NULL),
+               ('852', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'a', 'Localizzazione', 'Localizzazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'b', 'Sottolocalizzazione o collezione', 'Sottolocalizzazione o collezione', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'e', 'Indirizzo', 'Indirizzo', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'g', 'Qualificatore di localizzazione non codificato', 'Qualificatore di localizzazione non codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'l', 'Forma di collocazione (segnatura) di titolo', 'Forma di collocazione (segnatura) di titolo', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'n', 'Codice di paese', 'Codice di paese', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 8, '', '', '', 1, 5, 'KT', '', '', NULL),
+               ('852', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('852', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('853', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('854', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('855', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('856', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 8, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('856', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('856', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('856', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('856', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
                ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
                ('856', 'l', 'Logon', 'Logon', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'o', 'Operating system', 'Operating system', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 's', 'File size', 'File size', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'KT', '', '', NULL),
-               ('856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'w', 'Record control number', 'Record control number', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 1, 'KT', '', '', NULL),
-               ('856', 'y', 'Link text', 'Link text', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
-               ('856', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'n', 'Nome della localizzazione dell\'host', 'Nome della localizzazione dell\'host', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'p', 'Porta', 'Porta', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'r', 'Parametri', 'Parametri', 0, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'KT', '', '', NULL),
+               ('856', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 1, 'KT', '', '', NULL),
+               ('856', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
+               ('856', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, -1, 'KT', '', '', NULL),
                ('859', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('859', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('859', 'd', 'TDC (RLIN)', 'TDC (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
@@ -22593,140 +23028,215 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('859', 'r', 'REG (RLIN)', 'REG (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('859', 'v', 'VER (RLIN)', 'VER (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('859', 'x', 'LDEL (RLIN)', 'LDEL (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('866', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('866', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('866', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('866', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('866', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('867', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('867', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('867', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('867', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('867', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('868', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('868', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('868', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('868', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('868', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('870', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('870', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('871', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('872', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('863', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('863', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('863', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('863', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('864', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('864', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('864', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('865', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('865', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('865', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('866', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('866', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('866', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('866', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('866', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('867', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('867', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('867', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('867', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('867', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('868', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('868', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('868', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('868', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('868', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('870', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('870', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('871', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('872', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('872', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('872', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('873', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('873', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('876', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('876', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('876', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('872', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('872', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('873', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('873', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('876', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('876', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('876', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('876', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('876', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('876', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('876', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('876', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('876', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('876', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('876', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('876', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('876', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('876', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('876', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('876', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('876', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('876', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('876', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('876', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('876', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('877', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('877', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('877', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('876', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('876', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('876', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('877', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('877', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('877', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('877', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('877', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('877', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('877', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('877', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('877', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('877', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('877', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('877', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('877', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('877', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('877', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('877', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('877', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('877', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('877', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('877', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('877', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('878', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('878', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('878', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('877', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('877', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('877', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('878', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('878', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('878', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('878', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('878', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('878', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('878', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('878', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('878', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('878', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('878', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('878', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('878', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('878', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('878', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('878', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('878', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('878', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('878', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('878', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('878', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('878', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('878', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('878', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
                ('880', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('880', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('880', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('880', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('880', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('880', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('880', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('880', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('880', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
@@ -22792,117 +23302,117 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('886', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('886', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('886', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('887', '2', 'Source of data', 'Source of data', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('887', 'a', 'Content of non-MARC field', 'Content of non-MARC field', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('887', '2', 'Fonte dei dati', 'Fonte dei dati', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('887', 'a', 'Contenuto del campo non-MARC', 'Contenuto del campo non-MARC', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('896', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('896', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('896', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('896', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('896', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('896', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('897', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('897', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('897', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('897', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('897', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('897', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('898', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('898', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('898', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('898', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'KT', '', '', NULL),
                ('898', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('898', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('898', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('899', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('899', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('899', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'KT', '', '', NULL),
-               ('899', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('899', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('900', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('900', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('900', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('899', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('899', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('900', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('900', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('900', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('901', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('901', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('901', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
@@ -23157,72 +23667,72 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('907', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('908', 'a', 'Put command parameter', 'Put command parameter', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('910', 'a', 'User-option data', 'User-option data', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('911', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('911', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('911', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 's', 'Version', 'Version', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('930', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('911', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 's', 'Versione', 'Versione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('930', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('936', 'a', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', 1, -6, 'KT', '', '', NULL),
-               ('940', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('940', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, -6, 'KT', '', '', NULL),
+               ('940', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('940', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('941', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('941', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('943', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 9, '', '', '', 1, 5, 'KT', '', '130', NULL),
-               ('943', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('943', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('941', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('943', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, 5, 'KT', '', '130', NULL),
+               ('943', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('943', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('945', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('945', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('945', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
@@ -23419,16 +23929,16 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('950', 'w', 'Subscription status code, LANT (RLIN)', 'Subscription status code, LANT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('950', 'y', 'Date, LVOL (RLIN)', 'Date, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('950', 'z', 'Retention, LVOL (RLIN)', 'Retention, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('951', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('951', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('951', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('951', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('951', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('951', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('951', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('951', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('951', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('951', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('951', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('951', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('951', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('951', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('951', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('951', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('951', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('951', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('951', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('955', 'a', 'Classification number, CCAL (RLIN)', 'Classification number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('955', 'b', 'Book number/undivided call number, CCAL (RLIN)', 'Book number/undivided call number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('955', 'c', 'Copy information and material description, CCAL + MDES (RLIN)', 'Copy information and material description, CCAL + MDES (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
@@ -23439,176 +23949,176 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('955', 'r', 'Circulation control number, HNT (RLIN)', 'Circulation control number, HNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('955', 's', 'Shelflist note, HNT (RLIN)', 'Shelflist note, HNT (RLIN)', 1, 0, '', 9, '', '', '', 1, 5, 'KT', '', '', NULL),
                ('955', 'u', 'Non-printing notes, HNT (RLIN)', 'Non-printing notes, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('956', '2', 'Access method', 'Access method', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', '3', 'Materials specified', 'Materials specified', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'a', 'Host name', 'Host name', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'b', 'Access number', 'Access number', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'c', 'Compression information', 'Compression information', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'd', 'Path', 'Path', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'i', 'Instruction', 'Instruction', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('956', 'k', 'Password', 'Password', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('956', 'l', 'Logon', 'Logon', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('956', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'o', 'Operating system', 'Operating system', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'p', 'Port', 'Port', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'r', 'Settings', 'Settings', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 's', 'File size', 'File size', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -6, 'KT', '', '', NULL),
-               ('956', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'w', 'Record control number', 'Record control number', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', 0, 6, 'KT', '', '', NULL),
-               ('956', 'y', 'Link text', 'Link text', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('956', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'p', 'Porta', 'Porta', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'r', 'Parametri', 'Parametri', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -6, 'KT', '', '', NULL),
+               ('956', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', 0, 6, 'KT', '', '', NULL),
+               ('956', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('956', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('960', '3', 'Materials specified, MATL', 'Materials specified, MATL', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
                ('960', 'a', 'Physical location, PLOC (RLIN)', 'Physical location, PLOC (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('967', 'a', 'GNR (RLIN)', 'GNR (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('967', 'c', 'PSI (RLIN)', 'PSI (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('980', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('980', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('981', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('982', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('980', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('980', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('981', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('982', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
                ('982', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('982', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
-               ('983', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('983', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('984', 'a', 'Holding library identification number', 'Holding library identification number', 0, 0, '', 9, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('984', 'b', 'Physical description codes', 'Physical description codes', 1, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('984', 'c', 'Call number', 'Call number', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('984', 'd', 'Volume or other numbering', 'Volume or other numbering', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('984', 'e', 'Dates', 'Dates', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('982', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('982', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
+               ('983', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('983', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
+               ('984', 'a', 'Numero idenficativo biblioteca proprietaria', 'Numero idenficativo biblioteca proprietaria', 0, 0, '', 9, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('984', 'b', 'Codici descrizione fisica', 'Codici descrizione fisica', 1, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('984', 'c', 'Numero di chiamata', 'Numero di chiamata', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('984', 'd', 'Volume o altra numerazione', 'Volume o altra numerazione', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('984', 'e', 'Date', 'Date', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('984', 'f', 'Completeness note', 'Completeness note', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('984', 'g', 'Referral note', 'Referral note', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('984', 'h', 'Retention note', 'Retention note', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('987', 'a', 'Romanization/conversion identifier', 'Romanization/conversion identifier', 0, 0, '', 9, '', '', '', NULL, -6, 'KT', '', '', NULL),
-               ('987', 'b', 'Agency that converted, created or reviewed', 'Agency that converted, created or reviewed', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('987', 'c', 'Date of conversion or review', 'Date of conversion or review', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('987', 'd', 'Status code', 'Status code ', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('987', 'e', 'Version of conversion program used', 'Version of conversion program used', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('987', 'f', 'Note', 'Note', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('987', 'b', 'Agenzia che ha convertito, creato o rivisto', 'Agenzia che ha convertito, creato o rivisto', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('987', 'c', 'Data della conversione o della revisione', 'Data della conversione o della revisione', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('987', 'd', 'Codice dello status', 'Codice dello status', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('987', 'e', 'Versione del programma usato per la conversione', 'Versione del programma usato per la conversione', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('987', 'f', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('990', 'a', 'Link information for 9XX fields', 'Link information for 9XX fields', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('990', 'b', 'Link information for field corresponding to 9XX field', 'Link information for field corresponding to 9XX field', 1, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('995', '0', 'Withdrawn status [LOCAL, KOHA]', 'Withdrawn status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', '1', 'Lost status [LOCAL, KOHA]', 'Lost status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', '2', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('995', '3', 'Use restrictions [LOCAL, KOHA]', 'Use restrictions [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', '4', 'Koha normalized classification for sorting [LOCAL, KOHA]', 'Koha normalized classification for sorting [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', '5', 'Coded location qualifier [LOCAL, KOHA]', 'Coded location qualifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('995', '6', 'Copy number [LOCAL, KOHA]', 'Copy number [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'KT', '', '', NULL),
-               ('995', '7', 'Uniform Resource Identifier [LOCAL, KOHA]', 'Uniform Resource Identifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', 1, 5, 'KT', '', '', NULL),
-               ('995', '8', 'Collection code [LOCAL, KOHA]', 'Collection code [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', '9', 'Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]', 'Internal itemnumber (Koha itemnumber) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'c', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'd', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'e', 'Genre detail', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'f', 'Barcode', 'Barcode', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'g', 'Barcode prefix', 'Barcode prefix', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'h', 'Barcode incrementation', 'Barcode incrementation', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'i', 'Barcode suffix', 'Barcode suffix', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'j', 'Section', 'Section', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 1, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'p', 'Serial', 'Serial', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'q', 'Intended audience (age level)', 'Intended audience (age level)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 's', 'Acquisition mode', 'Acquisition mode', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 't', 'Genre', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'u', 'Copy note', 'Copy note', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'v', 'Periodical number', 'Periodical number', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'w', 'Recipient organisation code', 'Recipient organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'x', 'Recipient organisation, free text', 'Recipient organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'y', 'Recipient parent organisation code', 'Recipient parent organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
-               ('995', 'z', 'Recipient parent organisation, free text', 'Recipient parent organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', '0', 'Ritiro della copia', 'Ritiro della copia', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', '1', 'Copia smarrita', 'Copia smarrita', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', '2', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 0, 0, '', 9, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('995', '3', 'Restrizioni d\'uso', 'Restrizioni d\'uso', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', '4', 'Classificazione normalizzata Koha per l\'ordinamento', 'Classificazione normalizzata Koha per l\'ordinamento', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', '5', 'Qualificatore dell\'ubicazione', 'Qualificatore dell\'ubicazione', 1, 0, '', 9, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('995', '6', 'Numero della copia', 'Numero della copia', 0, 0, '', 9, '', '', '', NULL, 5, 'KT', '', '', NULL),
+               ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, 5, 'KT', '', '', NULL),
+               ('995', '8', 'Collezione Koha', 'Collezione Koha', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', '9', 'Numero interno di copia (Koha itemnumber, autogenerato)', 'Numero interno di copia (Koha itemnumber, autogenerato)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'a', 'Bib. proprietaria della copia (testo libero)', 'Bib. proprietaria della copia (testo libero)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'b', 'Bib. proprietaria della copia', 'Bib. proprietaria della copia', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'c', 'Bib. che possiede o presta (holding branch)', 'Bib. che possiede o presta (holding branch)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'd', 'Bib. che possiede o presta (codice)', 'Bib. che possiede o presta (codice)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'e', 'Dettaglio del genere', 'Dettaglio del genere', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'f', 'Codice a barre', 'Codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'g', 'Prefisso del codice a barre', 'Prefisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'h', 'Incremento del codice a barre', 'Incremento del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'i', 'Suffisso del codice a barre', 'Suffisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'j', 'Sezione', 'Sezione', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'k', 'Collocazione', 'Collocazione', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'l', 'Numerazione (volume o altre parti)', 'Numerazione (volume o altre parti)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'm', 'Data del prestito o deposito', 'Data del prestito o deposito', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'n', 'Data scadenza del prestito', 'Data scadenza del prestito', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'o', 'Tipo di circolazione (non a prestito)', 'Tipo di circolazione (non a prestito)', 1, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'p', 'Periodico', 'Periodico', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'q', 'Pubblico destinato (età)', 'Pubblico destinato (età)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'r', 'Tipologia della copia e del materiale', 'Tipologia della copia e del materiale', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 's', 'Modalità d\'acquisto', 'Modalità d\'acquisto', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 't', 'Genere', 'Genere', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'u', 'Nota della copia', 'Nota della copia', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'v', 'Numero periodico', 'Numero periodico', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'w', 'Codice dell\'ente destinatario', 'Codice dell\'ente destinatario', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'x', 'Ente destinatario, testo libero', 'Ente destinatario, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'y', 'Codice dell\'ente destinatario superiore', 'Codice dell\'ente destinatario superiore', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
+               ('995', 'z', 'Ente destinatario superiore, testo libero', 'Ente destinatario superiore, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('998', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('998', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
-               ('998', 'd', 'First date, FD (RLIN)', 'First Date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
+               ('998', 'd', 'First date, FD (RLIN)', 'First date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'KT', '', '', NULL),
                ('998', 'i', 'RINS (RLIN)', 'RINS (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('998', 'l', 'LI (RLIN)', 'LI (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
                ('998', 'n', 'NUC (RLIN)', 'NUC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'KT', '', '', NULL),
@@ -23632,7 +24142,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', 'IR');
+               ('999', 'Sys Number locale (Koha)', 'Sys Number locale (Koha)', 1, 0, '', 'IR');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
                ('999', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, NULL, -1, NULL, NULL, '', NULL, -5, 'IR', '', '', NULL),
@@ -23647,8 +24157,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for primary biblioitems Field/Subfields.
 
 
---             ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'IR', '', '', NULL),
---             ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'IR', '', '', NULL),
+--      ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'IR', '', '', NULL),
+--      ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'IR', '', '', NULL),
 
 
 
@@ -23656,21 +24166,21 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', 'IR');
+               ('942', 'Dati aggiuntivi (Koha)', 'Dati aggiuntivi (Koha)', 0, 0, '', 'IR');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'IR', '', '', NULL),
-               ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'IR', '', '', NULL),
+               ('942', '0', 'Numero prestiti (tutte le copie)', 'Numero prestiti (tutte le copie)', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'IR', '', '', NULL),
+               ('942', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('942', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'IR', '', '', NULL),
                ('942', 'a', 'Institution code [OBSOLETE]', 'Institution code [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -5, 'IR', '', '', NULL),
-               ('942', 'c', 'Item type', 'Item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('942', 'e', 'Edition', 'Edition', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('942', 'i', 'Item part', 'Item part', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'IR', '', '', NULL),
-               ('942', 'k', 'Call number prefix', 'Call number prefix', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('942', 'm', 'Call number suffix', 'Call number suffix', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('942', 'n', 'Suppress in OPAC', 'Suppress in OPAC', 0, 0, NULL, 9, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'IR', '', '', NULL);
+               ('942', 'c', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('942', 'e', 'Edizione', 'Edizione', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('942', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('942', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'IR', '', '', NULL),
+               ('942', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('942', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('942', 'n', 'Nasconto in Opac', 'Nasconto in Opac', 0, 0, NULL, 9, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('942', 's', 'Flag seriale', 'Flag seriale', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'IR', '', '', NULL);
 
 
 -- ******************************************************
@@ -23679,8 +24189,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for items Field/Subfields
 
 
---             ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'IR', '', '', NULL),
---             ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'IR', '', '', NULL),
+--      ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'IR', '', '', NULL),
+--      ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'IR', '', '', NULL),
 
 
 
@@ -23688,44 +24198,44 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('952', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', 'IR');
+               ('952', 'Dati di copia (Koha)', 'Dati di copia (Koha)', 1, 0, '', 'IR');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-             ('952', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', '1', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('952', '3', 'Materials specified (bound volume or other part)', 'Materials specified (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('952', '4', 'Damaged status', 'Damaged status', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('952', '0', 'Ritirato (status)', 'Ritirato (status)', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', '1', 'Perso (status)', 'Perso (status)', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('952', '3', 'Materiali specifici (rilegati o simili)', 'Materiali specifici (rilegati o simili)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('952', '4', 'Danneggiato (status)', 'Danneggiato (status)', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'IR', '', '', NULL),
                ('952', '5', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'IR', '', '', NULL),
-               ('952', '7', 'Not for loan', 'Not for loan', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', '8', 'Collection code', 'Collection code', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', '9', 'Koha itemnumber (autogenerated)', 'Koha itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'IR', '', '', NULL),
-               ('952', 'a', 'Permanent location', 'Permanent location', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', 'b', 'Current location', 'Current location', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', 'c', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', 'd', 'Date acquired', 'Date acquired', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'IR', '', '', NULL),
-               ('952', 'e', 'Source of acquisition', 'Source of acquisition', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', 'f', 'Coded location qualifier', 'Coded location qualifier', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('952', 'g', 'Cost, normal purchase price', 'Cost, normal purchase price', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', 'h', 'Serial Enumeration / chronology','Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'IR', '', '', NULL),
-        ('952', 'i', 'Inventory number','Inventory number', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', 'j', 'Shelving control number', 'Shelving control number', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('952', 'l', 'Total Checkouts', 'Total Checkouts', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'IR', '', '', NULL),
-               ('952', 'm', 'Total Renewals', 'Total Renewals', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'IR', '', '', NULL),
-               ('952', 'n', 'Total Holds', 'Total Holds', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'IR', '', '', NULL),
-               ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'IR', '', '', NULL),
-               ('952', 'p', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'IR', '', '', NULL),
-               ('952', 'q', 'Checked out', 'Checked out', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'IR', '', '', NULL),
-               ('952', 'r', 'Date last seen', 'Date last seen', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'IR', '', '', NULL),
-               ('952', 's', 'Date last borrowed', 'Date last borrowed', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'IR', '', '', NULL),
-               ('952', 't', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('952', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'IR', '', '', NULL),
-               ('952', 'v', 'Cost, replacement price', 'Cost, replacement price', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', 'w', 'Price effective from', 'Price effective from', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('952', 'x', 'Non-public note', 'Non-public note', 0, 0, '', 10, '', '', '', NULL, 1, 'IR', '', '', NULL),
-               ('952', 'y', 'Koha item type', 'Koha item type', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('952', 'z', 'Public note', 'Public note', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'IR', '', '', NULL);
+               ('952', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'IR', '', '', NULL),
+               ('952', '7', 'Non per il presito', 'Non per il presito', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', '8', 'Codice collezione', 'Codice collezione', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', '9', 'Numero di copia (ID autogenerato)', 'Numero di copia (ID autogenerato)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'IR', '', '', NULL),
+               ('952', 'a', 'Biblioteca proprietaria', 'Biblioteca proprietaria', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', 'b', 'Biblioteca in cui si trova', 'Biblioteca in cui si trova', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'IR', '', '', NULL),
+               ('952', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('952', 'g', 'Costo, prezzo di acquisto', 'Costo, prezzo di acquisto', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', 'h', 'Enumerazione seriale / cronologia', 'Enumerazione seriale / cronologia', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', 'i', 'Numero di inventario', 'Numero di inventario', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('952', 'l', 'Totale prestiti', 'Totale prestiti', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'IR', '', '', NULL),
+               ('952', 'm', 'Totale rinnovi', 'Totale rinnovi', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'IR', '', '', NULL),
+               ('952', 'n', 'Totale prenotazioni', 'Totale prenotazioni', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'IR', '', '', NULL),
+               ('952', 'o', 'Collocazione', 'Collocazione', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'IR', '', '', NULL),
+               ('952', 'p', 'Codice a barre', 'Codice a barre', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'IR', '', '', NULL),
+               ('952', 'q', 'Prestito', 'Prestito', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'IR', '', '', NULL),
+               ('952', 'r', 'Data ultima operazione', 'Data ultima operazione', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'IR', '', '', NULL),
+               ('952', 's', 'Data ultimo prestito', 'Data ultimo prestito', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'IR', '', '', NULL),
+               ('952', 't', 'Numero di copia', 'Numero di copia', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('952', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'IR', '', '', NULL),
+               ('952', 'v', 'Costo, costo di riacquisto', 'Costo, costo di riacquisto', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', 'w', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('952', 'x', 'Nota non pubblica', 'Nota non pubblica', 0, 0, '', 10, '', '', '', NULL, 1, 'IR', '', '', NULL),
+               ('952', 'y', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('952', 'z', 'Nota pubblica', 'Nota pubblica', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'IR', '', '', NULL);
 
 
 
@@ -23741,275 +24251,275 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
                ('000', 'LEADER', 'LEADER', 0, 1, '', 'IR'),
-               ('001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 0, '', 'IR'),
-               ('003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 0, '', 'IR'),
-               ('005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 0, '', 'IR'),
-               ('006', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 1, 0, '', 'IR'),
-               ('007', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 1, 0, '', 'IR'),
-               ('008', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 0, 1, '', 'IR'),
+               ('001', 'Numero di controllo', 'Numero di controllo', 0, 0, '', 'IR'),
+               ('003', 'Identificatore del numero di controllo', 'Identificatore del numero di controllo', 0, 0, '', 'IR'),
+               ('005', 'Data e orario dell\'ultima transazione', 'Data e orario dell\'ultima transazione', 0, 0, '', 'IR'),
+               ('006', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 1, 0, '', 'IR'),
+               ('007', 'Campo fisso per la descrizione fisica--informazione generale', 'Campo fisso per la descrizione fisica--informazione generale', 1, 0, '', 'IR'),
+               ('008', 'Elementi di lunghezza fissa--Informazione generale', 'Elementi di lunghezza fissa--Informazione generale', 0, 1, '', 'IR'),
                ('009', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 1, 0, '', 'IR'),
-               ('010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, '', 'IR'),
+               ('010', 'Numero di controllo della Library of Congress', 'Numero di controllo della Library of Congress', 0, 0, '', 'IR'),
                ('011', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 0, 0, '', 'IR'),
-               ('013', 'PATENT CONTROL INFORMATION', 'PATENT CONTROL INFORMATION', 1, 0, '', 'IR'),
-               ('015', 'NATIONAL BIBLIOGRAPHY NUMBER', 'NATIONAL BIBLIOGRAPHY NUMBER', 1, 0, '', 'IR'),
-               ('016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, '', 'IR'),
-               ('017', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 1, 0, '', 'IR'),
-               ('018', 'COPYRIGHT ARTICLE-FEE CODE', 'COPYRIGHT ARTICLE-FEE CODE', 0, 0, '', 'IR'),
-               ('020', 'ISBN', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL, 'IR'),
-               ('022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL, 'IR'),
+               ('013', 'Informazioni impiegate per il controllo di brevetti', 'Informazioni impiegate per il controllo di brevetti', 1, 0, '', 'IR'),
+               ('015', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 'IR'),
+               ('016', 'Numero di controllo dell\'agenzia bibliografica nazionale', 'Numero di controllo dell\'agenzia bibliografica nazionale', 1, 0, '', 'IR'),
+               ('017', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 'IR'),
+               ('018', 'Codice di tassa sul copyright dell’articolo', 'Codice di tassa sul copyright dell’articolo', 0, 0, '', 'IR'),
+               ('020', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 'IR'),
+               ('022', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 'IR'),
                ('023', 'STANDARD FILM NUMBER (VM) [DELETED]', 'STANDARD FILM NUMBER (VM) [DELETED]', 1, 0, NULL, 'IR'),
-               ('024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL, 'IR'),
-               ('025', 'OVERSEAS ACQUISITION NUMBER', 'OVERSEAS ACQUISITION NUMBER', 1, 0, '', 'IR'),
-               ('026', 'FINGERPRINT IDENTIFIER', 'FINGERPRINT IDENTIFIER', 1, 0, '', 'IR'),
-               ('027', 'STANDARD TECHNICAL REPORT NUMBER', 'STANDARD TECHNICAL REPORT NUMBER', 1, 0, '', 'IR'),
-               ('028', 'PUBLISHER NUMBER', 'PUBLISHER NUMBER', 1, 0, NULL, 'IR'),
-               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', ' (OCLC)', 1, 0, '', 'IR'),
-               ('030', 'CODEN DESIGNATION', 'CODEN DESIGNATION', 1, 0, '', 'IR'),
-               ('031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, '', 'IR'),
-               ('032', 'POSTAL REGISTRATION NUMBER', 'POSTAL REGISTRATION NUMBER', 1, 0, '', 'IR'),
-               ('033', 'DATE/TIME AND PLACE OF AN EVENT', 'DATE/TIME AND PLACE OF AN EVENT', 1, 0, '', 'IR'),
-               ('034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, '', 'IR'),
-               ('035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL, 'IR'),
-               ('036', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 0, 0, '', 'IR'),
-               ('037', 'PUBLICATION, DISTRIBUTION DETAILS--SOURCE OF ACQUISITION', 'SOURCE OF ACQUISITION', 1, 0, NULL, 'IR'),
-               ('038', 'RECORD CONTENT LICENSOR', 'RECORD CONTENT LICENSOR', 0, 0, '', 'IR'),
+               ('024', 'Altri identificatori standard', 'Altri identificatori standard', 1, 0, NULL, 'IR'),
+               ('025', 'Numero di acquisito estero', 'Numero di acquisito estero', 1, 0, '', 'IR'),
+               ('026', 'Identificatore dell’impronta', 'Identificatore dell’impronta', 1, 0, '', 'IR'),
+               ('027', 'Standard Technical Report Number', 'Standard Technical Report Number', 1, 0, '', 'IR'),
+               ('028', 'Numero dell’editore', 'Numero dell’editore', 1, 0, NULL, 'IR'),
+               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 1, 0, '', 'IR'),
+               ('030', 'Designazione CODEN', 'Designazione CODEN', 1, 0, '', 'IR'),
+               ('031', 'Informazione sugli incipit musicali', 'Informazione sugli incipit musicali', 1, 0, '', 'IR'),
+               ('032', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 1, 0, '', 'IR'),
+               ('033', 'Data/ora e luogo di un evento', 'Data/ora e luogo di un evento', 1, 0, '', 'IR'),
+               ('034', 'Dati matematici codificati per il materiale cartografico', 'Dati matematici codificati per il materiale cartografico', 1, 0, '', 'IR'),
+               ('035', 'Numero di controllo del sistema', 'Numero di controllo del sistema', 1, 0, NULL, 'IR'),
+               ('036', 'Numero dello studio originale del computer data file', 'Numero dello studio originale del computer data file', 0, 0, '', 'IR'),
+               ('037', 'Fonte d’acquisto', 'Fonte d’acquisto', 1, 0, NULL, 'IR'),
+               ('038', 'Licenza d’uso del contenuto della registrazione', 'Licenza d’uso del contenuto della registrazione', 0, 0, '', 'IR'),
                ('039', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 0, 0, '', 'IR'),
-               ('040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 0, NULL, 'IR'),
-               ('041', 'LANGUAGE CODE', 'LANGUAGE CODE', 1, 0, '', 'IR'),
-               ('042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, '', 'IR'),
-               ('043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL, 'IR'),
-               ('044', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 0, 0, '', 'IR'),
-               ('045', 'TIME PERIOD OF CONTENT', 'TIME PERIOD OF CONTENT', 0, 0, '', 'IR'),
-               ('046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, '', 'IR'),
-               ('047', 'FORM OF MUSICAL COMPOSITION CODE', 'FORM OF MUSICAL COMPOSITION CODE', 1, 0, '', 'IR'),
-               ('048', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 1, 0, '', 'IR'),
+               ('040', 'Fonte della catalogazione', 'Fonte della catalogazione', 0, 0, NULL, 'IR'),
+               ('041', 'Codice di lingua', 'Codice di lingua', 1, 0, '', 'IR'),
+               ('042', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 'IR'),
+               ('043', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 0, 0, NULL, 'IR'),
+               ('044', 'Codice del paese dell’ente che pubblica/produce l’item', 'Codice del paese dell’ente che pubblica/produce l’item', 0, 0, '', 'IR'),
+               ('045', 'Periodo di tempo del contenuto', 'Periodo di tempo del contenuto', 0, 0, '', 'IR'),
+               ('046', 'Codice delle date speciali', 'Codice delle date speciali', 1, 0, '', 'IR'),
+               ('047', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 'IR'),
+               ('048', 'Codice del numero degli strumenti musicali o delle voci', 'Codice del numero degli strumenti musicali o delle voci', 1, 0, '', 'IR'),
                ('049', 'LOCAL HOLDINGS (OCLC)', 'LOCAL HOLDINGS (OCLC)', 0, 0, '', 'IR'),
-               ('050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL, 'IR'),
-               ('051', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 1, 0, NULL, 'IR'),
-               ('052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL, 'IR'),
-               ('055', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 1, 0, NULL, 'IR'),
-               ('060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL, 'IR'),
-               ('061', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 1, 0, NULL, 'IR'),
-               ('066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL, 'IR'),
-               ('070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL, 'IR'),
-               ('071', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 1, 0, NULL, 'IR'),
-               ('072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL, 'IR'),
-               ('074', 'GPO ITEM NUMBER', 'GPO ITEM NUMBER', 1, 0, NULL, 'IR'),
-               ('080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'IR'),
-               ('082', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'IR'),
-               ('084', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL, 'IR'),
-               ('086', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL, 'IR'),
+               ('050', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 1, 0, NULL, 'IR'),
+               ('051', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 1, 0, NULL, 'IR'),
+               ('052', 'Classificazione geografica', 'Classificazione geografica', 1, 0, NULL, 'IR'),
+               ('055', 'Numero di classificazione assegnati in Canada', 'Numero di classificazione assegnati in Canada', 1, 0, NULL, 'IR'),
+               ('060', 'Numero di chiamata (collocazione) della National Library of Medicine', 'Numero di chiamata (collocazione) della National Library of Medicine', 1, 0, NULL, 'IR'),
+               ('061', 'Formulazione dell’esemplare della National Library of Medicine', 'Formulazione dell’esemplare della National Library of Medicine', 1, 0, NULL, 'IR'),
+               ('066', 'Set di caratteri presenti', 'Set di caratteri presenti', 0, 0, NULL, 'IR'),
+               ('070', 'Numero di chiamata (collocazione) della National Agricultural Library', 'Numero di chiamata (collocazione) della National Agricultural Library', 1, 0, NULL, 'IR'),
+               ('071', 'Formulazione dell’esemplare della National Agricultural Library', 'Formulazione dell’esemplare della National Agricultural Library', 1, 0, NULL, 'IR'),
+               ('072', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 1, 0, NULL, 'IR'),
+               ('074', 'Numero GPO dell’item', 'Numero GPO dell’item', 1, 0, NULL, 'IR'),
+               ('080', 'Numero di classificazione decimale universale', 'Numero di classificazione decimale universale', 1, 0, NULL, 'IR'),
+               ('082', 'Numero di classificazione Decimale Dewey', 'Numero di classificazione Decimale Dewey', 1, 0, NULL, 'IR'),
+               ('084', 'Numero d’altra classificazione', 'Numero d’altra classificazione', 1, 0, NULL, 'IR'),
+               ('086', 'Numero di classificazione di documento governativo', 'Numero di classificazione di documento governativo', 1, 0, NULL, 'IR'),
                ('087', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 1, 0, NULL, 'IR'),
-               ('088', 'REPORT NUMBER', 'REPORT NUMBER', 1, 0, NULL, 'IR'),
-               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, '', 'IR'),
+               ('088', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 'IR'),
+               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 1, 0, '', 'IR'),
                ('091', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 0, 0, '', 'IR'),
                ('092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, '', 'IR'),
                ('096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, '', 'IR'),
                ('098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, '', 'IR'),
                ('099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, '', 'IR'),
-               ('100', 'MAIN ENTRY--PERSONAL AUTHOR', 'MAIN ENTRY--PERSONAL NAME', 0, 0, NULL, 'IR'),
-               ('110', 'MAIN ENTRY--CORPORATE AUTHOR', 'MAIN ENTRY--CORPORATE NAME', 0, 0, NULL, 'IR'),
-               ('111', 'MAIN ENTRY--MEETING NAME', 'MAIN ENTRY--MEETING NAME', 0, 0, NULL, 'IR'),
-               ('130', 'MAIN ENTRY--UNIFORM TITLE', 'MAIN ENTRY--UNIFORM TITLE', 0, 0, NULL, 'IR'),
-               ('210', 'ABBREVIATED TITLE', 'ABBREVIATED TITLE', 1, 0, NULL, 'IR'),
+               ('100', 'Accesso principale -- nome di persona', 'Accesso principale -- nome di persona', 0, 0, NULL, 'IR'),
+               ('110', 'Accesso principale--nome di ente', 'Accesso principale--nome di ente', 0, 0, NULL, 'IR'),
+               ('111', 'Accesso principale--nome di convegno', 'Accesso principale--nome di convegno', 0, 0, NULL, 'IR'),
+               ('130', 'Accesso principale--titolo uniforme', 'Accesso principale--titolo uniforme', 0, 0, NULL, 'IR'),
+               ('210', 'Titolo abbreviato', 'Titolo abbreviato', 1, 0, NULL, 'IR'),
                ('211', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 1, 0, NULL, 'IR'),
                ('212', 'VARIANT ACCESS TITLE [OBSOLETE]', 'VARIANT ACCESS TITLE [OBSOLETE]', 1, 0, NULL, 'IR'),
                ('214', 'AUGMENTED TITLE [OBSOLETE]', 'AUGMENTED TITLE [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('222', 'KEY TITLE', 'KEY TITLE', 1, 0, NULL, 'IR'),
-               ('240', 'UNIFORM TITLE', 'UNIFORM TITLE', 0, 0, 'Unititle', 'IR'),
+               ('222', 'Titolo chiave', 'Titolo chiave', 1, 0, NULL, 'IR'),
+               ('240', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'Unititle', 'IR'),
                ('241', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 0, 0, '', 'IR'),
-               ('242', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 1, 0, NULL, 'IR'),
-               ('243', 'COLLECTIVE UNIFORM TITLE', 'COLLECTIVE UNIFORM TITLE', 0, 0, '', 'IR'),
-               ('245', 'TITLE', 'TITLE STATEMENT', 0, 1, '', 'IR'),
-               ('246', 'VARYING FORM OF TITLE', 'VARYING FORM OF TITLE', 1, 0, NULL, 'IR'),
-               ('247', 'FORMER TITLE', 'FORMER TITLE', 1, 0, NULL, 'IR'),
-               ('250', 'EDITION STATEMENT', 'EDITION STATEMENT', 0, 0, NULL, 'IR'),
-               ('254', 'MUSICAL PRESENTATION STATEMENT', 'MUSICAL PRESENTATION STATEMENT', 0, 0, NULL, 'IR'),
-               ('255', 'CARTOGRAPHIC MATHEMATICAL DATA', 'CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL, 'IR'),
-               ('256', 'COMPUTER FILE CHARACTERISTICS', 'COMPUTER FILE CHARACTERISTICS', 0, 0, NULL, 'IR'),
-               ('257', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 0, 0, NULL, 'IR'),
-               ('258', 'PHILATELIC ISSUE DATE', 'PHILATELIC ISSUE DATE', 1, 0, NULL, 'IR'),
-               ('260', 'PUBLISHER--PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 1, 0, NULL, 'IR'),
+               ('242', 'Traduzione del titolo dell’agenzia di catalogazione', 'Traduzione del titolo dell’agenzia di catalogazione', 1, 0, NULL, 'IR'),
+               ('243', 'Titolo uniforme collettivo', 'Titolo uniforme collettivo', 0, 0, '', 'IR'),
+               ('245', 'Formulazione del titolo', 'Formulazione del titolo', 0, 1, '', 'IR'),
+               ('246', 'Varianti del titolo', 'Varianti del titolo', 1, 0, NULL, 'IR'),
+               ('247', 'Titolo precedente', 'Titolo precedente', 1, 0, NULL, 'IR'),
+               ('250', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, NULL, 'IR'),
+               ('254', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, NULL, 'IR'),
+               ('255', 'Dati matematici del materiale cartografico', 'Dati matematici del materiale cartografico', 1, 0, NULL, 'IR'),
+               ('256', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, NULL, 'IR'),
+               ('257', 'Paese dell’ente produttore dei film d’archivio', 'Paese dell’ente produttore dei film d’archivio', 0, 0, NULL, 'IR'),
+               ('258', 'Dati dell’emissione filatelica', 'Dati dell’emissione filatelica', 1, 0, NULL, 'IR'),
+               ('260', 'Pubblicazione, distribuzione, ecc. (stampa)', 'Pubblicazione, distribuzione, ecc. (stampa)', 1, 0, NULL, 'IR'),
                ('261', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, NULL, 'IR'),
                ('262', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 0, 0, NULL, 'IR'),
-               ('263', 'PROJECTED PUBLICATION DATE', 'PROJECTED PUBLICATION DATE', 0, 0, NULL, 'IR'),
+               ('263', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, NULL, 'IR'),
                ('265', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 0, 0, NULL, 'IR'),
-               ('270', 'PUBLICATION, DISTRIBUTION DETAILS--ADDRESS', 'ADDRESS', 1, 0, NULL, 'IR'),
-               ('300', 'PHYSICAL DESCRIPTION', 'PHYSICAL DESCRIPTION', 1, 1, NULL, 'IR'),
+               ('270', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 'IR'),
+               ('300', 'Descrizione fisica', 'Descrizione fisica', 1, 1, NULL, 'IR'),
                ('301', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 0, 0, NULL, 'IR'),
                ('302', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 0, 0, NULL, 'IR'),
                ('303', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'IR'),
                ('304', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'IR'),
                ('305', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 0, 0, NULL, 'IR'),
-               ('306', 'PLAYING TIME', 'PLAYING TIME', 0, 0, NULL, 'IR'),
-               ('307', 'HOURS, ETC.', 'HOURS, ETC.', 1, 0, NULL, 'IR'),
+               ('306', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, NULL, 'IR'),
+               ('307', 'Disponibilità oraria, ecc.', 'Disponibilità oraria, ecc.', 1, 0, NULL, 'IR'),
                ('308', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('310', 'CURRENT PUBLICATION FREQUENCY', 'CURRENT PUBLICATION FREQUENCY', 0, 0, NULL, 'IR'),
+               ('310', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 'IR'),
                ('315', 'FREQUENCY (CF MP) [OBSOLETE]', 'FREQUENCY (CF MP) [OBSOLETE]', 0, 0, NULL, 'IR'),
-               ('321', 'FORMER PUBLICATION FREQUENCY', 'FORMER PUBLICATION FREQUENCY', 1, 0, NULL, 'IR'),
-               ('340', 'PHYSICAL MEDIUM', 'PHYSICAL MEDIUM', 1, 0, NULL, 'IR'),
-               ('342', 'GEOSPATIAL REFERENCE DATA', 'GEOSPATIAL REFERENCE DATA', 1, 0, NULL, 'IR'),
-               ('343', 'PLANAR COORDINATE DATA', 'PLANAR COORDINATE DATA', 1, 0, NULL, 'IR'),
+               ('321', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 1, 0, NULL, 'IR'),
+               ('340', 'Supporto fisico', 'Supporto fisico', 1, 0, NULL, 'IR'),
+               ('342', 'Dati di riferimento geospaziale', 'Dati di riferimento geospaziale', 1, 0, NULL, 'IR'),
+               ('343', 'Dati di coordinate piane', 'Dati di coordinate piane', 1, 0, NULL, 'IR'),
                ('350', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('351', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 1, 0, NULL, 'IR'),
-               ('352', 'DIGITAL GRAPHIC REPRESENTATION', 'DIGITAL GRAPHIC REPRESENTATION', 1, 0, NULL, 'IR'),
-               ('355', 'SECURITY CLASSIFICATION CONTROL', 'SECURITY CLASSIFICATION CONTROL', 1, 0, NULL, 'IR'),
-               ('357', 'ORIGINATOR DISSEMINATION CONTROL', 'ORIGINATOR DISSEMINATION CONTROL', 0, 0, NULL, 'IR'),
+               ('351', 'Organizzazione e l’ordinamento dei materiali', 'Organizzazione e l’ordinamento dei materiali', 1, 0, NULL, 'IR'),
+               ('352', 'Rappresentazione grafica digitale', 'Rappresentazione grafica digitale', 1, 0, NULL, 'IR'),
+               ('355', 'Controllo della classificazione di sicurezza', 'Controllo della classificazione di sicurezza', 1, 0, NULL, 'IR'),
+               ('357', 'Controllo del creatore sulla diffusione', 'Controllo del creatore sulla diffusione', 0, 0, NULL, 'IR'),
                ('359', 'RENTAL PRICE (VM) [OBSOLETE]', 'RENTAL PRICE (VM) [OBSOLETE]', 0, 0, NULL, 'IR'),
-               ('362', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL, 'IR'),
-               ('365', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE PRICE', 'TRADE PRICE', 1, 0, NULL, 'IR'),
-               ('366', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE AVAILABILITY INFORMATION', 'TRADE AVAILABILITY INFORMATION', 1, 0, NULL, 'IR'),
+               ('362', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 1, 0, NULL, 'IR'),
+               ('365', 'Prezzo commerciale', 'Prezzo commerciale', 1, 0, NULL, 'IR'),
+               ('366', 'Informazione sulla disponibilità editoriale', 'Informazione sulla disponibilità editoriale', 1, 0, NULL, 'IR'),
                ('400', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'IR'),
                ('410', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'IR'),
                ('411', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'IR'),
-               ('440', 'SERIES--TITLE', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 1, 0, NULL, 'IR'),
-               ('490', 'SERIES STATEMENT', 'SERIES STATEMENT', 1, 0, '', 'IR'),
-               ('500', 'GENERAL NOTE', 'GENERAL NOTE', 1, 0, NULL, 'IR'),
-               ('501', 'WITH NOTE', 'WITH NOTE', 1, 0, NULL, 'IR'),
-               ('502', 'DISSERTATION NOTE', 'DISSERTATION NOTE', 1, 0, NULL, 'IR'),
+               ('440', 'Formulazione della serie/accesso aggiunto--titolo', 'Formulazione della serie/accesso aggiunto--titolo', 1, 0, NULL, 'IR'),
+               ('490', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 'IR'),
+               ('500', 'Nota generale', 'Nota generale', 1, 0, NULL, 'IR'),
+               ('501', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 1, 0, NULL, 'IR'),
+               ('502', 'Nota di dissertazione', 'Nota di dissertazione', 1, 0, NULL, 'IR'),
                ('503', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('504', 'BIBLIOGRAPHY, ETC. NOTE', 'BIBLIOGRAPHY, ETC. NOTE', 1, 0, NULL, 'IR'),
-               ('505', 'FORMATTED CONTENTS NOTE', 'FORMATTED CONTENTS NOTE', 1, 0, NULL, 'IR'),
-               ('506', 'RESTRICTIONS ON ACCESS NOTE', 'RESTRICTIONS ON ACCESS NOTE', 1, 0, NULL, 'IR'),
-               ('507', 'SCALE NOTE FOR GRAPHIC MATERIAL', 'SCALE NOTE FOR GRAPHIC MATERIAL', 0, 0, NULL, 'IR'),
-               ('508', 'CREATION/PRODUCTION CREDITS NOTE', 'CREATION/PRODUCTION CREDITS NOTE', 1, 0, NULL, 'IR'),
+               ('504', 'Nota di bibliografia', 'Nota di bibliografia', 1, 0, NULL, 'IR'),
+               ('505', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 1, 0, NULL, 'IR'),
+               ('506', 'Nota sulle restrizioni all\'accesso', 'Nota sulle restrizioni all\'accesso', 1, 0, NULL, 'IR'),
+               ('507', 'Nota di scala per materiale grafico', 'Nota di scala per materiale grafico', 0, 0, NULL, 'IR'),
+               ('508', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 1, 0, NULL, 'IR'),
                ('509', 'INFORMAL NOTES (RLIN)', 'INFORMAL NOTES (RLIN)', 0, 0, NULL, 'IR'),
-               ('510', 'CITATION/REFERENCES NOTE', 'CITATION/REFERENCES NOTE', 1, 0, NULL, 'IR'),
-               ('511', 'PARTICIPANT OR PERFORMER NOTE', 'PARTICIPANT OR PERFORMER NOTE', 1, 0, NULL, 'IR'),
+               ('510', 'Nota di citazione/riferimenti esterni', 'Nota di citazione/riferimenti esterni', 1, 0, NULL, 'IR'),
+               ('511', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 1, 0, NULL, 'IR'),
                ('512', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('513', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 1, 0, NULL, 'IR'),
-               ('514', 'DATA QUALITY NOTE', 'DATA QUALITY NOTE', 0, 0, NULL, 'IR'),
-               ('515', 'NUMBERING PECULIARITIES NOTE', 'NUMBERING PECULIARITIES NOTE', 1, 0, NULL, 'IR'),
-               ('516', 'TYPE OF COMPUTER FILE OR DATA NOTE', 'TYPE OF COMPUTER FILE OR DATA NOTE', 1, 0, NULL, 'IR'),
+               ('513', 'Nota di tipo di rapporto e periodo coperto', 'Nota di tipo di rapporto e periodo coperto', 1, 0, NULL, 'IR'),
+               ('514', 'Nota sulla qualità dei dati', 'Nota sulla qualità dei dati', 0, 0, NULL, 'IR'),
+               ('515', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 1, 0, NULL, 'IR'),
+               ('516', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 1, 0, NULL, 'IR'),
                ('517', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 0, 0, NULL, 'IR'),
-               ('518', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 1, 0, NULL, 'IR'),
-               ('520', 'SUMMARY, ETC.', 'SUMMARY, ETC.', 1, 0, NULL, 'IR'),
-               ('521', 'GRADE LEVEL/TARGET AUDIENCE NOTE', 'TARGET AUDIENCE NOTE', 1, 0, NULL, 'IR'),
-               ('522', 'GEOGRAPHIC DETAILS/GEOGRAPHIC COVERAGE NOTE', 'GEOGRAPHIC COVERAGE NOTE', 1, 0, NULL, 'IR'),
+               ('518', 'Nota sulla data/ora e luogo di un evento', 'Nota sulla data/ora e luogo di un evento', 1, 0, NULL, 'IR'),
+               ('520', 'Riassunto, ecc.', 'Riassunto, ecc.', 1, 0, NULL, 'IR'),
+               ('521', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 'IR'),
+               ('522', 'Nota di copertura geografica', 'Nota di copertura geografica', 1, 0, NULL, 'IR'),
                ('523', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'IR'),
-               ('524', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'IR'),
-               ('525', 'SUPPLEMENT NOTE', 'SUPPLEMENT NOTE', 0, 0, NULL, 'IR'),
-               ('526', 'STUDY PROGRAM INFORMATION NOTE', 'STUDY PROGRAM INFORMATION NOTE', 0, 0, NULL, 'IR'),
+               ('524', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 1, 0, NULL, 'IR'),
+               ('525', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 'IR'),
+               ('526', 'Nota d’informazione sul programma di studi', 'Nota d’informazione sul programma di studi', 0, 0, NULL, 'IR'),
                ('527', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('530', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 1, 0, NULL, 'IR'),
-               ('533', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'IR'),
-               ('534', 'ORIGINAL VERSION NOTE', 'ORIGINAL VERSION NOTE', 1, 0, NULL, 'IR'),
-               ('535', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 1, 0, NULL, 'IR'),
-               ('536', 'FUNDING INFORMATION NOTE', 'FUNDING INFORMATION NOTE', 1, 0, NULL, 'IR'),
+               ('530', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 1, 0, NULL, 'IR'),
+               ('533', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'IR'),
+               ('534', 'Nota sulla versione originale', 'Nota sulla versione originale', 1, 0, NULL, 'IR'),
+               ('535', 'Nota sulla localizzazione degli originali/duplicati', 'Nota sulla localizzazione degli originali/duplicati', 1, 0, NULL, 'IR'),
+               ('536', 'Nota d’informazione sul finanziamento', 'Nota d’informazione sul finanziamento', 1, 0, NULL, 'IR'),
                ('537', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'IR'),
-               ('538', 'SYSTEM DETAILS NOTE', 'SYSTEM DETAILS NOTE', 1, 0, NULL, 'IR'),
-               ('540', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'IR'),
-               ('541', 'ACQUISITION INFO--IMMEDIATE SOURCE OF ACQUISITION NOTE', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 1, 0, NULL, 'IR'),
+               ('538', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 1, 0, NULL, 'IR'),
+               ('540', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'IR'),
+               ('541', 'Nota sulla fonte immediata d\'acquisto', 'Nota sulla fonte immediata d\'acquisto', 1, 0, NULL, 'IR'),
                ('543', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('544', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 1, 0, NULL, 'IR'),
-               ('545', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL, 'IR'),
-               ('546', 'LANGUAGE/TRANSLATION INFO', 'LANGUAGE NOTE', 1, 0, NULL, 'IR'),
-               ('547', 'FORMER TITLE COMPLEXITY NOTE', 'FORMER TITLE COMPLEXITY NOTE', 1, 0, NULL, 'IR'),
-               ('550', 'ISSUING BODY NOTE', 'ISSUING BODY NOTE', 1, 0, NULL, 'IR'),
-               ('552', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 1, 0, NULL, 'IR'),
-               ('555', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 1, 0, NULL, 'IR'),
-               ('556', 'INFORMATION ABOUT DOCUMENTATION NOTE', 'INFORMATION ABOUT DOCUMENTATION NOTE', 1, 0, NULL, 'IR'),
-               ('561', 'OWNERSHIP AND CUSTODIAL HISTORY', 'OWNERSHIP AND CUSTODIAL HISTORY', 1, 0, NULL, 'IR'),
-               ('562', 'COPY AND VERSION IDENTIFICATION NOTE', 'COPY AND VERSION IDENTIFICATION NOTE', 1, 0, NULL, 'IR'),
-               ('563', 'BINDING INFORMATION', 'BINDING INFORMATION', 1, 0, NULL, 'IR'),
-               ('565', 'CASE FILE CHARACTERISTICS NOTE', 'CASE FILE CHARACTERISTICS NOTE', 1, 0, NULL, 'IR'),
-               ('567', 'METHODOLOGY NOTE', 'METHODOLOGY NOTE', 1, 0, NULL, 'IR'),
+               ('544', 'Nota sulla localizzazione d’altri materiali d’archivio', 'Nota sulla localizzazione d’altri materiali d’archivio', 1, 0, NULL, 'IR'),
+               ('545', 'Dati biografici o storici', 'Dati biografici o storici', 1, 0, NULL, 'IR'),
+               ('546', 'Nota sulla lingua', 'Nota sulla lingua', 1, 0, NULL, 'IR'),
+               ('547', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 1, 0, NULL, 'IR'),
+               ('550', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 1, 0, NULL, 'IR'),
+               ('552', 'Nota d’informazione sull’ente e l’attributo', 'Nota d’informazione sull’ente e l’attributo', 1, 0, NULL, 'IR'),
+               ('555', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 1, 0, NULL, 'IR'),
+               ('556', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 1, 0, NULL, 'IR'),
+               ('561', 'Storia della proprietà e custodia', 'Storia della proprietà e custodia', 1, 0, NULL, 'IR'),
+               ('562', 'Nota d\'identificazione della copia e della versione', 'Nota d\'identificazione della copia e della versione', 1, 0, NULL, 'IR'),
+               ('563', 'Informazione sulla rilegatura', 'Informazione sulla rilegatura', 1, 0, NULL, 'IR'),
+               ('565', 'Nota sulle caratteristiche della singola pratica', 'Nota sulle caratteristiche della singola pratica', 1, 0, NULL, 'IR'),
+               ('567', 'Nota sulla metodologia', 'Nota sulla metodologia', 1, 0, NULL, 'IR'),
                ('570', 'EDITOR NOTE (SE) [OBSOLETE]', 'EDITOR NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('580', 'LINKING ENTRY COMPLEXITY NOTE', 'LINKING ENTRY COMPLEXITY NOTE', 1, 0, NULL, 'IR'),
-               ('581', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'IR'),
+               ('580', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 1, 0, NULL, 'IR'),
+               ('581', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 1, 0, NULL, 'IR'),
                ('582', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('583', 'ACQUISITION INFO--ACTION NOTE', 'ACTION NOTE', 1, 0, NULL, 'IR'),
-               ('584', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 1, 0, NULL, 'IR'),
-               ('585', 'EXHIBITIONS NOTE', 'EXHIBITIONS NOTE', 1, 0, NULL, 'IR'),
-               ('586', 'AWARDS', 'AWARDS NOTE', 1, 0, NULL, 'IR'),
+               ('583', 'Nota d’azione', 'Nota d’azione', 1, 0, NULL, 'IR'),
+               ('584', 'Nota di accumulo e di frequenza d’uso', 'Nota di accumulo e di frequenza d’uso', 1, 0, NULL, 'IR'),
+               ('585', 'Nota di mostre', 'Nota di mostre', 1, 0, NULL, 'IR'),
+               ('586', 'Nota di premi', 'Nota di premi', 1, 0, NULL, 'IR'),
                ('590', 'LOCAL NOTE (RLIN)', 'LOCAL NOTE (RLIN)', 1, 0, NULL, 'IR'),
-               ('600', 'SUBJECT--PERSONAL NAME', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'IR'),
-               ('610', 'SUBJECT--CORPORATE NAME', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'IR'),
-               ('611', 'SUBJECT--MEETING NAME', 'SUBJECT ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'IR'),
-               ('630', 'SUBJECT--UNIFORM TITLE', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'IR'),
-               ('648', 'SUBJECT--CHRONOLOGICAL TERM', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL, 'IR'),
-               ('650', 'SUBJECT--TOPIC', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 1, 0, NULL, 'IR'),
-               ('651', 'SUBJECT--GEOGRAPHIC NAME', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 1, 0, NULL, 'IR'),
+               ('600', 'Accesso aggiunto di soggetto-–Nome di persona', 'Accesso aggiunto di soggetto-–Nome di persona', 1, 0, NULL, 'IR'),
+               ('610', 'Accesso aggiunto di soggetto--nome di ente', 'Accesso aggiunto di soggetto--nome di ente', 1, 0, NULL, 'IR'),
+               ('611', 'Accesso aggiunto di soggetto--nome di convegno', 'Accesso aggiunto di soggetto--nome di convegno', 1, 0, NULL, 'IR'),
+               ('630', 'Accesso aggiunto di soggetto--titolo uniforme', 'Accesso aggiunto di soggetto--titolo uniforme', 1, 0, NULL, 'IR'),
+               ('648', 'Accesso aggiunto di soggetto--termine cronologico', 'Accesso aggiunto di soggetto--termine cronologico', 1, 0, NULL, 'IR'),
+               ('650', 'Accesso aggiunto di soggetto--termine topico', 'Accesso aggiunto di soggetto--termine topico', 1, 0, NULL, 'IR'),
+               ('651', 'Accesso aggiunto di soggetto--nome geografico', 'Accesso aggiunto di soggetto--nome geografico', 1, 0, NULL, 'IR'),
                ('652', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('653', 'SUBJECT--UNCONTROLLED', 'INDEX TERM--UNCONTROLLED', 1, 0, NULL, 'IR'),
-               ('654', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 1, 0, NULL, 'IR'),
-               ('655', 'SUBJECT--GENRE/FORM', 'INDEX TERM--GENRE/FORM', 1, 0, NULL, 'IR'),
-               ('656', 'SUBJECT--OCCUPATION', 'INDEX TERM--OCCUPATION', 1, 0, NULL, 'IR'),
-               ('657', 'SUBJECT--FUNCTION', 'INDEX TERM--FUNCTION', 1, 0, NULL, 'IR'),
-               ('658', 'SUBJECT--CURRICULUM OBJECTIVE', 'INDEX TERM--CURRICULUM OBJECTIVE', 1, 0, NULL, 'IR'),
-               ('662', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'IR'),
-               ('690', 'LOCAL SUBJECT--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'IR'),
+               ('653', 'Termine d’indicizzazione--non controllato', 'Termine d’indicizzazione--non controllato', 1, 0, NULL, 'IR'),
+               ('654', 'Accesso aggiunto di soggetto--termini topici faccettati', 'Accesso aggiunto di soggetto--termini topici faccettati', 1, 0, NULL, 'IR'),
+               ('655', 'Termine d’indicizzazione--genere/forma', 'Termine d’indicizzazione--genere/forma', 1, 0, NULL, 'IR'),
+               ('656', 'Termine d’indicizzazione--occupazione', 'Termine d’indicizzazione--occupazione', 1, 0, NULL, 'IR'),
+               ('657', 'Termine d’indicizzazione--funzione', 'Termine d’indicizzazione--funzione', 1, 0, NULL, 'IR'),
+               ('658', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 1, 0, NULL, 'IR'),
+               ('662', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 1, 0, NULL, 'IR'),
+               ('690', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'IR'),
                ('691', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 1, 0, '', 'IR'),
                ('696', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'IR'),
                ('697', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'IR'),
                ('698', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'IR'),
                ('699', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'IR'),
-               ('700', 'ADDED ENTRY--PERSONAL AUTHOR', 'ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'IR'),
+               ('700', 'Accesso aggiunto--nome di persona', 'Accesso aggiunto--nome di persona', 1, 0, NULL, 'IR'),
                ('705', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('710', 'ADDED ENTRY--CORPORATE AUTHOR', 'ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'IR'),
-               ('711', 'ADDED ENTRY--MEETING NAME', 'ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'IR'),
+               ('710', 'Accesso aggiunto--nome di ente', 'Accesso aggiunto--nome di ente', 1, 0, NULL, 'IR'),
+               ('711', 'Accesso aggiunto--nome di convegno', 'Accesso aggiunto--nome di convegno', 1, 0, NULL, 'IR'),
                ('715', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('720', 'ADDED ENTRY--UNCONTROLLED AUTHOR', 'ADDED ENTRY--UNCONTROLLED NAME', 1, 0, NULL, 'IR'),
-               ('730', 'ADDED ENTRY--UNIFORM TITLE', 'ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'IR'),
-               ('740', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 1, 0, NULL, 'IR'),
-               ('752', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'IR'),
-               ('753', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 1, 0, NULL, 'IR'),
-               ('754', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 1, 0, NULL, 'IR'),
+               ('720', 'Accesso aggiunto--nome non controllato', 'Accesso aggiunto--nome non controllato', 1, 0, NULL, 'IR'),
+               ('730', 'Accesso aggiunto--titolo uniforme', 'Accesso aggiunto--titolo uniforme', 1, 0, NULL, 'IR'),
+               ('740', 'Accesso aggiunto--titolo analitico/correlato non controllato', 'Accesso aggiunto--titolo analitico/correlato non controllato', 1, 0, NULL, 'IR'),
+               ('752', 'Accesso aggiunto – nome gerarchico di luogo', 'Accesso aggiunto – nome gerarchico di luogo', 1, 0, NULL, 'IR'),
+               ('753', 'Dettagli sul sistema per accedere ai computer file', 'Dettagli sul sistema per accedere ai computer file', 1, 0, NULL, 'IR'),
+               ('754', 'Accesso aggiunto--identificazione tassonomica', 'Accesso aggiunto--identificazione tassonomica', 1, 0, NULL, 'IR'),
                ('755', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('760', 'MAIN SERIES ENTRY', 'MAIN SERIES ENTRY', 1, 0, NULL, 'IR'),
-               ('762', 'SUBSERIES ENTRY', 'SUBSERIES ENTRY', 1, 0, NULL, 'IR'),
-               ('765', 'ORIGINAL LANGUAGE ENTRY', 'ORIGINAL LANGUAGE ENTRY', 1, 0, NULL, 'IR'),
-               ('767', 'TRANSLATION ENTRY', 'TRANSLATION ENTRY', 1, 0, NULL, 'IR'),
-               ('770', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 1, 0, NULL, 'IR'),
-               ('772', 'SUPPLEMENT PARENT ENTRY', 'SUPPLEMENT PARENT ENTRY', 1, 0, NULL, 'IR'),
-               ('773', 'HOST ITEM ENTRY', 'HOST ITEM ENTRY', 1, 0, NULL, 'IR'),
-               ('774', 'CONSTITUENT UNIT ENTRY', 'CONSTITUENT UNIT ENTRY', 1, 0, NULL, 'IR'),
-               ('775', 'OTHER EDITION ENTRY', 'OTHER EDITION ENTRY', 1, 0, NULL, 'IR'),
-               ('776', 'ADDITIONAL PHYSICAL FORM ENTRY', 'ADDITIONAL PHYSICAL FORM ENTRY', 1, 0, NULL, 'IR'),
-               ('777', 'ISSUED WITH ENTRY', 'ISSUED WITH ENTRY', 1, 0, NULL, 'IR'),
-               ('780', 'PRECEDING ENTRY', 'PRECEDING ENTRY', 1, 0, NULL, 'IR'),
-               ('785', 'SUCCEEDING ENTRY', 'SUCCEEDING ENTRY', 1, 0, NULL, 'IR'),
-               ('786', 'DATA SOURCE ENTRY', 'DATA SOURCE ENTRY', 1, 0, NULL, 'IR'),
-               ('787', 'NONSPECIFIC RELATIONSHIP ENTRY', 'NONSPECIFIC RELATIONSHIP ENTRY', 1, 0, NULL, 'IR'),
+               ('760', 'Accesso di serie principale', 'Accesso di serie principale', 1, 0, NULL, 'IR'),
+               ('762', 'Accesso di sottoserie', 'Accesso di sottoserie', 1, 0, NULL, 'IR'),
+               ('765', 'Accesso di lingua originale', 'Accesso di lingua originale', 1, 0, NULL, 'IR'),
+               ('767', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'IR'),
+               ('770', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'IR'),
+               ('772', 'Accesso di pubblicazione principale', 'Accesso di pubblicazione principale', 1, 0, NULL, 'IR'),
+               ('773', 'Accesso d’item ospite', 'Accesso d’item ospite', 1, 0, NULL, 'IR'),
+               ('774', 'Accesso d’unità costituente', 'Accesso d’unità costituente', 1, 0, NULL, 'IR'),
+               ('775', 'Acceso di un’altra edizione', 'Acceso di un’altra edizione', 1, 0, NULL, 'IR'),
+               ('776', 'Accesso di forma fisica aggiunta', 'Accesso di forma fisica aggiunta', 1, 0, NULL, 'IR'),
+               ('777', 'Accesso di ', 'Accesso di ', 1, 0, NULL, 'IR'),
+               ('780', 'Accesso precedente', 'Accesso precedente', 1, 0, NULL, 'IR'),
+               ('785', 'Accesso successivo', 'Accesso successivo', 1, 0, NULL, 'IR'),
+               ('786', 'Accesso di fonte dei dati', 'Accesso di fonte dei dati', 1, 0, NULL, 'IR'),
+               ('787', 'Accesso di relazione non specificata', 'Accesso di relazione non specificata', 1, 0, NULL, 'IR'),
                ('789', 'COMPONENT ITEM ENTRY (RLIN)', 'COMPONENT ITEM ENTRY (RLIN)', 1, 0, '', 'IR'),
                ('796', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'IR'),
                ('797', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'IR'),
                ('798', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'IR'),
                ('799', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'IR'),
-               ('800', 'SERIES ADDED ENTRY--PERSONAL NAME', 'SERIES ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'IR'),
-               ('810', 'SERIES ADDED ENTRY--CORPORATE NAME', 'SERIES ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'IR'),
-               ('811', 'SERIES ADDED ENTRY--MEETING NAME', 'SERIES ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'IR'),
-               ('830', 'SERIES ADDED ENTRY--UNIFORM TITLE', 'SERIES ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'IR'),
+               ('800', 'Accesso aggiunto di serie--nome di persona', 'Accesso aggiunto di serie--nome di persona', 1, 0, NULL, 'IR'),
+               ('810', 'Accesso aggiunto di serie--nome di ente', 'Accesso aggiunto di serie--nome di ente', 1, 0, NULL, 'IR'),
+               ('811', 'Accesso aggiunto di serie--nome di convegno', 'Accesso aggiunto di serie--nome di convegno', 1, 0, NULL, 'IR'),
+               ('830', 'Accesso aggiunto di serie--titolo uniforme', 'Accesso aggiunto di serie--titolo uniforme', 1, 0, NULL, 'IR'),
                ('840', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('841', 'HOLDINGS CODED DATA VALUES', 'HOLDINGS CODED DATA VALUES', 0, 0, NULL, 'IR'),
-               ('842', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 0, 0, NULL, 'IR'),
-               ('843', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'IR'),
-               ('844', 'NAME OF UNIT', 'NAME OF UNIT', 0, 0, NULL, 'IR'),
-               ('845', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'IR'),
-               ('850', 'HOLDING INSTITUTION', 'HOLDING INSTITUTION', 1, 0, NULL, 'IR'),
+               ('841', 'Valori dei dati codificati di posseduti', 'Valori dei dati codificati di posseduti', 0, 0, NULL, 'IR'),
+               ('842', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, NULL, 'IR'),
+               ('843', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'IR'),
+               ('844', 'Nome dell’unità', 'Nome dell’unità', 0, 0, NULL, 'IR'),
+               ('845', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'IR'),
+               ('850', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 'IR'),
                ('851', 'LOCATION [OBSOLETE]', 'LOCATION [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('852', 'LOCATION/CALL NUMBER', 'LOCATION/CALL NUMBER', 1, 0, NULL, 'IR'),
-               ('853', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'IR'),
-               ('854', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'IR'),
-               ('855', 'CAPTIONS AND PATTERN--INDEXES', 'CAPTIONS AND PATTERN--INDEXES', 1, 0, NULL, 'IR'),
-               ('856', 'URL/ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL, 'IR'),
+               ('852', 'Localizzazione', 'Localizzazione', 1, 0, NULL, 'IR'),
+               ('853', 'Legende e modello--unità bibliografica basilare', 'Legende e modello--unità bibliografica basilare', 1, 0, NULL, 'IR'),
+               ('854', 'Legende e modello--supplementi', 'Legende e modello--supplementi', 1, 0, NULL, 'IR'),
+               ('855', 'Legende e modello--indici', 'Legende e modello--indici', 1, 0, NULL, 'IR'),
+               ('856', 'Localizzazione e accesso elettronico', 'Localizzazione e accesso elettronico', 1, 0, NULL, 'IR'),
                ('859', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', 'IR'),
-               ('863', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'IR'),
-               ('864', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'IR'),
-               ('865', 'ENUMERATION AND CHRONOLOGY--INDEXES', 'ENUMERATION AND CHRONOLOGY--INDEXES', 1, 0, NULL, 'IR'),
-               ('866', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'IR'),
-               ('867', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'IR'),
-               ('868', 'TEXTUAL HOLDINGS--INDEXES', 'TEXTUAL HOLDINGS--INDEXES', 1, 0, NULL, 'IR'),
+               ('863', 'Numerazione e cronologia--unità bibliografica basilare', 'Numerazione e cronologia--unità bibliografica basilare', 1, 0, NULL, 'IR'),
+               ('864', 'Numerazione e cronologia--supplementi', 'Numerazione e cronologia--supplementi', 1, 0, NULL, 'IR'),
+               ('865', 'Numerazione e cronologia--indici', 'Numerazione e cronologia--indici', 1, 0, NULL, 'IR'),
+               ('866', 'Formulazione testuale di posseduti--unità bibliografica basilare', 'Formulazione testuale di posseduti--unità bibliografica basilare', 1, 0, NULL, 'IR'),
+               ('867', 'Formulazione testuale di posseduti--supplementi', 'Formulazione testuale di posseduti--supplementi', 1, 0, NULL, 'IR'),
+               ('868', 'Formulazione testuale di posseduti--indici', 'Formulazione testuale di posseduti--indici', 1, 0, NULL, 'IR'),
                ('870', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 1, 0, NULL, 'IR'),
                ('871', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 1, 0, NULL, 'IR'),
                ('872', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 1, 0, NULL, 'IR'),
                ('873', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 1, 0, NULL, 'IR'),
-               ('876', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'IR'),
-               ('877', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'IR'),
-               ('878', 'ITEM INFORMATION--INDEXES', 'ITEM INFORMATION--INDEXES', 1, 0, NULL, 'IR'),
-               ('880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL, 'IR'),
-               ('886', 'FOREIGN MARC INFORMATION FIELD', 'FOREIGN MARC INFORMATION FIELD', 1, 0, NULL, 'IR'),
-               ('887', 'NON-MARC INFORMATION FIELD', 'NON-MARC INFORMATION FIELD', 1, 0, NULL, 'IR'),
+               ('876', 'Informazione sull’item--unità bibliografica basilare', 'Informazione sull’item--unità bibliografica basilare', 1, 0, NULL, 'IR'),
+               ('877', 'Informazione sull’item--supplementi', 'Informazione sull’item--supplementi', 1, 0, NULL, 'IR'),
+               ('878', 'Informazione sull’item--indici', 'Informazione sull’item--indici', 1, 0, NULL, 'IR'),
+               ('880', 'Rappresentazione grafica alternativa', 'Rappresentazione grafica alternativa', 1, 0, NULL, 'IR'),
+               ('886', 'Campo dell’informazione per MARC differenti', 'Campo dell’informazione per MARC differenti', 1, 0, NULL, 'IR'),
+               ('887', 'Campo dell’informazione per non-MARC', 'Campo dell’informazione per non-MARC', 1, 0, NULL, 'IR'),
                ('896', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'IR'),
                ('897', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'IR'),
                ('898', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'IR'),
@@ -24023,7 +24533,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('906', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 1, 0, '', 'IR'),
                ('907', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 1, 0, '', 'IR'),
                ('908', 'PUT COMMAND PARAMETER (RLIN)', 'PUT COMMAND PARAMETER (RLIN)', 0, 0, '', 'IR'),
-               ('910', 'USER-OPTION DATA (COLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'IR'),
+               ('910', 'USER-OPTION DATA (OCLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'IR'),
                ('911', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 1, 0, '', 'IR'),
                ('930', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 1, 0, '', 'IR'),
                ('936', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 0, 0, '', 'IR'),
@@ -24036,7 +24546,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('948', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 1, 0, '', 'IR'),
                ('949', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', 'IR'),
                ('950', 'LOCAL HOLDINGS (RLIN)', 'LOCAL HOLDINGS (RLIN)', 1, 0, '', 'IR'),
-               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE-GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'IR'),
+               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'IR'),
                ('955', 'COPY-LEVEL INFORMATION (RLIN)', 'COPY-LEVEL INFORMATION (RLIN)', 1, 0, '', 'IR'),
                ('956', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 1, 0, '', 'IR'),
                ('960', 'PHYSICAL LOCATION (RLIN)', 'PHYSICAL LOCATION (RLIN)', 1, 0, '', 'IR'),
@@ -24044,7 +24554,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('980', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'IR'),
                ('981', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'IR'),
                ('982', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'IR'),
-               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE--SERIES STATEMENT-TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'IR'),
+               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'IR'),
                ('984', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 1, 0, '', 'IR'),
                ('987', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 1, 0, '', 'IR'),
                ('990', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 1, 0, '', 'IR'),
@@ -24054,220 +24564,224 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
 
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'IR', '', '', NULL),
-               ('001', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'IR', '', '', NULL),
-               ('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'IR', '', '', NULL),
-               ('006', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'IR', '', '', NULL),
-               ('007', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'IR', '', '', NULL),
-               ('008', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'IR', '', '', NULL),
-               ('009', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', NULL, 0, -6, 'IR', '', '', NULL),
-               ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('011', 'a', 'LC control number', 'LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('013', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'IR', '', '', NULL),
-               ('013', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('013', 'a', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('013', 'b', 'Country', 'Country', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('013', 'c', 'Type of number', 'Type of number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('013', 'd', 'Date', 'Date', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('013', 'e', 'Status', 'Status', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('013', 'f', 'Party to document', 'Party to document', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('015', '2', 'Source', 'Source', 0, 0, '', 0, '', '', NULL, 0, -6, 'IR', '', '', NULL),
-               ('015', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('015', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('015', 'a', 'National bibliography number', 'National bibliography number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('016', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('016', 'a', 'Record control number', 'Record control number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('016', 'z', 'Canceled or invalid record control number', 'Canceled or invalid record control number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('017', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('017', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('017', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('017', 'a', 'Copyright or legal deposit number', 'Copyright or legal deposit number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('017', 'b', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('017', 'd', 'Date', 'Date', 0, 0, '', 0, '', '', NULL, 0, -6, 'IR', '', '', NULL),
-               ('017', 'i', 'Display text', 'Display text', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('018', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('018', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('018', 'a', 'Copyright article-fee code', 'Copyright article-fee code', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('020', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('020', 'z', 'Cancelled/invalid ISBN', 'Cancelled/invalid ISBN', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('022', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('022', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('000', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'IR', '', '', NULL),
+               ('001', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('003', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'IR', '', '', NULL),
+               ('005', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'IR', '', '', NULL),
+               ('006', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'IR', '', '', NULL),
+               ('007', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'IR', '', '', NULL),
+               ('008', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'IR', '', '', NULL),
+               ('009', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('010', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', NULL, 0, -6, 'IR', '', '', NULL),
+               ('010', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('010', 'b', 'Numero di controllo del NUCMC', 'Numero di controllo del NUCMC', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('010', 'z', 'Numero di controllo della LC cancellato o errato', 'Numero di controllo della LC cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('011', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('013', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'IR', '', '', NULL),
+               ('013', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('013', 'a', 'Numero', 'Numero', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('013', 'b', 'Paese', 'Paese', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('013', 'c', 'Tipo di numero', 'Tipo di numero', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('013', 'd', 'Data', 'Data', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('013', 'e', 'Stato', 'Stato', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('013', 'f', 'Parte responsabile del documento', 'Parte responsabile del documento', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('015', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', NULL, 0, -6, 'IR', '', '', NULL),
+               ('015', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('015', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('015', 'a', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('016', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('016', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('016', 'a', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('016', 'z', 'Numero di controllo della registrazione cancellato o errato', 'Numero di controllo della registrazione cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('017', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('017', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('017', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('017', 'a', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('017', 'b', 'Agenzia che assegna il numero', 'Agenzia che assegna il numero', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('017', 'd', 'Data', 'Data', 0, 0, '', 0, '', '', NULL, 0, -6, 'IR', '', '', NULL),
+               ('017', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('018', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('018', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('018', 'a', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('020', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('020', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('020', 'a', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('020', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('020', 'z', 'ISBN cancellato o errato', 'ISBN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('022', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('022', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('022', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('022', 'a', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('022', 'y', 'ISSN errato', 'ISSN errato', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('022', 'z', 'ISSN cancellato', 'ISSN cancellato', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('023', 'a', 'Standard film number', 'Standard film number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('024', '2', 'Source of number or code', 'Source of number or code', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('024', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('024', '2', 'Fonte del numero o codice', 'Fonte del numero o codice', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('024', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('024', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('024', 'a', 'Numero standard o codice', 'Numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
                ('024', 'b', 'Additional codes following the standard number [OBSOLETE]', 'Additional codes following the standard number [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('025', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('025', 'a', 'Overseas acquisition number', 'Overseas acquisition number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('026', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('026', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('026', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('026', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('026', 'a', 'First and second groups of characters', 'First and second groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('026', 'b', 'Third and fourth groups of characters', 'Third and fourth groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('026', 'c', 'Date', 'Date', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('026', 'd', 'Number of volume or part', 'Number of volume or part', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('026', 'e', 'unparsed fingerprint', 'unparsed fingerprint', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('027', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('027', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('027', 'a', 'Standard technical report number', 'Standard technical report number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('027', 'z', 'Canceled/invalid number', 'Canceled/invalid number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('028', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('028', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('028', 'a', 'Publisher number', 'Publisher number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('028', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('030', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('030', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('024', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('024', 'd', 'Codici addizionali che seguono il numero standard o codice', 'Codici addizionali che seguono il numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('024', 'z', 'Numero standard o codice, cancellato o errato', 'Numero standard o codice, cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('025', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('025', 'a', 'Numero d\'acquisto estero', 'Numero d\'acquisto estero', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('026', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('026', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('026', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('026', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('026', 'a', 'Primo e secondo gruppo di caratteri', 'Primo e secondo gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('026', 'b', 'Terzo e quarto gruppo di caratteri', 'Terzo e quarto gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('026', 'c', 'Data', 'Data', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('026', 'd', 'Numero del volume o parte', 'Numero del volume o parte', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('026', 'e', 'Impronta non analizzata', 'Impronta non analizzata', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('027', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('027', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('027', 'a', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('027', 'z', 'Numero cancellato o errato', 'Numero cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('028', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('028', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('028', 'a', 'Numero dell\'editore', 'Numero dell\'editore', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('028', 'b', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('029', 'a', 'OCLC library identifier', 'OCLC library identifier', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('029', 'b', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('029', 'c', 'OAI set name', 'OAI set name', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('029', 't', 'Content type identifier', 'Content type identifier', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('030', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('030', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('030', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('030', 'z', 'Canceled/invalid CODEN', 'Canceled/invalid CODEN', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', '2', 'System code', 'System code', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'a', 'Number of work', 'Number of work', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'b', 'Number of movement', 'Number of movement', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'e', 'Role', 'Role', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'g', 'Clef', 'Clef', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'n', 'Key signature', 'Key signature', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'o', 'Time signature', 'Time signature', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'p', 'Musical notation', 'Musical notation', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'q', 'General note', 'General note', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'r', 'Key or mode', 'Key or mode', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 's', 'Coded validity note', 'Coded validity note', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 't', 'Text incipit', 'Text incipit', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 0, '', '', '', 1, -6, 'IR', '', '', NULL),
-               ('031', 'y', 'Link text', 'Link text', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('031', 'z', 'Public note', 'Public note', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('032', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'IR', '', '', NULL),
-               ('032', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('032', 'a', 'Postal registration number', 'Postal registration number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('032', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('033', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('033', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('033', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('033', 'a', 'Formatted date/time', 'Formatted date/time', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('033', 'b', 'Geographic classification area code', 'Geographic classification area code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('033', 'c', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'a', 'Category of scale', 'Category of scale', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'b', 'Constant ratio linear horizontal scale', 'Constant ratio linear horizontal scale', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'c', 'Constant ratio linear vertical scale', 'Constant ratio linear vertical scale', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'h', 'Angular scale', 'Angular scale', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'p', 'Equinox', 'Equinox', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'r', 'Distrance from earth', 'Distrance from earth', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'x', 'Beginning date', 'Beginning date', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'y', 'Ending date', 'Ending date', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('035', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('030', 'z', 'CODEN cancellato o errato', 'CODEN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', '2', 'Codice di sistema', 'Codice di sistema', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'a', 'Numero di composizione', 'Numero di composizione', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'b', 'Numero di movimento', 'Numero di movimento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'c', 'Numero progressivo nel movimento', 'Numero progressivo nel movimento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'd', 'Titolo o intitolazione', 'Titolo o intitolazione', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'e', 'Personaggio', 'Personaggio', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'g', 'Chiave', 'Chiave', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'm', 'Voce/strumento', 'Voce/strumento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'n', 'Alterazioni', 'Alterazioni', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'o', 'Misura', 'Misura', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'p', 'Contesto musicale', 'Contesto musicale', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'q', 'Nota generale', 'Nota generale', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'r', 'Tonalità o modo', 'Tonalità o modo', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 's', 'Nota codificata di validità', 'Nota codificata di validità', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 't', 'Incipit testuale', 'Incipit testuale', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 0, '', '', '', 1, -6, 'IR', '', '', NULL),
+               ('031', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('031', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('032', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'IR', '', '', NULL),
+               ('032', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('032', 'a', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('032', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('033', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('033', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('033', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('033', 'a', 'Data/ora formattate', 'Data/ora formattate', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('033', 'b', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('033', 'c', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'a', 'Categoria della scala', 'Categoria della scala', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'b', 'Rapporto costante (scala orizzontale)', 'Rapporto costante (scala orizzontale)', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'c', 'Rapporto costante (scala verticale)', 'Rapporto costante (scala verticale)', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'd', 'Coordinate--longitudine limite Ovest', 'Coordinate--longitudine limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'e', 'Coordinate--longitudine limite Est', 'Coordinate--longitudine limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'f', 'Coordinate--latitudine limite Nord', 'Coordinate--latitudine limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'g', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'h', 'Scala angolare', 'Scala angolare', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'j', 'Declinazione--limite Nord', 'Declinazione--limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'k', 'Declinazione--limite Sud', 'Declinazione--limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'm', 'Ascensione retta--limite Est', 'Ascensione retta--limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'n', 'Ascensione retta--limite Ovest', 'Ascensione retta--limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'p', 'Equinozio', 'Equinozio', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'r', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 's', 'Latitudine del perimetro', 'Latitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 't', 'Longitudine del perimetro', 'Longitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'x', 'Data d\'inizio', 'Data d\'inizio', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'y', 'Data di fine', 'Data di fine', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('034', 'z', 'Nome dell\'oggetto extraterrestre', 'Nome dell\'oggetto extraterrestre', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('035', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('035', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('035', 'a', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('036', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('036', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('036', 'a', 'Original study number', 'Original study number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('036', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('037', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('037', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('037', 'a', 'Stock number', 'Stock number', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('037', 'b', 'Source of stock number/acquisition', 'Source of stock number/acquisition', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('037', 'c', 'Terms of availability', 'Terms of availability', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('037', 'f', 'Form of issue', 'Form of issue', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('037', 'g', 'Additional format characteristics', 'Additional format characteristics', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('037', 'n', 'Note', 'Note', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('038', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('038', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('038', 'a', 'Record content licensor', 'Record content licensor', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('035', 'z', 'Numero di controllo del sistema cancellato o errato', 'Numero di controllo del sistema cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('036', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('036', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('036', 'a', 'Numero dello studio originale', 'Numero dello studio originale', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('036', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('037', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('037', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('037', 'a', 'Numero di magazzino', 'Numero di magazzino', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('037', 'b', 'Fonte del numero di magazzino/d\'acquisto', 'Fonte del numero di magazzino/d\'acquisto', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('037', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('037', 'f', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('037', 'g', 'Caratteristiche addizionali di formato', 'Caratteristiche addizionali di formato', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('037', 'n', 'Nota', 'Nota', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('038', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('038', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('038', 'a', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('039', 'a', 'Level of rules in bibliographic description', 'Level of rules in bibliographic description', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('039', 'b', 'Level of effort used to assign nonsubject heading access points', 'Level of effort used to assign nonsubject heading access points', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('039', 'c', 'Level of effort used to assign subject headings', 'Level of effort used to assign subject headings', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('039', 'd', 'Level of effort used to assign classification', 'Level of effort used to assign classification', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('039', 'e', 'Number of fixed field character positions coded', 'Number of fixed field character positions coded', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('040', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('040', 'e', 'Description conventions', 'Description conventions', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('041', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('041', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('041', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('041', 'a', 'Language code of text/sound track or separate title', 'Language code of text/sound track or separate title', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('041', 'b', 'Language code of summary or abstract/overprinted title or subtitle', 'Language code of summary or abstract/overprinted title or subtitle', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('040', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('040', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('040', 'a', 'Agenzia catalografica originale', 'Agenzia catalografica originale', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('040', 'b', 'Lingua della catalogazione', 'Lingua della catalogazione', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('040', 'c', 'Agenzia che fa la trascrizione', 'Agenzia che fa la trascrizione', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('040', 'd', 'Agenzia che fa la modifica', 'Agenzia che fa la modifica', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('040', 'e', 'Regole di descrizione', 'Regole di descrizione', 0, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('041', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('041', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('041', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('041', 'a', 'Codice di lingua del testo/traccia sonora o titolo separato', 'Codice di lingua del testo/traccia sonora o titolo separato', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('041', 'b', 'Codice di lingua del riassunto, estratto o sottotitoli', 'Codice di lingua del riassunto, estratto o sottotitoli', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('041', 'c', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('041', 'd', 'Language code of sung or spoken text', 'Language code of sung or spoken text', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('041', 'e', 'Language code of librettos', 'Language code of librettos', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('041', 'f', 'Language code of table of contents', 'Language code of table of contents', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('041', 'g', 'Language code of accompanying material other than librettos', 'Language code of accompanying material other than librettos', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('041', 'h', 'Language code of original and/or intermediate translations of text', 'Language code of original and/or intermediate translations of text', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('042', 'a', 'Authentication code', 'Authentication code', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('043', '2', 'Source of local code', 'Source of local code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('043', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('043', 'c', 'ISO code', 'ISO code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('044', '2', 'Source of local subentity code', 'Source of local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('044', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('044', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('044', 'a', 'MARC country code', 'MARC country code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('044', 'b', 'Local subentity code', 'Local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('044', 'c', 'ISO country code', 'ISO country code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('045', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('045', 'a', 'Time period code', 'Time period code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', '2', 'Source of date', 'Source of date', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', 'a', 'Type of date code', 'Type of date code', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', 'b', 'Date 1 (B.C. date)', 'Date 1 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', 'c', 'Date 1 (C.E. date)', 'Date 1 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', 'd', 'Date 2 (B.C. date)', 'Date 2 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', 'e', 'Date 2 (C.E. date)', 'Date 2 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', 'j', 'Date resource modified', 'Date resource modified', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', 'l', 'Ending date created', 'Ending date created', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', 'm', 'Beginning of date valid', 'Beginning of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('046', 'n', 'End of date valid', 'End of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('047', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('047', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('047', 'a', 'Form of musical composition code', 'Form of musical composition code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('048', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('048', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('048', 'a', 'Performer or ensemble', 'Performer or ensemble', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('048', 'b', 'Soloist', 'Soloist', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('041', 'd', 'Codice della lingua del testo cantato o parlato', 'Codice della lingua del testo cantato o parlato', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('041', 'e', 'Codice della lingua dei libretti', 'Codice della lingua dei libretti', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('041', 'f', 'Codice della lingua del sommario', 'Codice della lingua del sommario', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('041', 'g', 'Codice della lingua del materiale allegato diverso dai libretti', 'Codice della lingua del materiale allegato diverso dai libretti', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('041', 'h', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 1, 0, '', 0, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('042', 'a', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('043', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('043', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('043', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('043', 'a', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('043', 'b', 'Codice locale GAC (codice dell\'area geografica)', 'Codice locale GAC (codice dell\'area geografica)', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('043', 'c', 'Codice ISO', 'Codice ISO', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('044', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('044', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('044', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('044', 'a', 'Codice MARC del paese', 'Codice MARC del paese', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('044', 'b', 'Codice di sottoente locale', 'Codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('044', 'c', 'Codice ISO del paese', 'Codice ISO del paese', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('045', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('045', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('045', 'a', 'Codice di periodo di tempo', 'Codice di periodo di tempo', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('045', 'b', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('045', 'c', 'Periodo di tempo formattato anteriore al 9999 a.C.', 'Periodo di tempo formattato anteriore al 9999 a.C.', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', '2', 'Fonte della data', 'Fonte della data', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', 'a', 'Codice di tipo di data', 'Codice di tipo di data', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', 'b', 'Data 1 (data a.C.)', 'Data 1 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', 'c', 'Data 1 (data d.C.)', 'Data 1 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', 'd', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', 'e', 'Data 2 (data d.C.)', 'Data 2 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', 'j', 'Data della modifica della risorsa', 'Data della modifica della risorsa', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', 'k', 'Data iniziale di creazione o data semplice', 'Data iniziale di creazione o data semplice', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', 'l', 'Data finale di creazione', 'Data finale di creazione', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', 'm', 'Data iniziale di validità', 'Data iniziale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('046', 'n', 'Data finale di validità', 'Data finale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('047', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('047', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('047', 'a', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('048', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('048', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('048', 'a', 'Esecutore o complesso', 'Esecutore o complesso', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('048', 'b', 'Solista', 'Solista', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('049', 'a', 'Holding library', 'Holding library', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('049', 'c', 'Copy statement', 'Copy statement', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('049', 'd', 'Definition of bibliographic subdivisions', 'Definition of bibliographic subdivisions', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
@@ -24281,82 +24795,82 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('049', 's', 'Fifth bibliographic subdivision', 'Fifth bibliographic subdivision', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('049', 't', 'Sixth bibliographic subdivision', 'Sixth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('049', 'u', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('049', 'v', 'Primary bibliographic subdivision', 'Primary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('049', 'v', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('049', 'y', 'Inclusive dates of publication or coverage', 'Inclusive dates of publication or coverage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('050', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('050', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('050', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('050', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('050', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('050', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('050', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('050', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('050', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, 0, 'IR', '', '', NULL),
                ('050', 'd', 'Supplementary class number (MU) [OBSOLETE]', 'Supplementary class number (MU) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('051', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('051', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('051', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('051', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('052', '2', 'Code Source', 'Code Source', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('052', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('051', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('051', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('051', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('051', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('052', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('052', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('052', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('052', 'a', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('052', 'b', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('052', 'c', 'Subject (MP) [OBSOLETE]', 'Subject (MP) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('052', 'd', 'Populated place name', 'Populated place name', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('055', '2', 'Source of call/class number', 'Source of call/class number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('055', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('055', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('055', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('060', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('060', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('061', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('061', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('061', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('061', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('070', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('070', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('071', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('071', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('071', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('071', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('072', '2', 'Source', 'Source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('072', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('072', 'a', 'Subject category code', 'Subject category code', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('074', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('074', 'a', 'GPO item number', 'GPO item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('074', 'z', 'Canceled/invalid GPO item number', 'Canceled/invalid GPO item number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('080', '2', 'Edition identifier', 'Edition identifier', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('080', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('080', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('082', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('082', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('082', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('082', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('084', '2', 'Source of number', 'Source of number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('084', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('084', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('084', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('086', '2', 'Number source', 'Number source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('086', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('086', 'a', 'Classification number', 'Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('086', 'z', 'Canceled/invalid classification number', 'Canceled/invalid classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('052', 'd', 'Nome di luogo abitato', 'Nome di luogo abitato', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('055', '2', 'Fonte del numero di chiamata/classe', 'Fonte del numero di chiamata/classe', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('055', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('055', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('055', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('055', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('060', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('060', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('060', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('061', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('061', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('061', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('061', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('066', 'a', 'Set di caratteri primario G0', 'Set di caratteri primario G0', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('066', 'b', 'Set di caratteri primario G1', 'Set di caratteri primario G1', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('066', 'c', 'Set di caratteri alternativo G0 o G1', 'Set di caratteri alternativo G0 o G1', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('070', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('070', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('070', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('071', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('071', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('071', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('071', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('072', '2', 'Fonte', 'Fonte', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('072', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('072', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('072', 'a', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('072', 'x', 'Suddivisione del codice di categoria di soggetto', 'Suddivisione del codice di categoria di soggetto', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('074', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('074', 'a', 'Numero GPO dell\'item', 'Numero GPO dell\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('074', 'z', 'Numero GPO dell\'item cancellato/errato', 'Numero GPO dell\'item cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('080', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('080', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('080', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('080', 'a', 'Numero di Classificazione decimale universale', 'Numero di Classificazione decimale universale', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('080', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('080', 'x', 'Suddivisione ausiliare comune', 'Suddivisione ausiliare comune', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('082', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('082', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('082', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('082', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('082', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('084', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('084', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('084', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('084', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('084', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('086', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('086', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('086', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('086', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('086', 'z', 'Numero di classificazione cancellato/errato', 'Numero di classificazione cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('087', 'a', 'Report number [OBSOLETE, CAN/MARC]', 'Report number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('087', 'z', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('088', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('088', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('088', 'a', 'Report number', 'Report number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('088', 'z', 'Canceled/invalid report number', 'Canceled/invalid report number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('088', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('088', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('088', 'a', 'Numero di rapporto', 'Numero di rapporto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('088', 'z', 'Numero di rapporto cancellato/errato', 'Numero di rapporto cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('090', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('090', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, '', 0, '', '', '', 0, 5, 'IR', '', '', NULL),
@@ -24371,1746 +24885,1748 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('090', 'z', 'Retention, VOL (RLIN)', 'Retention, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('091', 'a', 'Microfilm shelf location', 'Microfilm shelf location', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('092', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('092', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('092', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('092', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('092', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('092', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('092', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('096', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('096', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('096', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('096', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('096', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('098', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('099', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('099', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('099', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('100', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('100', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('100', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('100', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('100', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, 0, 'IR', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
-               ('100', 'b', 'Numeration', 'Numeration', 0, 0, '', 1, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 1, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 1, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('100', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('100', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('100', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('100', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 1, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('100', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('100', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('110', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('110', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('100', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, 0, 'IR', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
+               ('100', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 1, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 1, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('100', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 1, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('100', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('100', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('100', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('100', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('100', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('100', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('100', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('100', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('100', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 1, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('100', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('100', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('110', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('110', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('110', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('110', '9', '9 (RLIN)', '9 (RLIN)', 0, 1, '', 1, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'IR', '', '', NULL),
-               ('110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 1, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('110', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 1, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 1, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('110', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('110', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('110', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('110', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('110', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('110', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('110', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('111', '4', 'Relator code', 'Relator code', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('111', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('110', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'IR', '', '', NULL),
+               ('110', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 1, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('110', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 1, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('110', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 1, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('110', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('110', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('110', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('110', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('110', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('110', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('110', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('110', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('110', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('111', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('111', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('111', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('111', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'IR', '', '', NULL),
+               ('111', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'IR', '', '', NULL),
                ('111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('111', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('111', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('111', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('111', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('111', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('111', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('111', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('111', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('111', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('111', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('111', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('111', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('111', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('111', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('111', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('111', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('111', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('111', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('111', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('111', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('111', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('111', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('130', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('130', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 'h', 'Medium', 'Medium', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 's', 'Version', 'Version', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('130', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('210', '2', 'Source', 'Source', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('210', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('210', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('210', 'a', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('210', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('211', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 's', 'Versione', 'Versione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('130', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('210', '2', 'Fonte', 'Fonte', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('210', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('210', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('210', 'a', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('210', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('211', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('211', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('212', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('212', 'a', 'Variant access title', 'Variant access title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('214', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('212', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('212', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('214', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('214', 'a', 'Augmented title', 'Augmented title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('222', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('222', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('222', 'a', 'Key title', 'Key title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('222', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('240', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('240', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('222', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('222', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('222', 'a', 'Titolo chiave', 'Titolo chiave', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('222', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('240', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('240', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('240', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('240', 'a', 'Uniform title', 'Uniform title', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'IR', '', '', NULL),
-               ('240', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('240', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('240', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('240', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('240', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('240', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('240', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('240', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('240', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('240', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('240', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('240', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('240', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'IR', '', '', NULL),
+               ('240', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('240', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('240', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('240', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('240', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('240', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('240', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('240', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('240', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('240', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('240', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('240', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'IR', '', '', NULL),
                ('241', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('241', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('242', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('242', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('242', 'a', 'Title', 'Title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('242', 'b', 'Remainder of title', 'Remainder of title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('242', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('241', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('242', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('242', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('242', 'a', 'Titolo', 'Titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('242', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('242', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('242', 'd', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('242', 'e', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('242', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('242', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('242', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('242', 'y', 'Language code of translated title', 'Language code of translated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('243', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('243', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('242', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('242', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('242', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('242', 'y', 'Codice di lingua del titolo tradotto', 'Codice di lingua del titolo tradotto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('243', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('243', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('243', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('243', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 2, '', '', '', 1, -1, 'IR', '', '', NULL),
-               ('243', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('243', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('243', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('243', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('243', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('243', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('243', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('243', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('243', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('243', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('243', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('243', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('245', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('245', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('245', 'a', 'Title', 'Title', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'IR', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
-               ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('245', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, '', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series: (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('243', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 2, '', '', '', 1, -1, 'IR', '', '', NULL),
+               ('243', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('243', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('243', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('243', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('243', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('243', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('243', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('243', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('243', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('243', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('243', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('243', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('245', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('245', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('245', 'a', 'Titolo', 'Titolo', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'IR', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
+               ('245', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('245', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, '', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('245', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('245', 'f', 'Inclusive dates', 'Inclusive dates', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('245', 'g', 'Bulk dates', 'Bulk dates', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('245', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('245', 'k', 'Form', 'Form', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('245', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('245', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('245', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('246', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('246', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('246', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('246', 'a', 'Title proper/short title', 'Title proper/short title', 0, 0, '', 2, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('246', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('245', 'f', 'Date inclusive', 'Date inclusive', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('245', 'g', 'Date preponderanti', 'Date preponderanti', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('245', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('245', 'k', 'Forma', 'Forma', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('245', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('245', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('245', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('246', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('246', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('246', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('246', 'a', 'Titolo proprio/titolo breve', 'Titolo proprio/titolo breve', 0, 0, '', 2, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('246', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('246', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('246', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('246', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('246', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('246', 'i', 'Display text', 'Display text', 0, 0, '', 2, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('246', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('246', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('247', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('247', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('247', 'a', 'Title', 'Title', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('247', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('246', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('246', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('246', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('246', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 2, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('246', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('246', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('247', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('247', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('247', 'a', 'Titolo', 'Titolo', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('247', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('247', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('247', 'e', 'Name of part/section (SE) [OBSOLETE]', 'Name of part/section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('247', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('247', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('247', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('247', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('247', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('247', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('250', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('250', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('250', 'a', 'Edition statement', 'Edition statement', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('250', 'b', 'Remainder of edition statement', 'Remainder of edition statement', 0, 0, '', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('254', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('254', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('254', 'a', 'Musical presentation statement', 'Musical presentation statement', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('255', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('255', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('255', 'a', 'Statement of scale', 'Statement of scale', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('255', 'b', 'Statement of projection', 'Statement of projection', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('255', 'c', 'Statement of coordinates', 'Statement of coordinates', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('255', 'd', 'Statement of zone', 'Statement of zone', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('255', 'e', 'Statement of equinox', 'Statement of equinox', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('255', 'f', 'Outer G-ring coordinate pairs', 'Outer G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('255', 'g', 'Exclusion G-ring coordinate pairs', 'Exclusion G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('256', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('256', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('256', 'a', 'Computer file characteristics', 'Computer file characteristics', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('257', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('257', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('257', 'a', 'Country of producing entity', 'Country of producing entity', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('258', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('258', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('258', 'a', 'Issuing jurisdiction', 'Issuing jurisdiction', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('258', 'b', 'Denomination', 'Denomination', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('260', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('260', 'a', 'Place of publication, distribution, etc', 'Place of publication, distribution, etc', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('260', 'b', 'Name of publisher, distributor, etc', 'Name of publisher, distributor, etc', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('260', 'c', 'Date of copyright, publication, distribution, etc', 'Date of publication, distribution, etc', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('247', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('247', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('247', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('247', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('247', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('247', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('250', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('250', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('250', 'a', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('250', 'b', 'Restante parte della formulazione di edizione', 'Restante parte della formulazione di edizione', 0, 0, '', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('254', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('254', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('254', 'a', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('255', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('255', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('255', 'a', 'Formulazione di scala', 'Formulazione di scala', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('255', 'b', 'Formulazione di proiezione', 'Formulazione di proiezione', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('255', 'c', 'Formulazione di coordinate', 'Formulazione di coordinate', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('255', 'd', 'Formulazione di zona', 'Formulazione di zona', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('255', 'e', 'Formulazione di equinozio', 'Formulazione di equinozio', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('255', 'f', 'Coppie di coordinate d\'inclusione del perimetro', 'Coppie di coordinate d\'inclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('255', 'g', 'Coppie di coordinate di esclusione del perimetro', 'Coppie di coordinate di esclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('256', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('256', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('256', 'a', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('257', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('257', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('257', 'a', 'Paese dell\'ente produttore', 'Paese dell\'ente produttore', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('258', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('258', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('258', 'a', 'Giurisdizione dell\'emissione', 'Giurisdizione dell\'emissione', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('258', 'b', 'Valore facciale', 'Valore facciale', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('260', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('260', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('260', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('260', 'b', 'Nome dell\'editore, distributore, ecc.', 'Nome dell\'editore, distributore, ecc.', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('260', 'c', 'Data di pubblicazione, distribuzione, ecc.', 'Data di pubblicazione, distribuzione, ecc.', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'IR', '', '', NULL),
                ('260', 'd', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('260', 'e', 'Place of manufacture', 'Place of manufacture', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('260', 'f', 'Manufacturer', 'Manufacturer', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('260', 'g', 'Date of manufacture', 'Date of manufacture', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('260', 'e', 'Luogo di stampa', 'Luogo di stampa', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('260', 'f', 'Stampatore', 'Stampatore', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('260', 'g', 'Data di stampa', 'Data di stampa', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('260', 'k', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('260', 'l', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('261', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('261', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('261', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('261', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('261', 'a', 'Producing company', 'Producing company', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('261', 'b', 'Releasing company (primary distributor)', 'Releasing company (primary distributor)', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('261', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('261', 'd', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('261', 'e', 'Contractual producer', 'Contractual producer', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('261', 'f', 'Place of production, release, etc.', 'Place of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('262', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('262', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('262', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('262', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('262', 'a', 'Place of production, release, etc.', 'Place of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('262', 'b', 'Publisher or trade name', 'Publisher or trade name', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('262', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('262', 'k', 'Serial identification', 'Serial identification', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('262', 'l', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('263', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('263', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('263', 'a', 'Projected publication date', 'Projected publication date', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('263', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('263', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('263', 'a', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('265', '6', 'Linkage [OBSOLETE]', 'Linkage [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('265', 'a', 'Source for acquisition/subscription address [OBSOLETE]', 'Source for acquisition/subscription address [OBSOLETE]', 1, 0, '', 2, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('270', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('270', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('270', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('270', 'a', 'Address', 'Address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'b', 'City', 'City', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'c', 'State or province', 'State or province', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('270', 'd', 'Country', 'Country', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'e', 'Postal code', 'Postal code', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'f', 'Terms preceding attention name', 'Terms preceding attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'g', 'Attention name', 'Attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'h', 'Attention position', 'Attention position', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'i', 'Type of address', 'Type of address', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'j', 'Specialized telephone number', 'Specialized telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'k', 'Telephone number', 'Telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'l', 'Fax number', 'Fax number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'n', 'TDD or TTY number', 'TDD or TTY number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'p', 'Contact person', 'Contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'q', 'Title of contact person', 'Title of contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'r', 'Hours', 'Hours', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('270', 'z', 'Public note', 'Public note', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('300', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('300', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('300', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('300', 'a', 'Extent', 'Extent', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('300', 'b', 'Other physical details', 'Other physical details', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('300', 'c', 'Dimensions', 'Dimensions', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('270', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('270', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('270', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('270', 'a', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'b', 'Città', 'Città', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'c', 'Stato o provincia', 'Stato o provincia', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('270', 'd', 'Paese', 'Paese', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'e', 'Codice postale', 'Codice postale', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'f', 'Parole che precedono il nome del destinatario', 'Parole che precedono il nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'g', 'Nome del destinatario', 'Nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'h', 'Posizione del destinatario', 'Posizione del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'i', 'Persona di contatto', 'Persona di contatto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'j', 'Numero di telefono specializzato', 'Numero di telefono specializzato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'k', 'Numero di telefono', 'Numero di telefono', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'l', 'Numero di fax', 'Numero di fax', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'm', 'Indirizzo e-mail', 'Indirizzo e-mail', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'n', 'Numero di TDD o TTY', 'Numero di TDD o TTY', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'p', 'Persona di contatto', 'Persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'q', 'Titolo della persona di contatto', 'Titolo della persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'r', 'Ore', 'Ore', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('270', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('300', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('300', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('300', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('300', 'a', 'Estensione', 'Estensione', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('300', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('300', 'c', 'Dimensioni', 'Dimensioni', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'IR', '', '', NULL),
                ('300', 'd', 'Accompanying material [OBSOLETE, CAN/MARC]', 'Accompanying material [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('300', 'e', 'Accompanying material', 'Accompanying material', 0, 0, '', 3, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('300', 'f', 'Type of unit', 'Type of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('300', 'g', 'Size of unit', 'Size of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('300', 'e', 'Materiale allegato', 'Materiale allegato', 0, 0, '', 3, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('300', 'f', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('300', 'g', 'Dimensioni del materiale', 'Dimensioni del materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'IR', '', '', NULL),
                ('300', 'k', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('300', 'm', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('300', 'n', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('301', 'a', 'Extent of item', 'Extent of item', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('301', 'b', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('301', 'c', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
-               ('301', 'd', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('301', 'e', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('301', 'f', 'Speed', 'Speed', 0, 0, '', 3, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
+               ('301', 'a', 'Estensione della copia', 'Estensione della copia', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('301', 'b', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('301', 'c', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
+               ('301', 'd', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('301', 'e', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('301', 'f', 'Velocità', 'Velocità', 0, 0, '', 3, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
                ('302', 'a', 'Page count', 'Page count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
                ('303', 'a', 'Unit count', 'Unit count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
                ('304', 'a', 'Linear footage', 'Linear footage', 0, 0, '', 3, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
-               ('305', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('305', 'a', 'Extent', 'Extent', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('305', 'b', 'Other physical details', 'Other physical details', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('305', 'c', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
+               ('305', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('305', 'a', 'Estensione', 'Estensione', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('305', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('305', 'c', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
                ('305', 'd', 'Microgroove or standard', 'Microgroove or standard', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('305', 'e', 'Stereophonic, monaural', 'Stereophonic, monaural', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('305', 'f', 'Number of tracks', 'Number of tracks', 0, 0, '', 3, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
+               ('305', 'e', 'Stereofonico, monoaurale', 'Stereofonico, monoaurale', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('305', 'f', 'Numero dei tracciati', 'Numero dei tracciati', 0, 0, '', 3, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
                ('305', 'm', 'Serial identification', 'Serial identification', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('305', 'n', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 3, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
-               ('306', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('306', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('306', 'a', 'Playing time', 'Playing time', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('307', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('307', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('307', 'a', 'Hours', 'Hours', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('307', 'b', 'Additional information', 'Additional information', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('308', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('308', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('308', 'a', 'Number of reels', 'Number of reels', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('306', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('306', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('306', 'a', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('307', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('307', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('307', 'a', 'Ore', 'Ore', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('307', 'b', 'Informazione addizionale', 'Informazione addizionale', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('308', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('308', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('308', 'a', 'Numero di bobine', 'Numero di bobine', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('308', 'b', 'Footage', 'Footage', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('308', 'c', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('308', 'd', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('308', 'e', 'Width', 'Width', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('308', 'f', 'Presentation format', 'Presentation format', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('310', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('310', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('310', 'a', 'Current publication frequency', 'Current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('310', 'b', 'Date of current publication frequency', 'Date of current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('315', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('315', 'a', 'Frequency', 'Frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('315', 'b', 'Dates of frequency', 'Dates of frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('321', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('321', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('321', 'a', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('321', 'b', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('340', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('340', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('340', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('340', 'a', 'Material base and configuration', 'Material base and configuration', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('340', 'b', 'Dimensions', 'Dimensions', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('340', 'c', 'Materials applied to surface', 'Materials applied to surface', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('340', 'd', 'Information recording technique', 'Information recording technique', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('340', 'e', 'Support', 'Support', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('340', 'f', 'Production rate/ratio', 'Production rate/ratio', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('340', 'h', 'Location within medium', 'Location within medium', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('340', 'i', 'Technical specifications of medium', 'Technical specifications of medium', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', '2', 'Reference method used', 'Reference method used', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'a', 'Name', 'Name', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'b', 'Coordinate or distance units', 'Coordinate or distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'c', 'Latitude resolution', 'Latitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'd', 'Longitude resolution', 'Longitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'e', 'Standard parallel or oblique line latitude', 'Standard parallel or oblique line latitude', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'f', 'Oblique line longitude', 'Oblique line longitude', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'g', 'Longitude of central meridian or projection center', 'Longitude of central meridian or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'h', 'Latitude of projection origin or projection center', 'Latitude of projection origin or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'i', 'False easting', 'False easting', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'j', 'False northing', 'False northing', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'k', 'Scale factor', 'Scale factor', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'l', 'Height of perspective point above surface', 'Height of perspective point above surface', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'm', 'Azimuthal angle', 'Azimuthal angle', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'n', 'Azimuth measure point longitude or straight vertical longitude from pole', 'Azimuth measure point longitude or straight vertical longitude from pole', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'o', 'Landsat number and path number', 'Landsat number and path number', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'p', 'Zone identifier', 'Zone identifier', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'q', 'Ellipsoid name', 'Ellipsoid name', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'r', 'Semi-major axis', 'Semi-major axis', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 's', 'Denominator of flattening ratio', 'Denominator of flattening ratio', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 't', 'Vertical resolution', 'Vertical resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'u', 'Vertical encoding method', 'Vertical encoding method', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'v', 'Local planar, local, or other projection or grid description', 'Local planar, local, or other projection or grid description', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('342', 'w', 'Local planar or local georeference information', 'Local planar or local georeference information', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('343', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('343', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('343', 'a', 'Planar coordinate encoding method', 'Planar coordinate encoding method', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('343', 'b', 'Planar distance units', 'Planar distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('343', 'c', 'Abscissa resolution', 'Abscissa resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('343', 'd', 'Ordinate resolution', 'Ordinate resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('343', 'e', 'Distance resolution', 'Distance resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('343', 'f', 'Bearing resolution', 'Bearing resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('343', 'g', 'Bearing unit', 'Bearing unit', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('343', 'h', 'Bearing reference direction', 'Bearing reference direction', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('343', 'i', 'Bearing reference meridian', 'Bearing reference meridian', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('350', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('350', 'a', 'Price', 'Price', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('350', 'b', 'Form of issue', 'Form of issue', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('351', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('351', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('351', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('351', 'a', 'Organization', 'Organization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('351', 'b', 'Arrangement', 'Arrangement', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('351', 'c', 'Hierarchical level', 'Hierarchical level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('352', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('352', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('352', 'a', 'Direct reference method', 'Direct reference method', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('352', 'b', 'Object type', 'Object type', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('352', 'c', 'Object count', 'Object count', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('352', 'd', 'Row count', 'Row count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('352', 'e', 'Column count', 'Column count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('352', 'f', 'Vertical count', 'Vertical count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('352', 'g', 'VPF topology level', 'VPF topology level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('352', 'i', 'Indirect reference description', 'Indirect reference description', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('355', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('355', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('355', 'a', 'Security classification', 'Security classification', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('355', 'b', 'Handling instructions', 'Handling instructions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('355', 'c', 'External dissemination information', 'External dissemination information', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('355', 'd', 'Downgrading or declassification event', 'Downgrading or declassification event', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('355', 'e', 'Classification system', 'Classification system', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('355', 'f', 'Country of origin code', 'Country of origin code', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('355', 'g', 'Downgrading date', 'Downgrading date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('355', 'h', 'Declassification date', 'Declassification date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('355', 'j', 'Authorization', 'Authorization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('357', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('357', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('357', 'a', 'Originator control term', 'Originator control term', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('357', 'b', 'Originating agency', 'Originating agency', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('357', 'c', 'Authorized recipients of material', 'Authorized recipients of material', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('357', 'g', 'Other restrictions', 'Other restrictions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('359', 'a', 'Rental price', 'Rental price', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('362', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('362', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('362', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('362', 'z', 'Source of information', 'Source of information', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('365', '2', 'Source of price type code', 'Source of price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('365', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('365', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('365', 'a', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('365', 'b', 'Price amount', 'Price amount', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('365', 'c', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('365', 'd', 'Unit of pricing', 'Unit of pricing', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('365', 'e', 'Price note', 'Price note', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('365', 'f', 'Price effective from', 'Price effective from', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('365', 'g', 'Price effective until', 'Price effective until', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('365', 'h', 'Tax rate 1', 'Tax rate 1', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('365', 'i', 'Tax rate 2', 'Tax rate 2', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('365', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('365', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('365', 'm', 'Identification of pricing entity', 'Identification of pricing entity', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('366', '2', 'Source of availability status code', 'Source of availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('366', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('366', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('366', 'a', 'Publishers\' compressed title identification', 'Publishers\' compressed title identification', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('366', 'b', 'Detailed date of publication', 'Detailed date of publication', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('366', 'c', 'Availability status code', 'Availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('366', 'd', 'Expected next availability date', 'Expected next availability date', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('366', 'e', 'Note', 'Note', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('366', 'f', 'Publishers\' discount category', 'Publishers\' discount category', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('366', 'g', 'Date made out of print', 'Date made out of print', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('366', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('366', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('366', 'm', 'Identification of agency', 'Identification of agency', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('400', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('308', 'c', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('308', 'd', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('308', 'e', 'Larghezza', 'Larghezza', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('308', 'f', 'Formato di presentazione', 'Formato di presentazione', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('310', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('310', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('310', 'a', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('310', 'b', 'Data di periodicità corrente della pubblicazione', 'Data di periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('315', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('315', 'a', 'Frequenza', 'Frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('315', 'b', 'Date della frequenza', 'Date della frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('321', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('321', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('321', 'a', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('321', 'b', 'Date di periodicità precedente della pubblicazione', 'Date di periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('340', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('340', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('340', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('340', 'a', 'Base e composizione del materiale', 'Base e composizione del materiale', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('340', 'b', 'Dimensioni', 'Dimensioni', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('340', 'c', 'Materiali applicati alla superficie', 'Materiali applicati alla superficie', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('340', 'd', 'Tecnica della registrazione della informazione', 'Tecnica della registrazione della informazione', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('340', 'e', 'Supporto', 'Supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('340', 'f', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('340', 'h', 'Localizzazione nel supporto', 'Localizzazione nel supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('340', 'i', 'Specificazioni tecniche del supporto', 'Specificazioni tecniche del supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', '2', 'Metodo di riferimento usato', 'Metodo di riferimento usato', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'a', 'Nome', 'Nome', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'b', 'Unità di distanza o di coordinate', 'Unità di distanza o di coordinate', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'c', 'Risoluzione di latitudine', 'Risoluzione di latitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'd', 'Risoluzione di longitudine', 'Risoluzione di longitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'e', 'Parallela standard o latitudine di lineare obliqua', 'Parallela standard o latitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'f', 'Longitudine di lineare obliqua', 'Longitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'g', 'Longitudine del meridiano centrale o del centro della proiezione', 'Longitudine del meridiano centrale o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'h', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'i', 'Ascissa falsa', 'Ascissa falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'j', 'Ordinata falsa', 'Ordinata falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'k', 'Fattore di scala', 'Fattore di scala', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'l', 'Altezza del punto di vista sulla superficie', 'Altezza del punto di vista sulla superficie', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'm', 'Angolo d\'azimut', 'Angolo d\'azimut', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'n', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'o', 'Numero del Landsat e numero di traiettoria', 'Numero del Landsat e numero di traiettoria', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'p', 'Identificatore di zona', 'Identificatore di zona', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'q', 'Nome dell\'ellissoide', 'Nome dell\'ellissoide', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'r', 'Semiasse maggiore', 'Semiasse maggiore', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 's', 'Denominatore del rapporto di spianatura', 'Denominatore del rapporto di spianatura', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 't', 'Risoluzione verticale', 'Risoluzione verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'u', 'Metodo di codifica verticale', 'Metodo di codifica verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'v', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('342', 'w', 'Informazione di riferimento geospaziale locale piano o locale', 'Informazione di riferimento geospaziale locale piano o locale', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('343', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('343', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('343', 'a', 'Metodo di codifica di coordinate piane', 'Metodo di codifica di coordinate piane', 1, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('343', 'b', 'Unità di distanza piana', 'Unità di distanza piana', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('343', 'c', 'Risoluzione dell\'ascissa', 'Risoluzione dell\'ascissa', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('343', 'd', 'Risoluzione dell\'ordinata', 'Risoluzione dell\'ordinata', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('343', 'e', 'Risoluzione di distanza', 'Risoluzione di distanza', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('343', 'f', 'Risoluzione di orientamento', 'Risoluzione di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('343', 'g', 'Unità di orientamento', 'Unità di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('343', 'h', 'Direzione di riferimento dell\'orientamento', 'Direzione di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('343', 'i', 'Meridiano di riferimento dell\'orientamento', 'Meridiano di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('350', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('350', 'a', 'Prezzo', 'Prezzo', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('350', 'b', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('351', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('351', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('351', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('351', 'a', 'Organizzazione', 'Organizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('351', 'b', 'Ordinamento', 'Ordinamento', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('351', 'c', 'Livello gerarchico', 'Livello gerarchico', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('352', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('352', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('352', 'a', 'Metodo di riferimento diretto', 'Metodo di riferimento diretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('352', 'b', 'Tipo di oggetto', 'Tipo di oggetto', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('352', 'c', 'Contatore di oggetti', 'Contatore di oggetti', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('352', 'd', 'Contatore di linee', 'Contatore di linee', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('352', 'e', 'Contattore di colonne', 'Contattore di colonne', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('352', 'f', 'Contattore verticale', 'Contattore verticale', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('352', 'g', 'Livello di topologia VPF', 'Livello di topologia VPF', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('352', 'i', 'Descrizione di riferimento indiretto', 'Descrizione di riferimento indiretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('355', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('355', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('355', 'a', 'Classificazione di sicurezza', 'Classificazione di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('355', 'b', 'Istruzioni per l\'uso', 'Istruzioni per l\'uso', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('355', 'c', 'Informazione di diffusione esterna', 'Informazione di diffusione esterna', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('355', 'd', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('355', 'e', 'Sistema di classificazione', 'Sistema di classificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('355', 'f', 'Codice del paese di origine', 'Codice del paese di origine', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('355', 'g', 'Data di riduzione del livello di sicurezza', 'Data di riduzione del livello di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('355', 'h', 'Data di declassificazione', 'Data di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('355', 'j', 'Autorizzazione', 'Autorizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('357', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('357', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('357', 'a', 'Termine di controllo del creatore', 'Termine di controllo del creatore', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('357', 'b', 'Agenzia di diffusione', 'Agenzia di diffusione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('357', 'c', 'Destinatari autorizzati del materiale', 'Destinatari autorizzati del materiale', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('357', 'g', 'Altre restrizioni', 'Altre restrizioni', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('359', 'a', 'Prezzo del prestito', 'Prezzo del prestito', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('362', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('362', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('362', 'a', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('362', 'z', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('365', '2', 'Fonte del codice del tipo di prezzo', 'Fonte del codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('365', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('365', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('365', 'a', 'Codice del tipo di prezzo', 'Codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('365', 'b', 'Prezzo totale', 'Prezzo totale', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('365', 'c', 'Codice della valuta', 'Codice della valuta', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('365', 'd', 'Unità de fissazione del prezzo', 'Unità de fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('365', 'e', 'Nota sul prezzo', 'Nota sul prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('365', 'f', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('365', 'g', 'Prezzo in vigore fino al', 'Prezzo in vigore fino al', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('365', 'h', 'Aliquota 1', 'Aliquota 1', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('365', 'i', 'Aliquota 2', 'Aliquota 2', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('365', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('365', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('365', 'm', 'Identificazione dell\'ente di fissazione del prezzo', 'Identificazione dell\'ente di fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('366', '2', 'Fonte dello stato di disponibilità', 'Fonte dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('366', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('366', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('366', 'a', 'Identificazione editoriale abbreviata di titolo', 'Identificazione editoriale abbreviata di titolo', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('366', 'b', 'Data dettagliata di pubblicazione', 'Data dettagliata di pubblicazione', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('366', 'c', 'Codice dello stato di disponibilità', 'Codice dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('366', 'd', 'Data prevedibile della prossima disponibilità', 'Data prevedibile della prossima disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('366', 'e', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('366', 'f', 'Tipo di sconto dell\'editore', 'Tipo di sconto dell\'editore', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('366', 'g', 'Data di esaurimento', 'Data di esaurimento', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('366', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('366', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('366', 'm', 'Identificazione dell\'agenzia', 'Identificazione dell\'agenzia', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('400', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('400', 'a', 'Personal name', 'Personal name', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'b', 'Numeration', 'Numeration', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('400', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('400', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('400', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('400', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('400', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('410', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('411', '4', 'Relator code', 'Relator code', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', '6', 'Linkage', 'Linkage', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('410', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('411', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('411', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('411', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('440', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('440', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('411', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('440', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('440', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('440', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('440', 'a', 'Title', 'Title', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'IR', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
-               ('440', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('440', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('440', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('440', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, 0, 'IR', '', '', NULL),
-               ('490', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('490', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
-               ('490', 'a', 'Series statement', 'Series statement', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('490', 'l', 'Library of Congress call number', 'Library of Congress call number', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('490', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('490', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('500', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('500', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('500', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('500', 'a', 'General note', 'General note', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('440', 'a', 'Titolo', 'Titolo', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'IR', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
+               ('440', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('440', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('440', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('440', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('490', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('490', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', NULL, NULL, -6, 'IR', '', '', NULL),
+               ('490', 'a', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('490', 'l', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('490', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 1, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('490', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('500', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('500', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('500', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('500', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('500', 'a', 'Nota generale', 'Nota generale', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
                ('500', 'l', 'Library of Congress call number (SE) [OBSOLETE]', 'Library of Congress call number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('500', 'n', 'n (RLIN) [OBSOLETE]', 'n (RLIN) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('500', 'x', 'International Standard Serial Number (SE) [OBSOLETE]', 'International Standard Serial Number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('500', 'z', 'Source of note information (AM SE) [OBSOLETE]', 'Source of note information (AM SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('501', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('501', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('501', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('501', 'a', 'With note', 'With note', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('502', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('502', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('502', 'a', 'Dissertation note', 'Dissertation note', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('503', '8', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('501', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('501', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('501', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('501', 'a', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('502', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('502', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('502', 'a', 'Nota di dissertazione', 'Nota di dissertazione', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('503', '8', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('503', 'a', 'Bibliographic history note', 'Bibliographic history note', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('504', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('504', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('504', 'a', 'Bibliography, etc', 'Bibliography, etc', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('504', 'b', 'Number of references', 'Number of references', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('505', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('505', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('505', 'a', 'Formatted contents note', 'Formatted contents note', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('505', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('505', 'r', 'Statement of responsibility', 'Statement of responsibility', 1, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('505', 't', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('505', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'IR', '', '', NULL),
-               ('506', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('506', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('506', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('506', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('506', 'a', 'Terms governing access', 'Terms governing access', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('506', 'b', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('506', 'c', 'Physical access provisions', 'Physical access provisions', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('506', 'd', 'Authorized users', 'Authorized users', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('506', 'e', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('506', 'f', 'Standardized terminology for access restriction', 'Standardized terminology for access restriction', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('506', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'IR', '', '', NULL),
-               ('507', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('507', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('507', 'a', 'Representative fraction of scale note', 'Representative fraction of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('507', 'b', 'Remainder of scale note', 'Remainder of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('508', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('508', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('508', 'a', 'Creation/production credits note', 'Creation/production credits note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('509', 'a', 'Informal Notes', 'Informal Notes', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('510', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('510', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('510', 'a', 'Name of source', 'Name of source', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('510', 'b', 'Coverage of source', 'Coverage of source', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('510', 'c', 'Location within source', 'Location within source', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('510', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('511', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('511', 'a', 'Participant or performer note', 'Participant or performer note', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('512', '6', 'Linkage', 'Linkage', 0, 0, '', -1, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('504', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('504', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('504', 'a', 'Nota di bibliografia, ecc.', 'Nota di bibliografia, ecc.', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('504', 'b', 'Numero dei riferimenti', 'Numero dei riferimenti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('505', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('505', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('505', 'a', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('505', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 1, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('505', 'r', 'Formulazione di responsabilità', 'Formulazione di responsabilità', 1, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('505', 't', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('505', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'IR', '', '', NULL),
+               ('506', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('506', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('506', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('506', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('506', 'a', 'Condizioni che regolano l\'accesso', 'Condizioni che regolano l\'accesso', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('506', 'b', 'Competenza legale', 'Competenza legale', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('506', 'c', 'Disposizioni per l\'accesso fisico', 'Disposizioni per l\'accesso fisico', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('506', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('506', 'e', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('506', 'f', 'Terminologia normalizzata della restrizione all’accesso', 'Terminologia normalizzata della restrizione all’accesso', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('506', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'IR', '', '', NULL),
+               ('507', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('507', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('507', 'a', 'Nota di frazione rappresentativa di scala', 'Nota di frazione rappresentativa di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('507', 'b', 'Restante parte della nota di scala', 'Restante parte della nota di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('508', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('508', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('508', 'a', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('509', 'a', 'Note informali', 'Note informali', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('510', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('510', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('510', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('510', 'a', 'Nome della fonte', 'Nome della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('510', 'b', 'Copertura della fonte', 'Copertura della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('510', 'c', 'Localizzazione nella fonte', 'Localizzazione nella fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('510', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('511', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('511', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('511', 'a', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('512', '6', 'Collegamento', 'Collegamento', 0, 0, '', -1, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('512', 'a', 'Earlier or later volumes separately cataloged note', 'Earlier or later volumes separately cataloged note', 0, 0, '', -1, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('513', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('513', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('513', 'a', 'Type of report', 'Type of report', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('513', 'b', 'Period covered', 'Period covered', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'a', 'Attribute accuracy report', 'Attribute accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'b', 'Attribute accuracy value', 'Attribute accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'c', 'Attribute accuracy explanation', 'Attribute accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'd', 'Logical consistency report', 'Logical consistency report', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'e', 'Completeness report', 'Completeness report', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'f', 'Horizontal position accuracy report', 'Horizontal position accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'g', 'Horizontal position accuracy value', 'Horizontal position accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'h', 'Horizontal position accuracy explanation', 'Horizontal position accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'i', 'Vertical positional accuracy report', 'Vertical positional accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'j', 'Vertical positional accuracy value', 'Vertical positional accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'k', 'Vertical positional accuracy explanation', 'Vertical positional accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'm', 'Cloud cover', 'Cloud cover', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('514', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'IR', '', '', NULL),
-               ('514', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('515', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('515', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('515', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('513', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('513', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('513', 'a', 'Tipo di rapporto', 'Tipo di rapporto', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('513', 'b', 'Periodo coperto', 'Periodo coperto', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'a', 'Rapporto di esattezza degli attributi', 'Rapporto di esattezza degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'b', 'Valore di esattezza degli attributi', 'Valore di esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'c', 'Spiegazione della esattezza degli attributi', 'Spiegazione della esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'd', 'Rapporto di coerenza logica', 'Rapporto di coerenza logica', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'e', 'Rapporto di completezza', 'Rapporto di completezza', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'f', 'Rapporto di esattezza di posizione orizzontale', 'Rapporto di esattezza di posizione orizzontale', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'g', 'Valore di esattezza di posizione orizzontale', 'Valore di esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'h', 'Spiegazione della esattezza di posizione orizzontale', 'Spiegazione della esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'i', 'Rapporto di esattezza di posizione verticale', 'Rapporto di esattezza di posizione verticale', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'j', 'Valore di esattezza di posizione verticale', 'Valore di esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'k', 'Spiegazione della esattezza di posizione verticale', 'Spiegazione della esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'm', 'Nuvolosità', 'Nuvolosità', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('514', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'IR', '', '', NULL),
+               ('514', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('515', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('515', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('515', 'a', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('515', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, '', -1, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('516', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('516', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('516', 'a', 'Type of computer file or data note', 'Type of computer file or data note', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('517', 'a', 'Different formats', 'Different formats', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('517', 'b', 'Content descriptors', 'Content descriptors', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('517', 'c', 'Additional animation techniques', 'Additional animation techniques', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('518', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('518', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('518', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('518', 'a', 'Date/time and place of an event note', 'Date/time and place of an event note', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('520', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('520', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('520', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('520', 'a', 'Summary, etc', 'Summary, etc', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('520', 'b', 'Expansion of summary note', 'Expansion of summary note', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('520', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'IR', '', '', NULL),
+               ('516', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('516', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('516', 'a', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('517', 'a', 'Formati multipli', 'Formati multipli', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('517', 'b', 'Descrittori del contenuto', 'Descrittori del contenuto', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('517', 'c', 'Tecniche d\'animazione addizionali', 'Tecniche d\'animazione addizionali', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('518', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('518', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('518', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('518', 'a', 'Nota sulla data/ora e luogo dell\'evento', 'Nota sulla data/ora e luogo dell\'evento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('520', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('520', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('520', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('520', 'a', 'Nota di riassunto, ecc.', 'Nota di riassunto, ecc.', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('520', 'b', 'Nota di estensione del riassunto', 'Nota di estensione del riassunto', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('520', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'IR', '', '', NULL),
                ('520', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('521', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('521', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('521', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('521', 'a', 'Target audience note', 'Target audience note', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'IR', '', '', NULL),
-               ('521', 'b', 'Source', 'Source', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'IR', '', '', NULL),
-               ('522', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('522', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('522', 'a', 'Geographic coverage note', 'Geographic coverage note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('523', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('523', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('521', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('521', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('521', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('521', 'a', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'IR', '', '', NULL),
+               ('521', 'b', 'Fonte', 'Fonte', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'IR', '', '', NULL),
+               ('522', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('522', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('522', 'a', 'Nota di copertura geografica', 'Nota di copertura geografica', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('523', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('523', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('523', 'a', 'Time period of content note', 'Time period of content note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('524', '2', 'Source of schema used', 'Source of schema used', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('524', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('524', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('524', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('524', 'a', 'Preferred citation of described materials note', 'Preferred citation of described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('525', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('525', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('525', 'a', 'Supplement note', 'Supplement note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('524', '2', 'Fonte dello schema usato', 'Fonte dello schema usato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('524', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('524', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('524', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('524', 'a', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('525', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('525', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('525', 'a', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('525', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('526', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('526', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('526', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('526', 'a', 'Program name', 'Program name', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('526', 'b', 'Interest level', 'Interest level', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('526', 'c', 'Reading level', 'Reading level', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('526', 'd', 'Title point value', 'Title point value', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('526', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('526', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 6, 'IR', '', '', NULL),
-               ('526', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('527', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('526', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('526', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('526', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('526', 'a', 'Nome del programma', 'Nome del programma', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('526', 'b', 'Livello d\'interesse', 'Livello d\'interesse', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('526', 'c', 'Livello di lettura', 'Livello di lettura', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('526', 'd', 'Valore numerico del titolo', 'Valore numerico del titolo', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('526', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('526', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 5, '', '', '', NULL, 6, 'IR', '', '', NULL),
+               ('526', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('527', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('527', 'a', 'Censorship note', 'Censorship note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('530', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('530', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('530', 'a', 'Additional physical form available note', 'Additional physical form available note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('530', 'b', 'Availability source', 'Availability source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('530', 'c', 'Availability conditions', 'Availability conditions', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('530', 'd', 'Order number', 'Order number', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('530', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'IR', '', '', NULL),
+               ('530', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('530', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('530', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('530', 'a', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('530', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('530', 'c', 'Condizioni di disponibilità', 'Condizioni di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('530', 'd', 'Numero di ordine', 'Numero di ordine', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('530', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'IR', '', '', NULL),
                ('530', 'z', 'Source of note information (AM CF VM SE) [OBSOLETE]', 'Source of note information (AM CF VM SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('533', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('533', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('533', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('533', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('533', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('533', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('533', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('533', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('533', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('533', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('533', 'm', 'Dates and/or sequential designation of issues reproduced', 'Dates and/or sequential designation of issues reproduced', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('533', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 'a', 'Main entry of original', 'Main entry of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 'b', 'Edition statement of original', 'Edition statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 'c', 'Publication, distribution, etc', 'Publication, distribution, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 'e', 'Physical description, etc', 'Physical description, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 'f', 'Series statement of original', 'Series statement of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 'k', 'Key title of original', 'Key title of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 'l', 'Location of original', 'Location of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 'm', 'Material specific details', 'Material specific details', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 'n', 'Note about original', 'Note about original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 'p', 'Introductory phrase', 'Introductory phrase', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 't', 'Title statement of original', 'Title statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('534', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('535', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('535', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('535', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('535', 'a', 'Custodian', 'Custodian', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('535', 'b', 'Postal address', 'Postal address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('535', 'c', 'Country', 'Country', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('535', 'd', 'Telecommunications address', 'Telecommunications address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('535', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('536', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('536', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('536', 'a', 'Text of note', 'Text of note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('536', 'b', 'Contract number', 'Contract number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('536', 'c', 'Grant number', 'Grant number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('536', 'd', 'Undifferentiated number', 'Undifferentiated number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('536', 'e', 'Program element number', 'Program element number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('536', 'f', 'Project number', 'Project number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('536', 'g', 'Task number', 'Task number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('536', 'h', 'Work unit number', 'Work unit number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('537', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('533', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('533', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('533', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('533', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('533', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('533', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('533', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('533', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('533', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('533', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('533', 'm', 'Date e/o designazione sequenziale dei documenti riprodotti', 'Date e/o designazione sequenziale dei documenti riprodotti', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('533', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 'a', 'Accesso principale dell\'originale', 'Accesso principale dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 'b', 'Formulazione di edizione dell\'originale', 'Formulazione di edizione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 'c', 'Pubblicazione, distribuzione, ecc., dell\'originale', 'Pubblicazione, distribuzione, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 'e', 'Descrizione fisica, ecc., dell\'originale', 'Descrizione fisica, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 'f', 'Formulazione della serie dell\'originale', 'Formulazione della serie dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 'k', 'Titolo chiave dell\'originale', 'Titolo chiave dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 'l', 'Localizzazione dell\'originale', 'Localizzazione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 'n', 'Nota sull\'originale', 'Nota sull\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 'p', 'Frase introduttiva', 'Frase introduttiva', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 't', 'Formulazione del titolo dell\'originale', 'Formulazione del titolo dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('534', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('535', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('535', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('535', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('535', 'a', 'Conservatore', 'Conservatore', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('535', 'b', 'Indirizzo postale', 'Indirizzo postale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('535', 'c', 'Paese', 'Paese', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('535', 'd', 'Indirizzo di telecomunicazione', 'Indirizzo di telecomunicazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('535', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('536', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('536', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('536', 'a', 'Testo della nota', 'Testo della nota', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('536', 'b', 'Numero di contratto', 'Numero di contratto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('536', 'c', 'Numero di sovvenzione', 'Numero di sovvenzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('536', 'd', 'Numero indifferenziato', 'Numero indifferenziato', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('536', 'e', 'Numero di elemento di un programma', 'Numero di elemento di un programma', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('536', 'f', 'Numero di progetto', 'Numero di progetto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('536', 'g', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('536', 'h', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('537', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('537', 'a', 'Source of data note', 'Source of data note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('538', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('538', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('538', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('538', 'a', 'System details note', 'System details note', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('538', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('538', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'IR', '', '', NULL),
-               ('540', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('540', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('540', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('540', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('540', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('540', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('540', 'c', 'Authorization', 'Authorization', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('540', 'd', 'Authorized users', 'Authorized users', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('540', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'IR', '', '', NULL),
-               ('541', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('541', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('541', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('541', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('541', 'a', 'Source of acquisition', 'Source of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
-               ('541', 'b', 'Address', 'Address', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
-               ('541', 'c', 'Method of acquisition', 'Method of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
-               ('541', 'd', 'Date of acquisition', 'Date of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
-               ('541', 'e', 'Accession number', 'Accession number', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
-               ('541', 'f', 'Owner', 'Owner', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
-               ('541', 'h', 'Purchase price', 'Purchase price', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
-               ('541', 'n', 'Extent', 'Extent', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
-               ('541', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
-               ('543', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('538', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('538', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('538', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('538', 'a', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('538', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('538', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'IR', '', '', NULL),
+               ('540', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('540', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('540', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('540', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('540', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('540', 'b', 'Competenza legale', 'Competenza legale', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('540', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('540', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('540', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'IR', '', '', NULL),
+               ('541', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('541', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('541', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('541', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('541', 'a', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
+               ('541', 'b', 'Indirizzo', 'Indirizzo', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
+               ('541', 'c', 'Metodo d\'acquisto', 'Metodo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
+               ('541', 'd', 'Data d\'acquisto', 'Data d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
+               ('541', 'e', 'Numero d\'accessione', 'Numero d\'accessione', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
+               ('541', 'f', 'Proprietario', 'Proprietario', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
+               ('541', 'h', 'Prezzo d\'acquisto', 'Prezzo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
+               ('541', 'n', 'Estensione', 'Estensione', 0, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
+               ('541', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, 1, 'IR', '', '', NULL),
+               ('543', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('543', 'a', 'Solicitation information note', 'Solicitation information note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('544', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('544', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('544', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('544', 'a', 'Custodian', 'Custodian', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('544', 'b', 'Address', 'Address', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('544', 'c', 'Country', 'Country', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('544', 'd', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('544', 'e', 'Provenance', 'Provenance', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('544', 'n', 'Note', 'Note', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('545', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('545', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('545', 'a', 'Biographical or historical note', 'Biographical or historical note', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('545', 'b', 'Expansion', 'Expansion', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('545', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'IR', '', '', NULL),
-               ('546', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('546', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('546', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('546', 'a', 'Language note', 'Language note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('546', 'b', 'Information code or alphabet', 'Information code or alphabet', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('544', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('544', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('544', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('544', 'a', 'Conservatore', 'Conservatore', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('544', 'b', 'Indirizzo', 'Indirizzo', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('544', 'c', 'Paese', 'Paese', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('544', 'd', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('544', 'e', 'Provenienza', 'Provenienza', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('544', 'n', 'Nota', 'Nota', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('545', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('545', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('545', 'a', 'Nota biografica o storica', 'Nota biografica o storica', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('545', 'b', 'Ampliamento', 'Ampliamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('545', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'IR', '', '', NULL),
+               ('546', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('546', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('546', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('546', 'a', 'Nota sulla lingua', 'Nota sulla lingua', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('546', 'b', 'Codice d\'informazione o alfabeto', 'Codice d\'informazione o alfabeto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
                ('546', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('547', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('547', 'a', 'Former title complexity note', 'Former title complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('547', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('547', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('547', 'a', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('547', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('550', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('550', 'a', 'Issuing body note', 'Issuing body note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('550', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('550', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('550', 'a', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('550', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('552', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'a', 'Entity type label', 'Entity type label', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'b', 'Entity type definition and source', 'Entity type definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'c', 'Attribute label', 'Attribute label', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'd', 'Attribute definition and source', 'Attribute definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'e', 'Enumerated domain value', 'Enumerated domain value', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'f', 'Enumerated domain value definition and source', 'Enumerated domain value definition and source', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'g', 'Range domain minimum and maximum', 'Range domain minimum and maximum', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'h', 'Codeset name and source', 'Codeset name and source', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'i', 'Unrepresentable domain', 'Unrepresentable domain', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'j', 'Attribute units of measurement and resolution', 'Attribute units of measurement and resolution', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'k', 'Beginning date and ending date of attribute values', 'Beginning date and ending date of attribute values', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'l', 'Attribute value accuracy', 'Attribute value accuracy', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'm', 'Attribute value accuracy explanation', 'Attribute value accuracy explanation', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'n', 'Attribute measurement frequency', 'Attribute measurement frequency', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'o', 'Entity and attribute overview', 'Entity and attribute overview', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'p', 'Entity and attribute detail citation', 'Entity and attribute detail citation', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('552', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'IR', '', '', NULL),
-               ('552', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('555', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('555', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('555', 'a', 'Cumulative index/finding aids note', 'Cumulative index/finding aids note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('555', 'b', 'Availability source', 'Availability source', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('555', 'c', 'Degree of control', 'Degree of control', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('555', 'd', 'Bibliographic reference', 'Bibliographic reference', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('555', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'IR', '', '', NULL),
-               ('556', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('556', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('556', 'a', 'Information about documentation note', 'Information about documentation note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('556', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('561', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('561', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('561', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('561', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('561', 'a', 'History', 'History', 0, 0, '', 5, '', '', '', NULL, 6, 'IR', '', '', NULL),
+               ('552', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'a', 'Etichetta del tipo di ente', 'Etichetta del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'b', 'Definizione e fonte del tipo di ente', 'Definizione e fonte del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'c', 'Etichetta dell\'attributo', 'Etichetta dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'd', 'Definizione e fonte dell\'attributo', 'Definizione e fonte dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'e', 'Valore del dominio enumerato', 'Valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'f', 'Definizione e fonte del valore del dominio enumerato', 'Definizione e fonte del valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'g', 'Minimo e massimo del range del dominio', 'Minimo e massimo del range del dominio', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'h', 'Nome e fonte del set dei codici', 'Nome e fonte del set dei codici', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'i', 'Dominio non rappresentabile', 'Dominio non rappresentabile', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'j', 'Unità di misura e risoluzione degli attributi', 'Unità di misura e risoluzione degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'k', 'Data d\'inizio e data di fine dei valori dell\'attributo', 'Data d\'inizio e data di fine dei valori dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'l', 'Esattezza del valore dell\'attributo', 'Esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'm', 'Spiegazione dell\'esattezza del valore dell\'attributo', 'Spiegazione dell\'esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'n', 'Frequenza della misura d\'attributo', 'Frequenza della misura d\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'o', 'Riassunto di ente e d\'attributo', 'Riassunto di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'p', 'Citazione dei dettagli di ente e d\'attributo', 'Citazione dei dettagli di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('552', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'IR', '', '', NULL),
+               ('552', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('555', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('555', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('555', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('555', 'a', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('555', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('555', 'c', 'Grado di controllo', 'Grado di controllo', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('555', 'd', 'Riferimento bibliografico', 'Riferimento bibliografico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('555', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'IR', '', '', NULL),
+               ('556', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('556', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('556', 'a', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('556', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('561', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('561', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('561', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('561', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('561', 'a', 'Storia', 'Storia', 0, 0, '', 5, '', '', '', NULL, 6, 'IR', '', '', NULL),
                ('561', 'b', 'Time of collation [OBSOLETE]', 'Time of collation [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, 6, 'IR', '', '', NULL),
-               ('562', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('562', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('562', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('562', 'a', 'Identifying markings', 'Identifying markings', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('562', 'b', 'Copy identification', 'Copy identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('562', 'c', 'Version identification', 'Version identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('562', 'd', 'Presentation format', 'Presentation format', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('562', 'e', 'Number of copies', 'Number of copies', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('563', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('563', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('563', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('563', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('563', 'a', 'Binding note', 'Binding note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('563', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'IR', '', '', NULL),
-               ('565', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('565', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('565', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('565', 'a', 'Number of cases/variables', 'Number of cases/variables', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('565', 'b', 'Name of variable', 'Name of variable', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('565', 'c', 'Unit of analysis', 'Unit of analysis', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('565', 'd', 'Universe of data', 'Universe of data', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('565', 'e', 'Filing scheme or code', 'Filing scheme or code', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('567', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('567', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('567', 'a', 'Methodology note', 'Methodology note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('570', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('562', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('562', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('562', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('562', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('562', 'a', 'Marche d\'identificazione', 'Marche d\'identificazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('562', 'b', 'Identificazione della copia', 'Identificazione della copia', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('562', 'c', 'Identificazione della versione', 'Identificazione della versione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('562', 'd', 'Formato di presentazione', 'Formato di presentazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('562', 'e', 'Numero di copie', 'Numero di copie', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('563', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('563', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('563', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('563', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('563', 'a', 'Nota sulla rilegatura', 'Nota sulla rilegatura', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('563', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'IR', '', '', NULL),
+               ('565', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('565', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('565', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('565', 'a', 'Numero di pratiche/variabili', 'Numero di pratiche/variabili', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('565', 'b', 'Nome della variabile', 'Nome della variabile', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('565', 'c', 'Unità d\'analisi', 'Unità d\'analisi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('565', 'd', 'Universo dei dati', 'Universo dei dati', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('565', 'e', 'Sistema o codice d’archiviazione', 'Sistema o codice d’archiviazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('567', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('567', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('567', 'a', 'Nota sulla metodologia', 'Nota sulla metodologia', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('570', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('570', 'a', 'Editor note', 'Editor note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('570', 'z', 'Source of note information', 'Source of note information', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('580', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('580', 'a', 'Linking entry complexity note', 'Linking entry complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('580', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('580', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('580', 'a', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('580', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('581', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('581', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('581', 'a', 'Publications about described materials note', 'Publications about described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('581', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('582', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('581', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('581', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('581', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('581', 'a', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('581', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('582', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('582', 'a', 'Related computer files note', 'Related computer files note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('583', '2', 'Source of term', 'Source of term', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('583', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('583', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('583', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('583', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('583', 'a', 'Action', 'Action', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'b', 'Action identification', 'Action identification', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'c', 'Time/date of action', 'Time/date of action', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'd', 'Action interval', 'Action interval', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'e', 'Contingency for action', 'Contingency for action', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'f', 'Authorization', 'Authorization', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'h', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'i', 'Method of action', 'Method of action', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'j', 'Site of action', 'Site of action', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'k', 'Action agent', 'Action agent', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'l', 'Status', 'Status', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'n', 'Extent', 'Extent', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('583', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -1, 'IR', '', '', NULL),
-               ('583', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', NULL, 4, 'IR', '', '', NULL),
-               ('583', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('584', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('584', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('584', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('584', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('584', 'a', 'Accumulation', 'Accumulation', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('584', 'b', 'Frequency of use', 'Frequency of use', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('585', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('585', '5', 'Institution to which field applies', 'Institution to which field applies', 0, -6, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('585', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('585', 'a', 'Exhibitions note', 'Exhibitions note', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('586', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('586', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('586', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('586', 'a', 'Awards note', 'Awards note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('583', '2', 'Fonte', 'Fonte', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('583', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('583', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('583', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('583', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('583', 'a', 'Azione', 'Azione', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'b', 'Identificazione dell\'azione', 'Identificazione dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'c', 'Momento/data dell\'azione', 'Momento/data dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'd', 'Intervallo dell\'azione', 'Intervallo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'e', 'Contingenza per l\'azione', 'Contingenza per l\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'f', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'h', 'Competenza legale', 'Competenza legale', 0, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'i', 'Metodo dell\'azione', 'Metodo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'j', 'Luogo dell\'azione', 'Luogo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'k', 'Agente dell\'azione', 'Agente dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'l', 'Stato', 'Stato', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'n', 'Estensione', 'Estensione', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('583', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -1, 'IR', '', '', NULL),
+               ('583', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', NULL, 4, 'IR', '', '', NULL),
+               ('583', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('584', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('584', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('584', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('584', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('584', 'a', 'Accumulo', 'Accumulo', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('584', 'b', 'Frequenza d\'uso', 'Frequenza d\'uso', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('585', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('585', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, -6, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('585', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('585', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('585', 'a', 'Nota di mostre', 'Nota di mostre', 0, 0, '', 5, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('586', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('586', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('586', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('586', 'a', 'Nota di premi', 'Nota di premi', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
                ('590', '6', 'Linkage (RLIN)', 'Linkage (RLIN)', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('590', '8', 'Field link and sequence number (RLIN)', 'Field link and sequence number (RLIN)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('590', 'a', 'Local note', 'Local note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('590', 'b', 'Provenance (VM) [OBSOLETE]', 'Provenance (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('590', 'c', 'Condition of individual reels (VM) [OBSOLETE]', 'Condition of individual reels (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('590', 'd', 'Origin of safety copy (VM) [OBSOLETE]', 'Origin of safety copy (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('600', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('600', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('600', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('600', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('600', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'IR', '', '', NULL),
-               ('600', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('600', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('600', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('600', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('600', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('600', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('600', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('600', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('600', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('600', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('610', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('610', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'IR', '', '', NULL),
+               ('600', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('600', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('600', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('600', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('600', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('600', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('600', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('600', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('600', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('600', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('610', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('610', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('610', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('610', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'IR', '', '', NULL),
-               ('610', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('610', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('610', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('610', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('610', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('610', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('610', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('610', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('610', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('611', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('611', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'IR', '', '', NULL),
+               ('610', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('610', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('610', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('610', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('610', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('610', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('610', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('610', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('610', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('611', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('611', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('611', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('611', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'IR', '', '', NULL),
+               ('611', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'IR', '', '', NULL),
                ('611', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('611', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('611', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('611', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('611', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('611', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('611', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('611', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('611', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('630', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('630', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('630', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('611', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('611', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('611', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('611', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('611', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('611', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('611', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('611', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('630', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('630', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('630', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('630', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('630', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'IR', '', '', NULL),
-               ('630', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('630', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('630', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('630', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('630', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('630', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('630', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('630', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('648', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('648', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('648', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('648', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('648', 'a', 'Chronological term', 'Chronological term', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'IR', '', '', NULL),
-               ('648', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('648', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('648', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('648', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('650', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('650', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('650', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('650', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('650', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('630', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'IR', '', '', NULL),
+               ('630', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('630', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('630', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('630', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('630', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('630', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('630', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('630', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('648', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('648', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('648', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('648', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('648', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'IR', '', '', NULL),
+               ('648', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('648', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('648', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('648', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('650', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('650', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('650', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('650', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('650', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('650', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('650', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'IR', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
-               ('650', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('650', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('650', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('650', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('650', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('650', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('650', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('650', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'IR', '', '', NULL),
-               ('651', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('651', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('651', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('651', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('651', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('650', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'IR', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
+               ('650', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('650', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('650', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('650', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('650', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('650', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('650', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('650', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'IR', '', '', NULL),
+               ('651', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('651', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('651', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('651', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('651', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('651', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('651', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'IR', '', '', NULL),
+               ('651', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'IR', '', '', NULL),
                ('651', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('651', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('651', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('651', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('651', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('651', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('652', 'a', 'Geographic name of place element', 'Geographic name of place element', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('652', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('652', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('652', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('653', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('653', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('653', 'a', 'Uncontrolled term', 'Uncontrolled term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('654', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('654', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('654', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('654', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('654', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('654', 'a', 'Focus term', 'Focus term', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'IR', '', '', NULL),
-               ('654', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('654', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('654', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('654', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('654', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('654', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('654', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('655', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('655', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('655', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('655', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('655', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('655', 'a', 'Genre/form data or focus term', 'Genre/form data or focus term', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'IR', '', '', NULL),
-               ('655', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('655', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('655', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('655', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('655', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('655', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('656', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('656', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('656', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('656', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('656', 'a', 'Occupation', 'Occupation', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'IR', '', '', NULL),
-               ('656', 'k', 'Form', 'Form', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('656', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('656', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('656', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('656', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('657', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('657', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('657', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('657', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('657', 'a', 'Function', 'Function', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'IR', '', '', NULL),
-               ('657', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('657', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('657', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('657', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('658', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('658', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('658', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('658', 'a', 'Main curriculum objective', 'Main curriculum objective', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'IR', '', '', NULL),
-               ('658', 'b', 'Subordinate curriculum objective', 'Subordinate curriculum objective', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('658', 'c', 'Curriculum code', 'Curriculum code', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('658', 'd', 'Correlation factor', 'Correlation factor', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('662', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('662', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('662', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('662', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('662', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('662', 'a', 'Country or larger entity', 'Country or larger entity', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'IR', '', '', NULL),
-               ('662', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('662', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('662', 'd', 'City', 'City', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('662', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('662', 'f', 'City subsection', 'City subsection', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('662', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('662', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('651', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('651', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('651', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('651', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('651', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('652', 'a', 'Nome geografico del luogo', 'Nome geografico del luogo', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('652', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('652', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('652', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('653', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('653', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('653', 'a', 'Termine non controllato', 'Termine non controllato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('654', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('654', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('654', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('654', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('654', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('654', 'a', 'Termine principale', 'Termine principale', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'IR', '', '', NULL),
+               ('654', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('654', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('654', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('654', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('654', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('654', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('654', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('655', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('655', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('655', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('655', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('655', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('655', 'a', 'Termine principale di genere/forma', 'Termine principale di genere/forma', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'IR', '', '', NULL),
+               ('655', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('655', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('655', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('655', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('655', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('655', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('656', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('656', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('656', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('656', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('656', 'a', 'Occupazione', 'Occupazione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'IR', '', '', NULL),
+               ('656', 'k', 'Forma', 'Forma', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('656', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('656', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('656', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('656', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('657', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('657', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('657', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('657', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('657', 'a', 'Funzione', 'Funzione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'IR', '', '', NULL),
+               ('657', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('657', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('657', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('657', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('658', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('658', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('658', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('658', 'a', 'Obiettivo principale del curriculum scolastico', 'Obiettivo principale del curriculum scolastico', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, 'IR', '', '', NULL),
+               ('658', 'b', 'Obiettivo secondario del curriculum scolastico', 'Obiettivo secondario del curriculum scolastico', 1, 0, '', 6, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('658', 'c', 'Codice di curriculum scolastico', 'Codice di curriculum scolastico', 0, 0, '', 6, '', '', '', NULL, 0, 'IR', '', '', NULL),
+               ('658', 'd', 'Fattore di correlazione', 'Fattore di correlazione', 0, 0, '', 6, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('662', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('662', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('662', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('662', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('662', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('662', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('662', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('662', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('662', 'd', 'Città', 'Città', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('662', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('662', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('662', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('662', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('690', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('690', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('690', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('690', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('690', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('690', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('690', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('690', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('690', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('690', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('690', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'IR', '', '', NULL),
-               ('690', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('690', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('690', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('690', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('690', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('690', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('690', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('690', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('690', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'IR', '', '', NULL),
+               ('690', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('690', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('690', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('690', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('690', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('690', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('690', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('690', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'IR', '', '', NULL),
                ('691', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('691', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('691', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('691', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('691', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('691', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('691', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('691', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('691', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('691', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('691', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('691', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'IR', '', '', NULL),
                ('691', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('691', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('691', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('691', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('691', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('691', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('691', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('691', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('691', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('696', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('696', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('696', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('696', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('696', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('696', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('697', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('697', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('697', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('697', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('697', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('697', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('698', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('698', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('698', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('698', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'IR', '', '', NULL),
                ('698', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('698', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('698', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('699', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('699', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('699', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('699', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('699', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('700', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('699', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('700', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('700', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('700', 'a', 'Personal name', 'Personal name', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'IR', '', '', NULL),
-               ('700', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('700', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('700', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('700', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('700', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('705', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'IR', '', '', NULL),
+               ('700', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('700', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('700', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('700', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('700', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('700', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('700', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('705', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('710', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'IR', '', '', NULL),
-               ('710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('710', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('710', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
-               ('710', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('710', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('711', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'IR', '', '', NULL),
+               ('710', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('710', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('710', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('710', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'IR', '', '', NULL),
+               ('710', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('710', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('711', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('711', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'IR', '', '', NULL),
+               ('711', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'IR', '', '', NULL),
                ('711', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('711', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('711', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('711', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('711', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('711', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('711', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('711', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('715', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('715', 'a', 'Corporate name or jurisdiction name', 'Corporate name or jurisdiction name', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('715', 'b', 'Subordinate unit', 'Subordinate unit', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('715', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('715', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('715', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('715', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('715', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('715', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('715', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('715', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('715', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('715', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('715', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 'a', 'Ragione sociale o nome giuridico', 'Ragione sociale o nome giuridico', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 'b', 'Unità subordinata', 'Unità subordinata', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('715', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('715', 'u', 'Nonprinting information', 'Nonprinting information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('720', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('720', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('720', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('720', 'a', 'Name', 'Name', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('720', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
-               ('730', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('720', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('720', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('720', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('720', 'a', 'Nome', 'Nome', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('720', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'IR', '', '', NULL),
+               ('730', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('730', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('730', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('730', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('740', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('740', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('740', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('740', 'a', 'Uncontrolled related/analytical title', 'Uncontrolled related/analytical title', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('740', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('740', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('740', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('752', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('752', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('752', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('752', 'a', 'Country or larger entity', 'Country or larger entity', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('752', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('752', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('752', 'd', 'City', 'City', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('752', 'f', 'City subsection', 'City subsection', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('752', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('752', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('753', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('753', 'a', 'Make and model of machine', 'Make and model of machine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('753', 'b', 'Programming language', 'Programming language', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('753', 'c', 'Operating system', 'Operating system', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('754', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('754', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('754', 'a', 'Taxonomic name', 'Taxonomic name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('754', 'c', 'Taxonomic category', 'Taxonomic category', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('754', 'd', 'Common or alternative name', 'Common or alternative name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('754', 'x', 'Non-public note', 'Non-public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('754', 'z', 'Public note', 'Public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('755', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('755', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('755', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('755', 'a', 'Access term', 'Access term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('755', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('760', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'IR', '', '', NULL),
-               ('760', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('730', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('740', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('740', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('740', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('740', 'a', 'Titolo analitico/correlato non controllato', 'Titolo analitico/correlato non controllato', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('740', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('740', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('740', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('752', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('752', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('752', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('752', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('752', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('752', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('752', 'd', 'Città', 'Città', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('752', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('752', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('752', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('753', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('753', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('753', 'a', 'Marca e modello della macchina', 'Marca e modello della macchina', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('753', 'b', 'Linguaggio di programmazione', 'Linguaggio di programmazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('753', 'c', 'Sistema operativo', 'Sistema operativo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('754', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('754', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('754', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('754', 'a', 'Nome tassonomico', 'Nome tassonomico', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('754', 'c', 'Categoria tassonomica', 'Categoria tassonomica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('754', 'd', 'Nome comune o alternativo', 'Nome comune o alternativo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('754', 'x', 'Nota non pubblica', 'Nota non pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('754', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('755', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('755', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('755', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('755', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('755', 'a', 'Termine d\'accesso', 'Termine d\'accesso', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('755', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('755', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('755', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('760', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'IR', '', '', NULL),
+               ('760', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('760', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('760', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('760', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('762', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('762', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('762', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('765', 'q', 'Parallel title (BK SE)  [OBSOLETE]', 'Parallel title (BK SE)  [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('765', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('765', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('765', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('767', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('767', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('767', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', '8', 'Field link and sequence number', 'Field link and sequence number ', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('767', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('770', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('770', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('770', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('770', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('772', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('772', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('772', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('772', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', '0', 'Codice record bibliografico contenente lo spoglio', 'Codice record bibliografico contenente lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', '9', 'Codice copia contenete lo spoglio', 'Codice copia contenete lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('773', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('773', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('773', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('774', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('774', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'e', 'Language code', 'Language code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'f', 'Country code', 'Country code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('774', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'e', 'Codice lingua', 'Codice lingua', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'f', 'Codice di paese', 'Codice di paese', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('775', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('775', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('775', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('775', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('776', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('776', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('776', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('776', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('777', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('777', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('777', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('780', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('780', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('780', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('780', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('785', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('785', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('785', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'j', 'Period of content', 'Period of content', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('785', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'j', 'Periodo del contenuto', 'Periodo del contenuto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('786', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('786', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('786', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('787', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('787', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('787', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('787', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('789', '%', '%', '%', 0, 0, '', 7, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('789', '2', '2', '2', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('789', '3', '3', '3', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
@@ -26147,365 +26663,369 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('789', 'y', 'y', 'y', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('789', 'z', 'z', 'z', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('796', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('796', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('796', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('796', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('796', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('796', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('797', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('797', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('797', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('797', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('797', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('797', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('798', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('798', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('798', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('798', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'IR', '', '', NULL),
                ('798', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('798', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('798', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('799', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('799', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('799', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('799', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('799', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('799', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('800', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('800', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('800', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('800', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('810', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('810', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('810', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('810', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('810', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('811', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('811', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'IR', '', '', NULL),
                ('811', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('811', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('811', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('830', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('830', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('830', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('840', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('841', 'a', 'Type of record', 'Type of record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('841', 'b', 'Fixed-length data elements', 'Fixed-length data elements', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('841', 'e', 'Encoding level', 'Encoding level', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('842', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('842', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('842', 'a', 'Textual physical form designator', 'Textual physical form designator', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('843', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('843', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('843', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('843', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('843', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('843', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('843', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('843', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('843', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('843', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('843', 'm', 'Dates of publication and/or sequential designation of issues reproduced', 'Dates of publication and/or sequential designation of issues reproduced', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('843', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('844', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('844', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('844', 'a', 'Name of unit', 'Name of unit', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('845', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('845', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('845', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('845', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('845', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('845', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('845', 'c', 'Authorization', 'Authorization', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('845', 'd', 'Authorized users', 'Authorized users', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('850', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('850', 'a', 'Holding institution', 'Holding institution', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('830', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('830', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('840', 'a', 'Titolo', 'Titolo', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('840', 'h', 'Supporto', 'Supporto', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('840', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('841', 'a', 'Tipo di record', 'Tipo di record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('841', 'b', 'Elementi a lunghezza fiss', 'Elementi a lunghezza fiss', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('841', 'e', 'Livello di codifica', 'Livello di codifica', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('842', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('842', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('842', 'a', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('843', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('843', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('843', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('843', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('843', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('843', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('843', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('843', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('843', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('843', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('843', 'm', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('843', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('844', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('844', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('844', 'a', 'Nome dell\'unità', 'Nome dell\'unità', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('845', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('845', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('845', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('845', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('845', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('845', 'b', 'Competenza legale', 'Competenza legale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('845', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('845', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('850', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('850', 'a', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
                ('850', 'b', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
                ('850', 'd', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
                ('850', 'e', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('851', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('851', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('851', 'a', 'Name (custodian or owner)', 'Name (custodian or owner)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('851', 'b', 'Institutional division', 'Institutional division', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('851', 'c', 'Street address', 'Street address', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('851', 'd', 'Country', 'Country', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('851', 'e', 'Location of units', 'Location of units', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('851', 'f', 'Item number', 'Item number', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('851', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
-               ('852', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'a', 'Location', 'Location', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'b', 'Sublocation or collection', 'Sublocation or collection', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'c', 'Shelving location', 'Shelving location', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'e', 'Address', 'Address', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'f', 'Coded location qualifier', 'Coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'g', 'Non-coded location qualifier', 'Non-coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'h', 'Classification part', 'Classification part', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'i', 'Item part', 'Item part', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'j', 'Shelving control number', 'Shelving control number', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'k', 'Call number prefix', 'Call number prefix', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'l', 'Shelving form of title', 'Shelving form of title', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'm', 'Call number suffix', 'Call number suffix', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'n', 'Country code', 'Country code', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 8, '', '', '', 1, 5, 'IR', '', '', NULL),
-               ('852', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('852', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('853', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('854', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('855', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('856', '2', 'Access method', 'Access method', 0, 0, '', 8, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('856', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('856', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('856', 'a', 'Host name', 'Host name', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'b', 'Access number', 'Access number', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'c', 'Compression information', 'Compression information', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('851', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('851', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('851', 'a', 'Nome (custode o proprietario)', 'Nome (custode o proprietario)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('851', 'b', 'Suddivisione istituzionale', 'Suddivisione istituzionale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('851', 'c', 'Indirizzo', 'Indirizzo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('851', 'd', 'Paese', 'Paese', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('851', 'e', 'Localizzazione dell\'unità', 'Localizzazione dell\'unità', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('851', 'f', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('851', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'IR', '', '', NULL),
+               ('852', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'a', 'Localizzazione', 'Localizzazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'b', 'Sottolocalizzazione o collezione', 'Sottolocalizzazione o collezione', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'e', 'Indirizzo', 'Indirizzo', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'g', 'Qualificatore di localizzazione non codificato', 'Qualificatore di localizzazione non codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'l', 'Forma di collocazione (segnatura) di titolo', 'Forma di collocazione (segnatura) di titolo', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'n', 'Codice di paese', 'Codice di paese', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 8, '', '', '', 1, 5, 'IR', '', '', NULL),
+               ('852', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('852', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('853', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('854', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('855', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('856', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 8, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('856', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('856', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('856', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('856', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
                ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
                ('856', 'l', 'Logon', 'Logon', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'o', 'Operating system', 'Operating system', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 's', 'File size', 'File size', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'IR', '', '', NULL),
-               ('856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'w', 'Record control number', 'Record control number', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 1, 'IR', '', '', NULL),
-               ('856', 'y', 'Link text', 'Link text', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
-               ('856', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'n', 'Nome della localizzazione dell\'host', 'Nome della localizzazione dell\'host', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'p', 'Porta', 'Porta', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'r', 'Parametri', 'Parametri', 0, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'IR', '', '', NULL),
+               ('856', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 1, 'IR', '', '', NULL),
+               ('856', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
+               ('856', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, -1, 'IR', '', '', NULL),
                ('859', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('859', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('859', 'd', 'TDC (RLIN)', 'TDC (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
@@ -26514,140 +27034,215 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('859', 'r', 'REG (RLIN)', 'REG (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('859', 'v', 'VER (RLIN)', 'VER (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('859', 'x', 'LDEL (RLIN)', 'LDEL (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('866', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('866', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('866', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('866', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('866', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('867', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('867', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('867', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('867', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('867', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('868', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('868', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('868', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('868', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('868', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('870', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('870', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('871', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('872', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('863', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('863', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('863', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('863', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('864', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('864', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('864', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('865', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('865', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('865', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('866', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('866', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('866', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('866', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('866', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('867', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('867', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('867', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('867', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('867', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('868', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('868', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('868', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('868', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('868', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('870', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('870', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('871', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('872', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('872', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('872', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('873', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('873', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('876', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('876', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('876', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('872', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('872', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('873', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('873', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('876', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('876', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('876', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('876', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('876', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('876', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('876', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('876', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('876', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('876', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('876', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('876', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('876', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('876', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('876', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('876', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('876', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('876', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('876', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('876', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('876', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('877', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('877', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('877', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('876', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('876', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('876', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('877', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('877', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('877', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('877', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('877', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('877', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('877', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('877', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('877', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('877', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('877', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('877', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('877', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('877', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('877', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('877', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('877', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('877', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('877', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('877', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('877', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('878', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('878', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('878', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('877', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('877', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('877', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('878', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('878', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('878', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('878', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('878', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('878', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('878', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('878', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('878', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('878', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('878', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('878', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('878', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('878', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('878', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('878', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('878', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('878', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('878', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('878', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('878', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('878', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('878', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('878', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
                ('880', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('880', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('880', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('880', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('880', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('880', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('880', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('880', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('880', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
@@ -26713,117 +27308,117 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('886', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('886', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('886', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('887', '2', 'Source of data', 'Source of data', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('887', 'a', 'Content of non-MARC field', 'Content of non-MARC field', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('887', '2', 'Fonte dei dati', 'Fonte dei dati', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('887', 'a', 'Contenuto del campo non-MARC', 'Contenuto del campo non-MARC', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('896', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('896', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('896', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('896', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('896', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('896', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('897', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('897', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('897', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('897', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('897', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('897', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('898', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('898', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('898', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('898', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'IR', '', '', NULL),
                ('898', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('898', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('898', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('899', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('899', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('899', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'IR', '', '', NULL),
-               ('899', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('899', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('900', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('900', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('900', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('899', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('899', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('900', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('900', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('900', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('901', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('901', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('901', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
@@ -27078,72 +27673,72 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('907', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('908', 'a', 'Put command parameter', 'Put command parameter', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('910', 'a', 'User-option data', 'User-option data', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('911', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('911', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('911', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 's', 'Version', 'Version', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('930', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('911', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 's', 'Versione', 'Versione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('930', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('936', 'a', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', 1, -6, 'IR', '', '', NULL),
-               ('940', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('940', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, -6, 'IR', '', '', NULL),
+               ('940', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('940', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('941', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('941', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('943', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 9, '', '', '', 1, 5, 'IR', '', '130', NULL),
-               ('943', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('943', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('941', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('943', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, 5, 'IR', '', '130', NULL),
+               ('943', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('943', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('945', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('945', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('945', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
@@ -27340,16 +27935,16 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('950', 'w', 'Subscription status code, LANT (RLIN)', 'Subscription status code, LANT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('950', 'y', 'Date, LVOL (RLIN)', 'Date, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('950', 'z', 'Retention, LVOL (RLIN)', 'Retention, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('951', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('951', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('951', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('951', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('951', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('951', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('951', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('951', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('951', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('951', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('951', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('951', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('951', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('951', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('951', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('951', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('951', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('951', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('951', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('955', 'a', 'Classification number, CCAL (RLIN)', 'Classification number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('955', 'b', 'Book number/undivided call number, CCAL (RLIN)', 'Book number/undivided call number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('955', 'c', 'Copy information and material description, CCAL + MDES (RLIN)', 'Copy information and material description, CCAL + MDES (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
@@ -27360,176 +27955,176 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('955', 'r', 'Circulation control number, HNT (RLIN)', 'Circulation control number, HNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('955', 's', 'Shelflist note, HNT (RLIN)', 'Shelflist note, HNT (RLIN)', 1, 0, '', 9, '', '', '', 1, 5, 'IR', '', '', NULL),
                ('955', 'u', 'Non-printing notes, HNT (RLIN)', 'Non-printing notes, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('956', '2', 'Access method', 'Access method', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', '3', 'Materials specified', 'Materials specified', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'a', 'Host name', 'Host name', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'b', 'Access number', 'Access number', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'c', 'Compression information', 'Compression information', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'd', 'Path', 'Path', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'i', 'Instruction', 'Instruction', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('956', 'k', 'Password', 'Password', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('956', 'l', 'Logon', 'Logon', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('956', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'o', 'Operating system', 'Operating system', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'p', 'Port', 'Port', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'r', 'Settings', 'Settings', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 's', 'File size', 'File size', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -6, 'IR', '', '', NULL),
-               ('956', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'w', 'Record control number', 'Record control number', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', 0, 6, 'IR', '', '', NULL),
-               ('956', 'y', 'Link text', 'Link text', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('956', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'p', 'Porta', 'Porta', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'r', 'Parametri', 'Parametri', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -6, 'IR', '', '', NULL),
+               ('956', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', 0, 6, 'IR', '', '', NULL),
+               ('956', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('956', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('960', '3', 'Materials specified, MATL', 'Materials specified, MATL', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
                ('960', 'a', 'Physical location, PLOC (RLIN)', 'Physical location, PLOC (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('967', 'a', 'GNR (RLIN)', 'GNR (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('967', 'c', 'PSI (RLIN)', 'PSI (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('980', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('980', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('981', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('982', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('980', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('980', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('981', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('982', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
                ('982', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('982', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
-               ('983', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('983', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('984', 'a', 'Holding library identification number', 'Holding library identification number', 0, 0, '', 9, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('984', 'b', 'Physical description codes', 'Physical description codes', 1, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('984', 'c', 'Call number', 'Call number', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('984', 'd', 'Volume or other numbering', 'Volume or other numbering', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('984', 'e', 'Dates', 'Dates', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('982', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('982', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
+               ('983', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('983', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
+               ('984', 'a', 'Numero idenficativo biblioteca proprietaria', 'Numero idenficativo biblioteca proprietaria', 0, 0, '', 9, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('984', 'b', 'Codici descrizione fisica', 'Codici descrizione fisica', 1, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('984', 'c', 'Numero di chiamata', 'Numero di chiamata', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('984', 'd', 'Volume o altra numerazione', 'Volume o altra numerazione', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('984', 'e', 'Date', 'Date', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('984', 'f', 'Completeness note', 'Completeness note', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('984', 'g', 'Referral note', 'Referral note', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('984', 'h', 'Retention note', 'Retention note', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('987', 'a', 'Romanization/conversion identifier', 'Romanization/conversion identifier', 0, 0, '', 9, '', '', '', NULL, -6, 'IR', '', '', NULL),
-               ('987', 'b', 'Agency that converted, created or reviewed', 'Agency that converted, created or reviewed', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('987', 'c', 'Date of conversion or review', 'Date of conversion or review', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('987', 'd', 'Status code', 'Status code ', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('987', 'e', 'Version of conversion program used', 'Version of conversion program used', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('987', 'f', 'Note', 'Note', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('987', 'b', 'Agenzia che ha convertito, creato o rivisto', 'Agenzia che ha convertito, creato o rivisto', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('987', 'c', 'Data della conversione o della revisione', 'Data della conversione o della revisione', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('987', 'd', 'Codice dello status', 'Codice dello status', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('987', 'e', 'Versione del programma usato per la conversione', 'Versione del programma usato per la conversione', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('987', 'f', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('990', 'a', 'Link information for 9XX fields', 'Link information for 9XX fields', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('990', 'b', 'Link information for field corresponding to 9XX field', 'Link information for field corresponding to 9XX field', 1, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('995', '0', 'Withdrawn status [LOCAL, KOHA]', 'Withdrawn status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', '1', 'Lost status [LOCAL, KOHA]', 'Lost status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', '2', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('995', '3', 'Use restrictions [LOCAL, KOHA]', 'Use restrictions [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', '4', 'Koha normalized classification for sorting [LOCAL, KOHA]', 'Koha normalized classification for sorting [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', '5', 'Coded location qualifier [LOCAL, KOHA]', 'Coded location qualifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('995', '6', 'Copy number [LOCAL, KOHA]', 'Copy number [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'IR', '', '', NULL),
-               ('995', '7', 'Uniform Resource Identifier [LOCAL, KOHA]', 'Uniform Resource Identifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', 1, 5, 'IR', '', '', NULL),
-               ('995', '8', 'Collection code [LOCAL, KOHA]', 'Collection code [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', '9', 'Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]', 'Internal itemnumber (Koha itemnumber) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'c', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'd', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'e', 'Genre detail', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'f', 'Barcode', 'Barcode', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'g', 'Barcode prefix', 'Barcode prefix', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'h', 'Barcode incrementation', 'Barcode incrementation', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'i', 'Barcode suffix', 'Barcode suffix', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'j', 'Section', 'Section', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 1, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'p', 'Serial', 'Serial', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'q', 'Intended audience (age level)', 'Intended audience (age level)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 's', 'Acquisition mode', 'Acquisition mode', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 't', 'Genre', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'u', 'Copy note', 'Copy note', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'v', 'Periodical number', 'Periodical number', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'w', 'Recipient organisation code', 'Recipient organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'x', 'Recipient organisation, free text', 'Recipient organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'y', 'Recipient parent organisation code', 'Recipient parent organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
-               ('995', 'z', 'Recipient parent organisation, free text', 'Recipient parent organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', '0', 'Ritiro della copia', 'Ritiro della copia', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', '1', 'Copia smarrita', 'Copia smarrita', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', '2', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 0, 0, '', 9, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('995', '3', 'Restrizioni d\'uso', 'Restrizioni d\'uso', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', '4', 'Classificazione normalizzata Koha per l\'ordinamento', 'Classificazione normalizzata Koha per l\'ordinamento', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', '5', 'Qualificatore dell\'ubicazione', 'Qualificatore dell\'ubicazione', 1, 0, '', 9, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('995', '6', 'Numero della copia', 'Numero della copia', 0, 0, '', 9, '', '', '', NULL, 5, 'IR', '', '', NULL),
+               ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, 5, 'IR', '', '', NULL),
+               ('995', '8', 'Collezione Koha', 'Collezione Koha', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', '9', 'Numero interno di copia (Koha itemnumber, autogenerato)', 'Numero interno di copia (Koha itemnumber, autogenerato)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'a', 'Bib. proprietaria della copia (testo libero)', 'Bib. proprietaria della copia (testo libero)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'b', 'Bib. proprietaria della copia', 'Bib. proprietaria della copia', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'c', 'Bib. che possiede o presta (holding branch)', 'Bib. che possiede o presta (holding branch)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'd', 'Bib. che possiede o presta (codice)', 'Bib. che possiede o presta (codice)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'e', 'Dettaglio del genere', 'Dettaglio del genere', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'f', 'Codice a barre', 'Codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'g', 'Prefisso del codice a barre', 'Prefisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'h', 'Incremento del codice a barre', 'Incremento del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'i', 'Suffisso del codice a barre', 'Suffisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'j', 'Sezione', 'Sezione', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'k', 'Collocazione', 'Collocazione', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'l', 'Numerazione (volume o altre parti)', 'Numerazione (volume o altre parti)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'm', 'Data del prestito o deposito', 'Data del prestito o deposito', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'n', 'Data scadenza del prestito', 'Data scadenza del prestito', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'o', 'Tipo di circolazione (non a prestito)', 'Tipo di circolazione (non a prestito)', 1, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'p', 'Periodico', 'Periodico', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'q', 'Pubblico destinato (età)', 'Pubblico destinato (età)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'r', 'Tipologia della copia e del materiale', 'Tipologia della copia e del materiale', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 's', 'Modalità d\'acquisto', 'Modalità d\'acquisto', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 't', 'Genere', 'Genere', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'u', 'Nota della copia', 'Nota della copia', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'v', 'Numero periodico', 'Numero periodico', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'w', 'Codice dell\'ente destinatario', 'Codice dell\'ente destinatario', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'x', 'Ente destinatario, testo libero', 'Ente destinatario, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'y', 'Codice dell\'ente destinatario superiore', 'Codice dell\'ente destinatario superiore', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
+               ('995', 'z', 'Ente destinatario superiore, testo libero', 'Ente destinatario superiore, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('998', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('998', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
-               ('998', 'd', 'First date, FD (RLIN)', 'First Date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
+               ('998', 'd', 'First date, FD (RLIN)', 'First date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'IR', '', '', NULL),
                ('998', 'i', 'RINS (RLIN)', 'RINS (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('998', 'l', 'LI (RLIN)', 'LI (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
                ('998', 'n', 'NUC (RLIN)', 'NUC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'IR', '', '', NULL),
@@ -27551,7 +28146,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', 'SER');
+               ('999', 'Sys Number locale (Koha)', 'Sys Number locale (Koha)', 1, 0, '', 'SER');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
                ('999', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, NULL, -1, NULL, NULL, '', NULL, -5, 'SER', '', '', NULL),
@@ -27566,8 +28161,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for primary biblioitems Field/Subfields.
 
 
---             ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'SER', '', '', NULL),
---             ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'SER', '', '', NULL),
+--      ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', 'marc21_classcodes.pl', NULL, 0, 'SER', '', '', NULL),
+--      ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', 'marc21_callnumber.pl', NULL, 0, 'SER', '', '', NULL),
 
 
 
@@ -27575,21 +28170,21 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', 'SER');
+               ('942', 'Dati aggiuntivi (Koha)', 'Dati aggiuntivi (Koha)', 0, 0, '', 'SER');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'SER', '', '', NULL),
-               ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'SER', '', '', NULL),
+               ('942', '0', 'Numero prestiti (tutte le copie)', 'Numero prestiti (tutte le copie)', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, 'SER', '', '', NULL),
+               ('942', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'biblioitems.cn_source', 9, 'cn_source', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('942', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, 'SER', '', '', NULL),
                ('942', 'a', 'Institution code [OBSOLETE]', 'Institution code [OBSOLETE]', 0, 0, '', 9, '', '', '', NULL, -5, 'SER', '', '', NULL),
-               ('942', 'c', 'Item type', 'Item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('942', 'e', 'Edition', 'Edition', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('942', 'h', 'Classification part', 'Classification part', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('942', 'i', 'Item part', 'Item part', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'SER', '', '', NULL),
-               ('942', 'k', 'Call number prefix', 'Call number prefix', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('942', 'm', 'Call number suffix', 'Call number suffix', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('942', 'n', 'Suppress in OPAC', 'Suppress in OPAC', 0, 0, NULL, 9, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'SER', '', '', NULL);
+               ('942', 'c', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('942', 'e', 'Edizione', 'Edizione', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('942', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, 'biblioitems.cn_class', 9, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('942', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, 'biblioitems.cn_item', 9, '', '', '', NULL, 9, 'SER', '', '', NULL),
+               ('942', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_prefix', 9, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('942', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, 'biblioitems.cn_suffix', 9, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('942', 'n', 'Nasconto in Opac', 'Nasconto in Opac', 0, 0, NULL, 9, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('942', 's', 'Flag seriale', 'Flag seriale', 0, 0, 'biblio.serial', 9, '', '', '', 0, -5, 'SER', '', '', NULL);
 
 
 -- ******************************************************
@@ -27598,8 +28193,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 -- Plugins which need to be written for items Field/Subfields
 
 
---             ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'SER', '', '', NULL),
---             ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'SER', '', '', NULL),
+--      ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, '', '', 'marc21_classcodes.pl', NULL, 0, 'SER', '', '', NULL),
+--      ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', 'marc21_itemcallnumber.pl', NULL, 0, 0, 'SER', '', '', NULL),
 
 
 
@@ -27607,44 +28202,44 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
-               ('952', 'LOCATION AND ITEM INFORMATION (KOHA)', 'LOCATION AND ITEM INFORMATION (KOHA)', 1, 0, '', 'SER');
+               ('952', 'Dati di copia (Koha)', 'Dati di copia (Koha)', 1, 0, '', 'SER');
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-            ('952', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', '1', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('952', '3', 'Materials specified (bound volume or other part)', 'Materials specified (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('952', '4', 'Damaged status', 'Damaged status', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('952', '0', 'Ritirato (status)', 'Ritirato (status)', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', '1', 'Perso (status)', 'Perso (status)', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, 'items.cn_source', 10, 'cn_source', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('952', '3', 'Materiali specifici (rilegati o simili)', 'Materiali specifici (rilegati o simili)', 0, 0, 'items.materials', 10, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('952', '4', 'Danneggiato (status)', 'Danneggiato (status)', 0, 0, 'items.damaged', 10, 'DAMAGED', '', '', NULL, 0, 'SER', '', '', NULL),
                ('952', '5', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'SER', '', '', NULL),
-               ('952', '7', 'Not for loan', 'Not for loan', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', '8', 'Collection code', 'Collection code', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', '9', 'Koha itemnumber (autogenerated)', 'Koha itemnumber', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'SER', '', '', NULL),
-               ('952', 'a', 'Permanent location', 'Permanent location', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', 'b', 'Current location', 'Current location', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', 'c', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', 'd', 'Date acquired', 'Date acquired', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'SER', '', '', NULL),
-               ('952', 'e', 'Source of acquisition', 'Source of acquisition', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', 'f', 'Coded location qualifier', 'Coded location qualifier', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('952', 'g', 'Cost, normal purchase price', 'Cost, normal purchase price', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', 'h', 'Serial Enumeration / chronology','Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'SER', '', '', NULL),
-        ('952', 'i', 'Inventory number','Inventory number', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', 'j', 'Shelving control number', 'Shelving control number', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('952', 'l', 'Total Checkouts', 'Total Checkouts', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'SER', '', '', NULL),
-               ('952', 'm', 'Total Renewals', 'Total Renewals', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'SER', '', '', NULL),
-               ('952', 'n', 'Total Holds', 'Total Holds', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'SER', '', '', NULL),
-               ('952', 'o', 'Full call number', 'Full call number', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'SER', '', '', NULL),
-               ('952', 'p', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'SER', '', '', NULL),
-               ('952', 'q', 'Checked out', 'Checked out', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'SER', '', '', NULL),
-               ('952', 'r', 'Date last seen', 'Date last seen', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'SER', '', '', NULL),
-               ('952', 's', 'Date last borrowed', 'Date last borrowed', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'SER', '', '', NULL),
-               ('952', 't', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('952', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'SER', '', '', NULL),
-               ('952', 'v', 'Cost, replacement price', 'Cost, replacement price', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', 'w', 'Price effective from', 'Price effective from', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('952', 'x', 'Non-public note', 'Non-public note', 0, 0, '', 10, '', '', '', NULL, 1, 'SER', '', '', NULL),
-               ('952', 'y', 'Koha item type', 'Koha item type', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('952', 'z', 'Public note', 'Public note', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'SER', '', '', NULL);
+               ('952', '6', 'Class. Normalizzata per ordinamento', 'Class. Normalizzata per ordinamento', 0, 0, 'items.cn_sort', -1, '', '', '', 0, 7, 'SER', '', '', NULL),
+               ('952', '7', 'Non per il presito', 'Non per il presito', 0, 0, 'items.notforloan', 10, 'NOT_LOAN', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', '8', 'Codice collezione', 'Codice collezione', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', '9', 'Numero di copia (ID autogenerato)', 'Numero di copia (ID autogenerato)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, 7, 'SER', '', '', NULL),
+               ('952', 'a', 'Biblioteca proprietaria', 'Biblioteca proprietaria', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', 'b', 'Biblioteca in cui si trova', 'Biblioteca in cui si trova', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 0, 0, 'items.dateaccessioned', 10, '', '', 'dateaccessioned.pl', 0, 0, 'SER', '', '', NULL),
+               ('952', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, 'items.booksellerid', 10, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 0, 0, 'items.coded_location_qualifier', 10, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('952', 'g', 'Costo, prezzo di acquisto', 'Costo, prezzo di acquisto', 0, 0, 'items.price', 10, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', 'h', 'Enumerazione seriale / cronologia', 'Enumerazione seriale / cronologia', 0, 0, 'items.enumchron', 10, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', 'i', 'Numero di inventario', 'Numero di inventario', 0, 0, 'items.stocknumber', 10, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, 'items.stack', 10, 'STACK', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('952', 'l', 'Totale prestiti', 'Totale prestiti', 0, 0, 'items.issues', 10, '', '', '', NULL, -5, 'SER', '', '', NULL),
+               ('952', 'm', 'Totale rinnovi', 'Totale rinnovi', 0, 0, 'items.renewals', 10, '', '', '', NULL, -5, 'SER', '', '', NULL),
+               ('952', 'n', 'Totale prenotazioni', 'Totale prenotazioni', 0, 0, 'items.reserves', 10, '', '', '', NULL, -5, 'SER', '', '', NULL),
+               ('952', 'o', 'Collocazione', 'Collocazione', 0, 0, 'items.itemcallnumber', 10, '', '', NULL, 0, 0, 'SER', '', '', NULL),
+               ('952', 'p', 'Codice a barre', 'Codice a barre', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, 'SER', '', '', NULL),
+               ('952', 'q', 'Prestito', 'Prestito', 0, 0, 'items.onloan', 10, '', '', '', NULL, -5, 'SER', '', '', NULL),
+               ('952', 'r', 'Data ultima operazione', 'Data ultima operazione', 0, 0, 'items.datelastseen', 10, '', '', '', NULL, -5, 'SER', '', '', NULL),
+               ('952', 's', 'Data ultimo prestito', 'Data ultimo prestito', 0, 0, 'items.datelastborrowed', 10, '', '', '', NULL, -5, 'SER', '', '', NULL),
+               ('952', 't', 'Numero di copia', 'Numero di copia', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('952', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 0, 0, 'items.uri', 10, '', '', '', 1, 0, 'SER', '', '', NULL),
+               ('952', 'v', 'Costo, costo di riacquisto', 'Costo, costo di riacquisto', 0, 0, 'items.replacementprice', 10, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', 'w', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, 'items.replacementpricedate', 10, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('952', 'x', 'Nota non pubblica', 'Nota non pubblica', 0, 0, '', 10, '', '', '', NULL, 1, 'SER', '', '', NULL),
+               ('952', 'y', 'Tipo copia default (Koha)', 'Tipo copia default (Koha)', 0, 0, 'items.itype', 10, 'itemtypes', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('952', 'z', 'Nota pubblica', 'Nota pubblica', 0, 0, 'items.itemnotes', 10, '', '', '', NULL, 0, 'SER', '', '', NULL);
 
 
 
@@ -27658,275 +28253,275 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
                ('000', 'LEADER', 'LEADER', 0, 1, '', 'SER'),
-               ('001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 0, '', 'SER'),
-               ('003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 0, '', 'SER'),
-               ('005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 0, '', 'SER'),
-               ('006', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION', 1, 0, '', 'SER'),
-               ('007', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 'PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION', 1, 0, '', 'SER'),
-               ('008', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 'FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION', 0, 1, '', 'SER'),
+               ('001', 'Numero di controllo', 'Numero di controllo', 0, 0, '', 'SER'),
+               ('003', 'Identificatore del numero di controllo', 'Identificatore del numero di controllo', 0, 0, '', 'SER'),
+               ('005', 'Data e orario dell\'ultima transazione', 'Data e orario dell\'ultima transazione', 0, 0, '', 'SER'),
+               ('006', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 'Elementi di lunghezza fissa--Caratteristiche del materiale allegato--Informazione generale', 1, 0, '', 'SER'),
+               ('007', 'Campo fisso per la descrizione fisica--informazione generale', 'Campo fisso per la descrizione fisica--informazione generale', 1, 0, '', 'SER'),
+               ('008', 'Elementi di lunghezza fissa--Informazione generale', 'Elementi di lunghezza fissa--Informazione generale', 0, 1, '', 'SER'),
                ('009', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]', 1, 0, '', 'SER'),
-               ('010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, '', 'SER'),
+               ('010', 'Numero di controllo della Library of Congress', 'Numero di controllo della Library of Congress', 0, 0, '', 'SER'),
                ('011', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 'LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]', 0, 0, '', 'SER'),
-               ('013', 'PATENT CONTROL INFORMATION', 'PATENT CONTROL INFORMATION', 1, 0, '', 'SER'),
-               ('015', 'NATIONAL BIBLIOGRAPHY NUMBER', 'NATIONAL BIBLIOGRAPHY NUMBER', 1, 0, '', 'SER'),
-               ('016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, '', 'SER'),
-               ('017', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 'COPYRIGHT OR LEGAL DEPOSIT NUMBER', 1, 0, '', 'SER'),
-               ('018', 'COPYRIGHT ARTICLE-FEE CODE', 'COPYRIGHT ARTICLE-FEE CODE', 0, 0, '', 'SER'),
-               ('020', 'INTERNATIONAL STANDARD BOOK NUMBER', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL, 'SER'),
-               ('022', 'ISSN', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL, 'SER'),
+               ('013', 'Informazioni impiegate per il controllo di brevetti', 'Informazioni impiegate per il controllo di brevetti', 1, 0, '', 'SER'),
+               ('015', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 'SER'),
+               ('016', 'Numero di controllo dell\'agenzia bibliografica nazionale', 'Numero di controllo dell\'agenzia bibliografica nazionale', 1, 0, '', 'SER'),
+               ('017', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 'SER'),
+               ('018', 'Codice di tassa sul copyright dell’articolo', 'Codice di tassa sul copyright dell’articolo', 0, 0, '', 'SER'),
+               ('020', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 'SER'),
+               ('022', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 'SER'),
                ('023', 'STANDARD FILM NUMBER (VM) [DELETED]', 'STANDARD FILM NUMBER (VM) [DELETED]', 1, 0, NULL, 'SER'),
-               ('024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL, 'SER'),
-               ('025', 'OVERSEAS ACQUISITION NUMBER', 'OVERSEAS ACQUISITION NUMBER', 1, 0, '', 'SER'),
-               ('026', 'FINGERPRINT IDENTIFIER', 'FINGERPRINT IDENTIFIER', 1, 0, '', 'SER'),
-               ('027', 'STANDARD TECHNICAL REPORT NUMBER', 'STANDARD TECHNICAL REPORT NUMBER', 1, 0, '', 'SER'),
-               ('028', 'PUBLISHER NUMBER', 'PUBLISHER NUMBER', 1, 0, NULL, 'SER'),
-               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', ' (OCLC)', 1, 0, '', 'SER'),
-               ('030', 'CODEN DESIGNATION', 'CODEN DESIGNATION', 1, 0, '', 'SER'),
-               ('031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, '', 'SER'),
-               ('032', 'POSTAL REGISTRATION NUMBER', 'POSTAL REGISTRATION NUMBER', 1, 0, '', 'SER'),
-               ('033', 'DATE/TIME AND PLACE OF AN EVENT', 'DATE/TIME AND PLACE OF AN EVENT', 1, 0, '', 'SER'),
-               ('034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, '', 'SER'),
-               ('035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL, 'SER'),
-               ('036', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 'ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES', 0, 0, '', 'SER'),
-               ('037', 'PUBLICATION, DISTRIBUTION DETAILS--SOURCE OF ACQUISITION', 'SOURCE OF ACQUISITION', 1, 0, NULL, 'SER'),
-               ('038', 'RECORD CONTENT LICENSOR', 'RECORD CONTENT LICENSOR', 0, 0, '', 'SER'),
+               ('024', 'Altri identificatori standard', 'Altri identificatori standard', 1, 0, NULL, 'SER'),
+               ('025', 'Numero di acquisito estero', 'Numero di acquisito estero', 1, 0, '', 'SER'),
+               ('026', 'Identificatore dell’impronta', 'Identificatore dell’impronta', 1, 0, '', 'SER'),
+               ('027', 'Standard Technical Report Number', 'Standard Technical Report Number', 1, 0, '', 'SER'),
+               ('028', 'Numero dell’editore', 'Numero dell’editore', 1, 0, NULL, 'SER'),
+               ('029', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 'OTHER SYSTEM CONTROL NUMBER (OCLC)', 1, 0, '', 'SER'),
+               ('030', 'Designazione CODEN', 'Designazione CODEN', 1, 0, '', 'SER'),
+               ('031', 'Informazione sugli incipit musicali', 'Informazione sugli incipit musicali', 1, 0, '', 'SER'),
+               ('032', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 1, 0, '', 'SER'),
+               ('033', 'Data/ora e luogo di un evento', 'Data/ora e luogo di un evento', 1, 0, '', 'SER'),
+               ('034', 'Dati matematici codificati per il materiale cartografico', 'Dati matematici codificati per il materiale cartografico', 1, 0, '', 'SER'),
+               ('035', 'Numero di controllo del sistema', 'Numero di controllo del sistema', 1, 0, NULL, 'SER'),
+               ('036', 'Numero dello studio originale del computer data file', 'Numero dello studio originale del computer data file', 0, 0, '', 'SER'),
+               ('037', 'Fonte d’acquisto', 'Fonte d’acquisto', 1, 0, NULL, 'SER'),
+               ('038', 'Licenza d’uso del contenuto della registrazione', 'Licenza d’uso del contenuto della registrazione', 0, 0, '', 'SER'),
                ('039', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 'LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]', 0, 0, '', 'SER'),
-               ('040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 0, NULL, 'SER'),
-               ('041', 'LANGUAGE CODE', 'LANGUAGE CODE', 1, 0, '', 'SER'),
-               ('042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, '', 'SER'),
-               ('043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL, 'SER'),
-               ('044', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 'COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE', 0, 0, '', 'SER'),
-               ('045', 'TIME PERIOD OF CONTENT', 'TIME PERIOD OF CONTENT', 0, 0, '', 'SER'),
-               ('046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, '', 'SER'),
-               ('047', 'FORM OF MUSICAL COMPOSITION CODE', 'FORM OF MUSICAL COMPOSITION CODE', 1, 0, '', 'SER'),
-               ('048', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 'NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE', 1, 0, '', 'SER'),
+               ('040', 'Fonte della catalogazione', 'Fonte della catalogazione', 0, 0, NULL, 'SER'),
+               ('041', 'Codice di lingua', 'Codice di lingua', 1, 0, '', 'SER'),
+               ('042', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 'SER'),
+               ('043', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 0, 0, NULL, 'SER'),
+               ('044', 'Codice del paese dell’ente che pubblica/produce l’item', 'Codice del paese dell’ente che pubblica/produce l’item', 0, 0, '', 'SER'),
+               ('045', 'Periodo di tempo del contenuto', 'Periodo di tempo del contenuto', 0, 0, '', 'SER'),
+               ('046', 'Codice delle date speciali', 'Codice delle date speciali', 1, 0, '', 'SER'),
+               ('047', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 'SER'),
+               ('048', 'Codice del numero degli strumenti musicali o delle voci', 'Codice del numero degli strumenti musicali o delle voci', 1, 0, '', 'SER'),
                ('049', 'LOCAL HOLDINGS (OCLC)', 'LOCAL HOLDINGS (OCLC)', 0, 0, '', 'SER'),
-               ('050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL, 'SER'),
-               ('051', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 'LIBRARY OF CONGRESS COPY, ISSUE, OFFPRINT STATEMENT', 1, 0, NULL, 'SER'),
-               ('052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL, 'SER'),
-               ('055', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 'CLASSIFICATION NUMBERS ASSIGNED IN CANADA', 1, 0, NULL, 'SER'),
-               ('060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL, 'SER'),
-               ('061', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 'NATIONAL LIBRARY OF MEDICINE COPY STATEMENT', 1, 0, NULL, 'SER'),
-               ('066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL, 'SER'),
-               ('070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL, 'SER'),
-               ('071', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 'NATIONAL AGRICULTURAL LIBRARY COPY STATEMENT', 1, 0, NULL, 'SER'),
-               ('072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL, 'SER'),
-               ('074', 'GPO ITEM NUMBER', 'GPO ITEM NUMBER', 1, 0, NULL, 'SER'),
-               ('080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'SER'),
-               ('082', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL, 'SER'),
-               ('084', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL, 'SER'),
-               ('086', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL, 'SER'),
+               ('050', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 1, 0, NULL, 'SER'),
+               ('051', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 'Formulazione dell’esemplare, emissione, estratto, della Library of Congress', 1, 0, NULL, 'SER'),
+               ('052', 'Classificazione geografica', 'Classificazione geografica', 1, 0, NULL, 'SER'),
+               ('055', 'Numero di classificazione assegnati in Canada', 'Numero di classificazione assegnati in Canada', 1, 0, NULL, 'SER'),
+               ('060', 'Numero di chiamata (collocazione) della National Library of Medicine', 'Numero di chiamata (collocazione) della National Library of Medicine', 1, 0, NULL, 'SER'),
+               ('061', 'Formulazione dell’esemplare della National Library of Medicine', 'Formulazione dell’esemplare della National Library of Medicine', 1, 0, NULL, 'SER'),
+               ('066', 'Set di caratteri presenti', 'Set di caratteri presenti', 0, 0, NULL, 'SER'),
+               ('070', 'Numero di chiamata (collocazione) della National Agricultural Library', 'Numero di chiamata (collocazione) della National Agricultural Library', 1, 0, NULL, 'SER'),
+               ('071', 'Formulazione dell’esemplare della National Agricultural Library', 'Formulazione dell’esemplare della National Agricultural Library', 1, 0, NULL, 'SER'),
+               ('072', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 1, 0, NULL, 'SER'),
+               ('074', 'Numero GPO dell’item', 'Numero GPO dell’item', 1, 0, NULL, 'SER'),
+               ('080', 'Numero di classificazione decimale universale', 'Numero di classificazione decimale universale', 1, 0, NULL, 'SER'),
+               ('082', 'Numero di classificazione Decimale Dewey', 'Numero di classificazione Decimale Dewey', 1, 0, NULL, 'SER'),
+               ('084', 'Numero d’altra classificazione', 'Numero d’altra classificazione', 1, 0, NULL, 'SER'),
+               ('086', 'Numero di classificazione di documento governativo', 'Numero di classificazione di documento governativo', 1, 0, NULL, 'SER'),
                ('087', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 'REPORT NUMBER [OBSOLETE, CAN/MARC]', 1, 0, NULL, 'SER'),
-               ('088', 'REPORT NUMBER', 'REPORT NUMBER', 1, 0, NULL, 'SER'),
-               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, '', 'SER'),
+               ('088', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 'SER'),
+               ('090', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 1, 0, '', 'SER'),
                ('091', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 'MICROFILM SHELF LOCATION (AM) [OBSOLETE]', 0, 0, '', 'SER'),
                ('092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, '', 'SER'),
                ('096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, '', 'SER'),
                ('098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, '', 'SER'),
                ('099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, '', 'SER'),
-               ('100', 'MAIN ENTRY--PERSONAL EDITOR', 'MAIN ENTRY--PERSONAL NAME', 0, 0, NULL, 'SER'),
-               ('110', 'MAIN ENTRY--CORPORATE EDITOR', 'MAIN ENTRY--CORPORATE NAME', 0, 0, NULL, 'SER'),
-               ('111', 'MAIN ENTRY--MEETING NAME', 'MAIN ENTRY--MEETING NAME', 0, 0, NULL, 'SER'),
-               ('130', 'MAIN ENTRY--UNIFORM TITLE', 'MAIN ENTRY--UNIFORM TITLE', 0, 0, NULL, 'SER'),
-               ('210', 'ABBREVIATED TITLE', 'ABBREVIATED TITLE', 1, 0, NULL, 'SER'),
+               ('100', 'Accesso principale -- nome di persona', 'Accesso principale -- nome di persona', 0, 0, NULL, 'SER'),
+               ('110', 'Accesso principale--nome di ente', 'Accesso principale--nome di ente', 0, 0, NULL, 'SER'),
+               ('111', 'Accesso principale--nome di convegno', 'Accesso principale--nome di convegno', 0, 0, NULL, 'SER'),
+               ('130', 'Accesso principale--titolo uniforme', 'Accesso principale--titolo uniforme', 0, 0, NULL, 'SER'),
+               ('210', 'Titolo abbreviato', 'Titolo abbreviato', 1, 0, NULL, 'SER'),
                ('211', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 'ACRONYM OR SHORTENED TITLE [OBSOLETE]', 1, 0, NULL, 'SER'),
                ('212', 'VARIANT ACCESS TITLE [OBSOLETE]', 'VARIANT ACCESS TITLE [OBSOLETE]', 1, 0, NULL, 'SER'),
                ('214', 'AUGMENTED TITLE [OBSOLETE]', 'AUGMENTED TITLE [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('222', 'KEY TITLE', 'KEY TITLE', 1, 0, NULL, 'SER'),
-               ('240', 'UNIFORM TITLE', 'UNIFORM TITLE', 0, 0, 'Unititle', 'SER'),
+               ('222', 'Titolo chiave', 'Titolo chiave', 1, 0, NULL, 'SER'),
+               ('240', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'Unititle', 'SER'),
                ('241', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 'ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]', 0, 0, '', 'SER'),
-               ('242', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 'TRANSLATION OF TITLE BY CATALOGING AGENCY', 1, 0, NULL, 'SER'),
-               ('243', 'COLLECTIVE UNIFORM TITLE', 'COLLECTIVE UNIFORM TITLE', 0, 0, '', 'SER'),
-               ('245', 'TITLE', 'TITLE STATEMENT', 0, 1, '', 'SER'),
-               ('246', 'VARYING FORM OF TITLE', 'VARYING FORM OF TITLE', 1, 0, NULL, 'SER'),
-               ('247', 'FORMER TITLE', 'FORMER TITLE', 1, 0, NULL, 'SER'),
-               ('250', 'EDITION STATEMENT', 'EDITION STATEMENT', 0, 0, NULL, 'SER'),
-               ('254', 'MUSICAL PRESENTATION STATEMENT', 'MUSICAL PRESENTATION STATEMENT', 0, 0, NULL, 'SER'),
-               ('255', 'CARTOGRAPHIC MATHEMATICAL DATA', 'CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL, 'SER'),
-               ('256', 'COMPUTER FILE CHARACTERISTICS', 'COMPUTER FILE CHARACTERISTICS', 0, 0, NULL, 'SER'),
-               ('257', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 'COUNTRY OF PRODUCING ENTITY FOR ARCHIVAL FILMS', 0, 0, NULL, 'SER'),
-               ('258', 'PHILATELIC ISSUE DATE', 'PHILATELIC ISSUE DATE', 1, 0, NULL, 'SER'),
-               ('260', 'PUBLISHER--PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 'PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)', 1, 0, NULL, 'SER'),
+               ('242', 'Traduzione del titolo dell’agenzia di catalogazione', 'Traduzione del titolo dell’agenzia di catalogazione', 1, 0, NULL, 'SER'),
+               ('243', 'Titolo uniforme collettivo', 'Titolo uniforme collettivo', 0, 0, '', 'SER'),
+               ('245', 'Formulazione del titolo', 'Formulazione del titolo', 0, 1, '', 'SER'),
+               ('246', 'Varianti del titolo', 'Varianti del titolo', 1, 0, NULL, 'SER'),
+               ('247', 'Titolo precedente', 'Titolo precedente', 1, 0, NULL, 'SER'),
+               ('250', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, NULL, 'SER'),
+               ('254', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, NULL, 'SER'),
+               ('255', 'Dati matematici del materiale cartografico', 'Dati matematici del materiale cartografico', 1, 0, NULL, 'SER'),
+               ('256', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, NULL, 'SER'),
+               ('257', 'Paese dell’ente produttore dei film d’archivio', 'Paese dell’ente produttore dei film d’archivio', 0, 0, NULL, 'SER'),
+               ('258', 'Dati dell’emissione filatelica', 'Dati dell’emissione filatelica', 1, 0, NULL, 'SER'),
+               ('260', 'Pubblicazione, distribuzione, ecc. (stampa)', 'Pubblicazione, distribuzione, ecc. (stampa)', 1, 0, NULL, 'SER'),
                ('261', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'IMPRINT STATEMENT FOR FILMS (Pre-AACR 1 Revised) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, NULL, 'SER'),
                ('262', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 'IMPRINT STATEMENT FOR SOUND RECORDINGS (Pre-AACR 2) [LOCAL, USA]', 0, 0, NULL, 'SER'),
-               ('263', 'PROJECTED PUBLICATION DATE', 'PROJECTED PUBLICATION DATE', 0, 0, NULL, 'SER'),
+               ('263', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, NULL, 'SER'),
                ('265', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 'SOURCE FOR ACQUISITION/SUBSCRIPTION ADDRESS [OBSOLETE]', 0, 0, NULL, 'SER'),
-               ('270', 'PUBLICATION, DISTRIBUTION DETAILS--ADDRESS', 'ADDRESS', 1, 0, NULL, 'SER'),
-               ('300', 'PHYSICAL DESCRIPTION', 'PHYSICAL DESCRIPTION', 1, 1, NULL, 'SER'),
+               ('270', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 'SER'),
+               ('300', 'Descrizione fisica', 'Descrizione fisica', 1, 1, NULL, 'SER'),
                ('301', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 'PHYSICAL DESCRIPTION FOR FILMS (PRE-AACR 2) (VM) [OBSOLETE, USMARC]', 0, 0, NULL, 'SER'),
                ('302', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 'PAGE OR ITEM COUNT (BK AM) [OBSOLETE]', 0, 0, NULL, 'SER'),
                ('303', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 'UNIT COUNT (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'SER'),
                ('304', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 'LINEAR FOOTAGE (AM) [OBSOLETE, USMARC]', 0, 0, NULL, 'SER'),
                ('305', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR SOUND RECORDINGS (Pre-AACR 2) (MU) [OBSOLETE]', 0, 0, NULL, 'SER'),
-               ('306', 'PLAYING TIME', 'PLAYING TIME', 0, 0, NULL, 'SER'),
-               ('307', 'HOURS, ETC.', 'HOURS, ETC.', 1, 0, NULL, 'SER'),
+               ('306', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, NULL, 'SER'),
+               ('307', 'Disponibilità oraria, ecc.', 'Disponibilità oraria, ecc.', 1, 0, NULL, 'SER'),
                ('308', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 'PHYSICAL DESCRIPTION FOR FILMS (ARCHIVAL) (VM) [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('310', 'CURRENT PUBLICATION FREQUENCY', 'CURRENT PUBLICATION FREQUENCY', 0, 0, NULL, 'SER'),
+               ('310', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 'SER'),
                ('315', 'FREQUENCY (CF MP) [OBSOLETE]', 'FREQUENCY (CF MP) [OBSOLETE]', 0, 0, NULL, 'SER'),
-               ('321', 'FORMER PUBLICATION FREQUENCY', 'FORMER PUBLICATION FREQUENCY', 1, 0, NULL, 'SER'),
-               ('340', 'PHYSICAL MEDIUM', 'PHYSICAL MEDIUM', 1, 0, NULL, 'SER'),
-               ('342', 'GEOSPATIAL REFERENCE DATA', 'GEOSPATIAL REFERENCE DATA', 1, 0, NULL, 'SER'),
-               ('343', 'PLANAR COORDINATE DATA', 'PLANAR COORDINATE DATA', 1, 0, NULL, 'SER'),
+               ('321', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 1, 0, NULL, 'SER'),
+               ('340', 'Supporto fisico', 'Supporto fisico', 1, 0, NULL, 'SER'),
+               ('342', 'Dati di riferimento geospaziale', 'Dati di riferimento geospaziale', 1, 0, NULL, 'SER'),
+               ('343', 'Dati di coordinate piane', 'Dati di coordinate piane', 1, 0, NULL, 'SER'),
                ('350', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 'PRICE (NR) (BK AM CF MU VM SE) [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('351', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 'ORGANIZATION AND ARRANGEMENT OF MATERIALS', 1, 0, NULL, 'SER'),
-               ('352', 'DIGITAL GRAPHIC REPRESENTATION', 'DIGITAL GRAPHIC REPRESENTATION', 1, 0, NULL, 'SER'),
-               ('355', 'SECURITY CLASSIFICATION CONTROL', 'SECURITY CLASSIFICATION CONTROL', 1, 0, NULL, 'SER'),
-               ('357', 'ORIGINATOR DISSEMINATION CONTROL', 'ORIGINATOR DISSEMINATION CONTROL', 0, 0, NULL, 'SER'),
+               ('351', 'Organizzazione e l’ordinamento dei materiali', 'Organizzazione e l’ordinamento dei materiali', 1, 0, NULL, 'SER'),
+               ('352', 'Rappresentazione grafica digitale', 'Rappresentazione grafica digitale', 1, 0, NULL, 'SER'),
+               ('355', 'Controllo della classificazione di sicurezza', 'Controllo della classificazione di sicurezza', 1, 0, NULL, 'SER'),
+               ('357', 'Controllo del creatore sulla diffusione', 'Controllo del creatore sulla diffusione', 0, 0, NULL, 'SER'),
                ('359', 'RENTAL PRICE (VM) [OBSOLETE]', 'RENTAL PRICE (VM) [OBSOLETE]', 0, 0, NULL, 'SER'),
-               ('362', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL, 'SER'),
-               ('365', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE PRICE', 'TRADE PRICE', 1, 0, NULL, 'SER'),
-               ('366', 'PUBLICATION, DISTRIBUTION DETAILS--TRADE AVAILABILITY INFORMATION', 'TRADE AVAILABILITY INFORMATION', 1, 0, NULL, 'SER'),
+               ('362', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 1, 0, NULL, 'SER'),
+               ('365', 'Prezzo commerciale', 'Prezzo commerciale', 1, 0, NULL, 'SER'),
+               ('366', 'Informazione sulla disponibilità editoriale', 'Informazione sulla disponibilità editoriale', 1, 0, NULL, 'SER'),
                ('400', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--PERSONAL NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'SER'),
                ('410', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--CORPORATE NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'SER'),
                ('411', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'SERIES STATEMENT/ADDED ENTRY--MEETING NAME [OBSOLETE, CAN/MARC], [LOCAL, USA]', 1, 0, NULL, 'SER'),
-               ('440', 'SERIES--TITLE', 'SERIES STATEMENT/ADDED ENTRY--TITLE', 1, 0, NULL, 'SER'),
-               ('490', 'SERIES STATEMENT', 'SERIES STATEMENT', 1, 0, '', 'SER'),
-               ('500', 'GENERAL NOTE', 'GENERAL NOTE', 1, 0, NULL, 'SER'),
-               ('501', 'WITH NOTE', 'WITH NOTE', 1, 0, NULL, 'SER'),
-               ('502', 'DISSERTATION NOTE', 'DISSERTATION NOTE', 1, 0, NULL, 'SER'),
+               ('440', 'Formulazione della serie/accesso aggiunto--titolo', 'Formulazione della serie/accesso aggiunto--titolo', 1, 0, NULL, 'SER'),
+               ('490', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 'SER'),
+               ('500', 'Nota generale', 'Nota generale', 1, 0, NULL, 'SER'),
+               ('501', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 1, 0, NULL, 'SER'),
+               ('502', 'Nota di dissertazione', 'Nota di dissertazione', 1, 0, NULL, 'SER'),
                ('503', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 'BIBLIOGRAPHIC HISTORY NOTE (BK CF MU) [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('504', 'BIBLIOGRAPHY, ETC. NOTE', 'BIBLIOGRAPHY, ETC. NOTE', 1, 0, NULL, 'SER'),
-               ('505', 'FORMATTED CONTENTS NOTE', 'FORMATTED CONTENTS NOTE', 1, 0, NULL, 'SER'),
-               ('506', 'RESTRICTIONS ON ACCESS NOTE', 'RESTRICTIONS ON ACCESS NOTE', 1, 0, NULL, 'SER'),
-               ('507', 'SCALE NOTE FOR GRAPHIC MATERIAL', 'SCALE NOTE FOR GRAPHIC MATERIAL', 0, 0, NULL, 'SER'),
-               ('508', 'CREATION/PRODUCTION CREDITS NOTE', 'CREATION/PRODUCTION CREDITS NOTE', 1, 0, NULL, 'SER'),
+               ('504', 'Nota di bibliografia', 'Nota di bibliografia', 1, 0, NULL, 'SER'),
+               ('505', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 1, 0, NULL, 'SER'),
+               ('506', 'Nota sulle restrizioni all\'accesso', 'Nota sulle restrizioni all\'accesso', 1, 0, NULL, 'SER'),
+               ('507', 'Nota di scala per materiale grafico', 'Nota di scala per materiale grafico', 0, 0, NULL, 'SER'),
+               ('508', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 1, 0, NULL, 'SER'),
                ('509', 'INFORMAL NOTES (RLIN)', 'INFORMAL NOTES (RLIN)', 0, 0, NULL, 'SER'),
-               ('510', 'CITATION/REFERENCES NOTE', 'CITATION/REFERENCES NOTE', 1, 0, NULL, 'SER'),
-               ('511', 'PARTICIPANT OR PERFORMER NOTE', 'PARTICIPANT OR PERFORMER NOTE', 1, 0, NULL, 'SER'),
+               ('510', 'Nota di citazione/riferimenti esterni', 'Nota di citazione/riferimenti esterni', 1, 0, NULL, 'SER'),
+               ('511', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 1, 0, NULL, 'SER'),
                ('512', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 'EARLIER OR LATER VOLUMES SEPARATELY CATALOGED NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('513', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 'TYPE OF REPORT AND PERIOD COVERED NOTE', 1, 0, NULL, 'SER'),
-               ('514', 'DATA QUALITY NOTE', 'DATA QUALITY NOTE', 0, 0, NULL, 'SER'),
-               ('515', 'NUMBERING PECULIARITIES NOTE', 'NUMBERING PECULIARITIES NOTE', 1, 0, NULL, 'SER'),
-               ('516', 'TYPE OF COMPUTER FILE OR DATA NOTE', 'TYPE OF COMPUTER FILE OR DATA NOTE', 1, 0, NULL, 'SER'),
+               ('513', 'Nota di tipo di rapporto e periodo coperto', 'Nota di tipo di rapporto e periodo coperto', 1, 0, NULL, 'SER'),
+               ('514', 'Nota sulla qualità dei dati', 'Nota sulla qualità dei dati', 0, 0, NULL, 'SER'),
+               ('515', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 1, 0, NULL, 'SER'),
+               ('516', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 1, 0, NULL, 'SER'),
                ('517', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 'CATEGORIES OF FILMS NOTE (ARCHIVAL) (VM) [OBSOLETE]', 0, 0, NULL, 'SER'),
-               ('518', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 'DATE/TIME AND PLACE OF AN EVENT NOTE', 1, 0, NULL, 'SER'),
-               ('520', 'SUMMARY, ETC.', 'SUMMARY, ETC.', 1, 0, NULL, 'SER'),
-               ('521', 'GRADE LEVEL/TARGET AUDIENCE NOTE', 'TARGET AUDIENCE NOTE', 1, 0, NULL, 'SER'),
-               ('522', 'GEOGRAPHIC DETAILS/GEOGRAPHIC COVERAGE NOTE', 'GEOGRAPHIC COVERAGE NOTE', 1, 0, NULL, 'SER'),
+               ('518', 'Nota sulla data/ora e luogo di un evento', 'Nota sulla data/ora e luogo di un evento', 1, 0, NULL, 'SER'),
+               ('520', 'Riassunto, ecc.', 'Riassunto, ecc.', 1, 0, NULL, 'SER'),
+               ('521', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 'SER'),
+               ('522', 'Nota di copertura geografica', 'Nota di copertura geografica', 1, 0, NULL, 'SER'),
                ('523', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 'TIME PERIOD OF CONTENT NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'SER'),
-               ('524', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 'PREFERRED CITATION OF DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'SER'),
-               ('525', 'SUPPLEMENT NOTE', 'SUPPLEMENT NOTE', 0, 0, NULL, 'SER'),
-               ('526', 'STUDY PROGRAM INFORMATION NOTE', 'STUDY PROGRAM INFORMATION NOTE', 0, 0, NULL, 'SER'),
+               ('524', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 1, 0, NULL, 'SER'),
+               ('525', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 'SER'),
+               ('526', 'Nota d’informazione sul programma di studi', 'Nota d’informazione sul programma di studi', 0, 0, NULL, 'SER'),
                ('527', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 'CENSORSHIP NOTE (VM) [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('530', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 'ADDITIONAL PHYSICAL FORM AVAILABLE NOTE', 1, 0, NULL, 'SER'),
-               ('533', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'SER'),
-               ('534', 'ORIGINAL VERSION NOTE', 'ORIGINAL VERSION NOTE', 1, 0, NULL, 'SER'),
-               ('535', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 'LOCATION OF ORIGINALS/DUPLICATES NOTE', 1, 0, NULL, 'SER'),
-               ('536', 'FUNDING INFORMATION NOTE', 'FUNDING INFORMATION NOTE', 1, 0, NULL, 'SER'),
+               ('530', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 1, 0, NULL, 'SER'),
+               ('533', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'SER'),
+               ('534', 'Nota sulla versione originale', 'Nota sulla versione originale', 1, 0, NULL, 'SER'),
+               ('535', 'Nota sulla localizzazione degli originali/duplicati', 'Nota sulla localizzazione degli originali/duplicati', 1, 0, NULL, 'SER'),
+               ('536', 'Nota d’informazione sul finanziamento', 'Nota d’informazione sul finanziamento', 1, 0, NULL, 'SER'),
                ('537', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 'SOURCE OF DATA NOTE (CF) [OBSOLETE]', 0, 0, NULL, 'SER'),
-               ('538', 'SYSTEM DETAILS NOTE', 'SYSTEM DETAILS NOTE', 1, 0, NULL, 'SER'),
-               ('540', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'SER'),
-               ('541', 'ACQUISITION INFO--IMMEDIATE SOURCE OF ACQUISITION NOTE', 'IMMEDIATE SOURCE OF ACQUISITION NOTE', 1, 0, NULL, 'SER'),
+               ('538', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 1, 0, NULL, 'SER'),
+               ('540', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'SER'),
+               ('541', 'Nota sulla fonte immediata d\'acquisto', 'Nota sulla fonte immediata d\'acquisto', 1, 0, NULL, 'SER'),
                ('543', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 'SOLICITATION INFORMATION NOTE (AM) [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('544', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 'LOCATION OF OTHER ARCHIVAL MATERIALS NOTE', 1, 0, NULL, 'SER'),
-               ('545', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL, 'SER'),
-               ('546', 'LANGUAGE/TRANSLATION INFO', 'LANGUAGE NOTE', 1, 0, NULL, 'SER'),
-               ('547', 'FORMER TITLE COMPLEXITY NOTE', 'FORMER TITLE COMPLEXITY NOTE', 1, 0, NULL, 'SER'),
-               ('550', 'ISSUING BODY NOTE', 'ISSUING BODY NOTE', 1, 0, NULL, 'SER'),
-               ('552', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 'ENTITY AND ATTRIBUTE INFORMATION NOTE', 1, 0, NULL, 'SER'),
-               ('555', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 'CUMULATIVE INDEX/FINDING AIDS NOTE', 1, 0, NULL, 'SER'),
-               ('556', 'INFORMATION ABOUT DOCUMENTATION NOTE', 'INFORMATION ABOUT DOCUMENTATION NOTE', 1, 0, NULL, 'SER'),
-               ('561', 'OWNERSHIP AND CUSTODIAL HISTORY', 'OWNERSHIP AND CUSTODIAL HISTORY', 1, 0, NULL, 'SER'),
-               ('562', 'COPY AND VERSION IDENTIFICATION NOTE', 'COPY AND VERSION IDENTIFICATION NOTE', 1, 0, NULL, 'SER'),
-               ('563', 'BINDING INFORMATION', 'BINDING INFORMATION', 1, 0, NULL, 'SER'),
-               ('565', 'CASE FILE CHARACTERISTICS NOTE', 'CASE FILE CHARACTERISTICS NOTE', 1, 0, NULL, 'SER'),
-               ('567', 'METHODOLOGY NOTE', 'METHODOLOGY NOTE', 1, 0, NULL, 'SER'),
+               ('544', 'Nota sulla localizzazione d’altri materiali d’archivio', 'Nota sulla localizzazione d’altri materiali d’archivio', 1, 0, NULL, 'SER'),
+               ('545', 'Dati biografici o storici', 'Dati biografici o storici', 1, 0, NULL, 'SER'),
+               ('546', 'Nota sulla lingua', 'Nota sulla lingua', 1, 0, NULL, 'SER'),
+               ('547', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 1, 0, NULL, 'SER'),
+               ('550', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 1, 0, NULL, 'SER'),
+               ('552', 'Nota d’informazione sull’ente e l’attributo', 'Nota d’informazione sull’ente e l’attributo', 1, 0, NULL, 'SER'),
+               ('555', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 1, 0, NULL, 'SER'),
+               ('556', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 1, 0, NULL, 'SER'),
+               ('561', 'Storia della proprietà e custodia', 'Storia della proprietà e custodia', 1, 0, NULL, 'SER'),
+               ('562', 'Nota d\'identificazione della copia e della versione', 'Nota d\'identificazione della copia e della versione', 1, 0, NULL, 'SER'),
+               ('563', 'Informazione sulla rilegatura', 'Informazione sulla rilegatura', 1, 0, NULL, 'SER'),
+               ('565', 'Nota sulle caratteristiche della singola pratica', 'Nota sulle caratteristiche della singola pratica', 1, 0, NULL, 'SER'),
+               ('567', 'Nota sulla metodologia', 'Nota sulla metodologia', 1, 0, NULL, 'SER'),
                ('570', 'EDITOR NOTE (SE) [OBSOLETE]', 'EDITOR NOTE (SE) [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('580', 'LINKING ENTRY COMPLEXITY NOTE', 'LINKING ENTRY COMPLEXITY NOTE', 1, 0, NULL, 'SER'),
-               ('581', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 'PUBLICATIONS ABOUT DESCRIBED MATERIALS NOTE', 1, 0, NULL, 'SER'),
+               ('580', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 1, 0, NULL, 'SER'),
+               ('581', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 1, 0, NULL, 'SER'),
                ('582', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 'RELATED COMPUTER FILES NOTE (CF) [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('583', 'ACQUISITION INFO--ACTION NOTE', 'ACTION NOTE', 1, 0, NULL, 'SER'),
-               ('584', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 'ACCUMULATION AND FREQUENCY OF USE NOTE', 1, 0, NULL, 'SER'),
-               ('585', 'EXHIBITIONS NOTE', 'EXHIBITIONS NOTE', 1, 0, NULL, 'SER'),
-               ('586', 'AWARDS', 'AWARDS NOTE', 1, 0, NULL, 'SER'),
+               ('583', 'Nota d’azione', 'Nota d’azione', 1, 0, NULL, 'SER'),
+               ('584', 'Nota di accumulo e di frequenza d’uso', 'Nota di accumulo e di frequenza d’uso', 1, 0, NULL, 'SER'),
+               ('585', 'Nota di mostre', 'Nota di mostre', 1, 0, NULL, 'SER'),
+               ('586', 'Nota di premi', 'Nota di premi', 1, 0, NULL, 'SER'),
                ('590', 'LOCAL NOTE (RLIN)', 'LOCAL NOTE (RLIN)', 1, 0, NULL, 'SER'),
-               ('600', 'SUBJECT--PERSONAL NAME', 'SUBJECT ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'SER'),
-               ('610', 'SUBJECT--CORPORATE NAME', 'SUBJECT ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'SER'),
-               ('611', 'SUBJECT--MEETING NAME', 'SUBJECT ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'SER'),
-               ('630', 'SUBJECT--UNIFORM TITLE', 'SUBJECT ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'SER'),
-               ('648', 'SUBJECT--CHRONOLOGICAL TERM', 'SUBJECT ADDED ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL, 'SER'),
-               ('650', 'SUBJECT--TOPIC', 'SUBJECT ADDED ENTRY--TOPICAL TERM', 1, 0, NULL, 'SER'),
-               ('651', 'SUBJECT--GEOGRAPHIC NAME', 'SUBJECT ADDED ENTRY--GEOGRAPHIC NAME', 1, 0, NULL, 'SER'),
+               ('600', 'Accesso aggiunto di soggetto-–Nome di persona', 'Accesso aggiunto di soggetto-–Nome di persona', 1, 0, NULL, 'SER'),
+               ('610', 'Accesso aggiunto di soggetto--nome di ente', 'Accesso aggiunto di soggetto--nome di ente', 1, 0, NULL, 'SER'),
+               ('611', 'Accesso aggiunto di soggetto--nome di convegno', 'Accesso aggiunto di soggetto--nome di convegno', 1, 0, NULL, 'SER'),
+               ('630', 'Accesso aggiunto di soggetto--titolo uniforme', 'Accesso aggiunto di soggetto--titolo uniforme', 1, 0, NULL, 'SER'),
+               ('648', 'Accesso aggiunto di soggetto--termine cronologico', 'Accesso aggiunto di soggetto--termine cronologico', 1, 0, NULL, 'SER'),
+               ('650', 'Accesso aggiunto di soggetto--termine topico', 'Accesso aggiunto di soggetto--termine topico', 1, 0, NULL, 'SER'),
+               ('651', 'Accesso aggiunto di soggetto--nome geografico', 'Accesso aggiunto di soggetto--nome geografico', 1, 0, NULL, 'SER'),
                ('652', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 'SUBJECT ADDED ENTRY--REVERSE GEOGRAPHIC (BK MP SE) [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('653', 'SUBJECT--UNCONTROLLED', 'INDEX TERM--UNCONTROLLED', 1, 0, NULL, 'SER'),
-               ('654', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 'SUBJECT ADDED ENTRY--FACETED TOPICAL TERM', 1, 0, NULL, 'SER'),
-               ('655', 'SUBJECT--GENRE/FORM', 'INDEX TERM--GENRE/FORM', 1, 0, NULL, 'SER'),
-               ('656', 'SUBJECT--OCCUPATION', 'INDEX TERM--OCCUPATION', 1, 0, NULL, 'SER'),
-               ('657', 'SUBJECT--FUNCTION', 'INDEX TERM--FUNCTION', 1, 0, NULL, 'SER'),
-               ('658', 'SUBJECT--CURRICULUM OBJECTIVE', 'INDEX TERM--CURRICULUM OBJECTIVE', 1, 0, NULL, 'SER'),
-               ('662', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 'SUBJECT ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'SER'),
-               ('690', 'LOCAL SUBJECT--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'SER'),
+               ('653', 'Termine d’indicizzazione--non controllato', 'Termine d’indicizzazione--non controllato', 1, 0, NULL, 'SER'),
+               ('654', 'Accesso aggiunto di soggetto--termini topici faccettati', 'Accesso aggiunto di soggetto--termini topici faccettati', 1, 0, NULL, 'SER'),
+               ('655', 'Termine d’indicizzazione--genere/forma', 'Termine d’indicizzazione--genere/forma', 1, 0, NULL, 'SER'),
+               ('656', 'Termine d’indicizzazione--occupazione', 'Termine d’indicizzazione--occupazione', 1, 0, NULL, 'SER'),
+               ('657', 'Termine d’indicizzazione--funzione', 'Termine d’indicizzazione--funzione', 1, 0, NULL, 'SER'),
+               ('658', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 'Termine d’indicizzazione--obiettivi del curriculum scolastico', 1, 0, NULL, 'SER'),
+               ('662', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 'Accesso aggiunto di soggetto --nome gerarchico di luogo', 1, 0, NULL, 'SER'),
+               ('690', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 'LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)', 1, 0, '', 'SER'),
                ('691', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)', 1, 0, '', 'SER'),
                ('696', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'SER'),
                ('697', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'SER'),
                ('698', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'SER'),
                ('699', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'SER'),
-               ('700', 'ADDED ENTRY--PERSONAL EDITOR', 'ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'SER'),
+               ('700', 'Accesso aggiunto--nome di persona', 'Accesso aggiunto--nome di persona', 1, 0, NULL, 'SER'),
                ('705', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--PERSONAL NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('710', 'ADDED ENTRY--CORPORATE EDITOR', 'ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'SER'),
-               ('711', 'ADDED ENTRY--MEETING NAME', 'ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'SER'),
+               ('710', 'Accesso aggiunto--nome di ente', 'Accesso aggiunto--nome di ente', 1, 0, NULL, 'SER'),
+               ('711', 'Accesso aggiunto--nome di convegno', 'Accesso aggiunto--nome di convegno', 1, 0, NULL, 'SER'),
                ('715', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 'ADDED ENTRY--CORPORATE NAME (PERFORMER) (MU) [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('720', 'ADDED ENTRY--UNCONTROLLED NAME', 'ADDED ENTRY--UNCONTROLLED NAME', 1, 0, NULL, 'SER'),
-               ('730', 'ADDED ENTRY--UNIFORM TITLE', 'ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'SER'),
-               ('740', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 'ADDED ENTRY--UNCONTROLLED RELATED/ANALYTICAL TITLE', 1, 0, NULL, 'SER'),
-               ('752', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 'ADDED ENTRY--HIERARCHICAL PLACE NAME', 1, 0, NULL, 'SER'),
-               ('753', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 'SYSTEM DETAILS ACCESS TO COMPUTER FILES', 1, 0, NULL, 'SER'),
-               ('754', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 'ADDED ENTRY--TAXONOMIC IDENTIFICATION', 1, 0, NULL, 'SER'),
+               ('720', 'Accesso aggiunto--nome non controllato', 'Accesso aggiunto--nome non controllato', 1, 0, NULL, 'SER'),
+               ('730', 'Accesso aggiunto--titolo uniforme', 'Accesso aggiunto--titolo uniforme', 1, 0, NULL, 'SER'),
+               ('740', 'Accesso aggiunto--titolo analitico/correlato non controllato', 'Accesso aggiunto--titolo analitico/correlato non controllato', 1, 0, NULL, 'SER'),
+               ('752', 'Accesso aggiunto – nome gerarchico di luogo', 'Accesso aggiunto – nome gerarchico di luogo', 1, 0, NULL, 'SER'),
+               ('753', 'Dettagli sul sistema per accedere ai computer file', 'Dettagli sul sistema per accedere ai computer file', 1, 0, NULL, 'SER'),
+               ('754', 'Accesso aggiunto--identificazione tassonomica', 'Accesso aggiunto--identificazione tassonomica', 1, 0, NULL, 'SER'),
                ('755', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 'ADDED ENTRY--PHYSICAL CHARACTERISTICS [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('760', 'MAIN SERIES ENTRY', 'MAIN SERIES ENTRY', 1, 0, NULL, 'SER'),
-               ('762', 'SUBSERIES ENTRY', 'SUBSERIES ENTRY', 1, 0, NULL, 'SER'),
-               ('765', 'ORIGINAL LANGUAGE ENTRY', 'ORIGINAL LANGUAGE ENTRY', 1, 0, NULL, 'SER'),
-               ('767', 'TRANSLATION ENTRY', 'TRANSLATION ENTRY', 1, 0, NULL, 'SER'),
-               ('770', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 'SUPPLEMENT/SPECIAL ISSUE ENTRY', 1, 0, NULL, 'SER'),
-               ('772', 'SUPPLEMENT PARENT ENTRY', 'SUPPLEMENT PARENT ENTRY', 1, 0, NULL, 'SER'),
-               ('773', 'HOST ITEM ENTRY', 'HOST ITEM ENTRY', 1, 0, NULL, 'SER'),
-               ('774', 'CONSTITUENT UNIT ENTRY', 'CONSTITUENT UNIT ENTRY', 1, 0, NULL, 'SER'),
-               ('775', 'OTHER EDITION ENTRY', 'OTHER EDITION ENTRY', 1, 0, NULL, 'SER'),
-               ('776', 'ADDITIONAL PHYSICAL FORM ENTRY', 'ADDITIONAL PHYSICAL FORM ENTRY', 1, 0, NULL, 'SER'),
-               ('777', 'ISSUED WITH ENTRY', 'ISSUED WITH ENTRY', 1, 0, NULL, 'SER'),
-               ('780', 'PRECEDING ENTRY', 'PRECEDING ENTRY', 1, 0, NULL, 'SER'),
-               ('785', 'SUCCEEDING ENTRY', 'SUCCEEDING ENTRY', 1, 0, NULL, 'SER'),
-               ('786', 'DATA SOURCE ENTRY', 'DATA SOURCE ENTRY', 1, 0, NULL, 'SER'),
-               ('787', 'NONSPECIFIC RELATIONSHIP ENTRY', 'NONSPECIFIC RELATIONSHIP ENTRY', 1, 0, NULL, 'SER'),
+               ('760', 'Accesso di serie principale', 'Accesso di serie principale', 1, 0, NULL, 'SER'),
+               ('762', 'Accesso di sottoserie', 'Accesso di sottoserie', 1, 0, NULL, 'SER'),
+               ('765', 'Accesso di lingua originale', 'Accesso di lingua originale', 1, 0, NULL, 'SER'),
+               ('767', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'SER'),
+               ('770', 'Accesso di supplemento/numero speciale', 'Accesso di supplemento/numero speciale', 1, 0, NULL, 'SER'),
+               ('772', 'Accesso di pubblicazione principale', 'Accesso di pubblicazione principale', 1, 0, NULL, 'SER'),
+               ('773', 'Accesso d’item ospite', 'Accesso d’item ospite', 1, 0, NULL, 'SER'),
+               ('774', 'Accesso d’unità costituente', 'Accesso d’unità costituente', 1, 0, NULL, 'SER'),
+               ('775', 'Acceso di un’altra edizione', 'Acceso di un’altra edizione', 1, 0, NULL, 'SER'),
+               ('776', 'Accesso di forma fisica aggiunta', 'Accesso di forma fisica aggiunta', 1, 0, NULL, 'SER'),
+               ('777', 'Accesso di ', 'Accesso di ', 1, 0, NULL, 'SER'),
+               ('780', 'Accesso precedente', 'Accesso precedente', 1, 0, NULL, 'SER'),
+               ('785', 'Accesso successivo', 'Accesso successivo', 1, 0, NULL, 'SER'),
+               ('786', 'Accesso di fonte dei dati', 'Accesso di fonte dei dati', 1, 0, NULL, 'SER'),
+               ('787', 'Accesso di relazione non specificata', 'Accesso di relazione non specificata', 1, 0, NULL, 'SER'),
                ('789', 'COMPONENT ITEM ENTRY (RLIN)', 'COMPONENT ITEM ENTRY (RLIN)', 1, 0, '', 'SER'),
                ('796', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'SER'),
                ('797', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'SER'),
                ('798', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'SER'),
                ('799', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 'LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)', 1, 0, '', 'SER'),
-               ('800', 'SERIES ADDED ENTRY--PERSONAL NAME', 'SERIES ADDED ENTRY--PERSONAL NAME', 1, 0, NULL, 'SER'),
-               ('810', 'SERIES ADDED ENTRY--CORPORATE NAME', 'SERIES ADDED ENTRY--CORPORATE NAME', 1, 0, NULL, 'SER'),
-               ('811', 'SERIES ADDED ENTRY--MEETING NAME', 'SERIES ADDED ENTRY--MEETING NAME', 1, 0, NULL, 'SER'),
-               ('830', 'SERIES ADDED ENTRY--UNIFORM TITLE', 'SERIES ADDED ENTRY--UNIFORM TITLE', 1, 0, NULL, 'SER'),
+               ('800', 'Accesso aggiunto di serie--nome di persona', 'Accesso aggiunto di serie--nome di persona', 1, 0, NULL, 'SER'),
+               ('810', 'Accesso aggiunto di serie--nome di ente', 'Accesso aggiunto di serie--nome di ente', 1, 0, NULL, 'SER'),
+               ('811', 'Accesso aggiunto di serie--nome di convegno', 'Accesso aggiunto di serie--nome di convegno', 1, 0, NULL, 'SER'),
+               ('830', 'Accesso aggiunto di serie--titolo uniforme', 'Accesso aggiunto di serie--titolo uniforme', 1, 0, NULL, 'SER'),
                ('840', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 'SERIES ADDED ENTRY--TITLE [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('841', 'HOLDINGS CODED DATA VALUES', 'HOLDINGS CODED DATA VALUES', 0, 0, NULL, 'SER'),
-               ('842', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 'TEXTUAL PHYSICAL FORM DESIGNATOR', 0, 0, NULL, 'SER'),
-               ('843', 'REPRODUCTION NOTE', 'REPRODUCTION NOTE', 1, 0, NULL, 'SER'),
-               ('844', 'NAME OF UNIT', 'NAME OF UNIT', 0, 0, NULL, 'SER'),
-               ('845', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 'TERMS GOVERNING USE AND REPRODUCTION NOTE', 1, 0, NULL, 'SER'),
-               ('850', 'HOLDING INSTITUTION', 'HOLDING INSTITUTION', 1, 0, NULL, 'SER'),
+               ('841', 'Valori dei dati codificati di posseduti', 'Valori dei dati codificati di posseduti', 0, 0, NULL, 'SER'),
+               ('842', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, NULL, 'SER'),
+               ('843', 'Nota di riproduzione', 'Nota di riproduzione', 1, 0, NULL, 'SER'),
+               ('844', 'Nome dell’unità', 'Nome dell’unità', 0, 0, NULL, 'SER'),
+               ('845', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 'Nota sulle condizioni che regolano l\'utilizzo e la riproduzione', 1, 0, NULL, 'SER'),
+               ('850', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 'SER'),
                ('851', 'LOCATION [OBSOLETE]', 'LOCATION [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('852', 'LOCATION/CALL NUMBER', 'LOCATION/CALL NUMBER', 1, 0, NULL, 'SER'),
-               ('853', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 'CAPTIONS AND PATTERN--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'SER'),
-               ('854', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 'CAPTIONS AND PATTERN--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'SER'),
-               ('855', 'CAPTIONS AND PATTERN--INDEXES', 'CAPTIONS AND PATTERN--INDEXES', 1, 0, NULL, 'SER'),
-               ('856', 'URL/ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL, 'SER'),
+               ('852', 'Localizzazione', 'Localizzazione', 1, 0, NULL, 'SER'),
+               ('853', 'Legende e modello--unità bibliografica basilare', 'Legende e modello--unità bibliografica basilare', 1, 0, NULL, 'SER'),
+               ('854', 'Legende e modello--supplementi', 'Legende e modello--supplementi', 1, 0, NULL, 'SER'),
+               ('855', 'Legende e modello--indici', 'Legende e modello--indici', 1, 0, NULL, 'SER'),
+               ('856', 'Localizzazione e accesso elettronico', 'Localizzazione e accesso elettronico', 1, 0, NULL, 'SER'),
                ('859', 'LOCAL CONTROL INFORMATION (RLIN)', 'LOCAL CONTROL INFORMATION (RLIN)', 1, 0, '', 'SER'),
-               ('863', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 'ENUMERATION AND CHRONOLOGY--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'SER'),
-               ('864', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 'ENUMERATION AND CHRONOLOGY--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'SER'),
-               ('865', 'ENUMERATION AND CHRONOLOGY--INDEXES', 'ENUMERATION AND CHRONOLOGY--INDEXES', 1, 0, NULL, 'SER'),
-               ('866', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 'TEXTUAL HOLDINGS--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'SER'),
-               ('867', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 'TEXTUAL HOLDINGS--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'SER'),
-               ('868', 'TEXTUAL HOLDINGS--INDEXES', 'TEXTUAL HOLDINGS--INDEXES', 1, 0, NULL, 'SER'),
+               ('863', 'Numerazione e cronologia--unità bibliografica basilare', 'Numerazione e cronologia--unità bibliografica basilare', 1, 0, NULL, 'SER'),
+               ('864', 'Numerazione e cronologia--supplementi', 'Numerazione e cronologia--supplementi', 1, 0, NULL, 'SER'),
+               ('865', 'Numerazione e cronologia--indici', 'Numerazione e cronologia--indici', 1, 0, NULL, 'SER'),
+               ('866', 'Formulazione testuale di posseduti--unità bibliografica basilare', 'Formulazione testuale di posseduti--unità bibliografica basilare', 1, 0, NULL, 'SER'),
+               ('867', 'Formulazione testuale di posseduti--supplementi', 'Formulazione testuale di posseduti--supplementi', 1, 0, NULL, 'SER'),
+               ('868', 'Formulazione testuale di posseduti--indici', 'Formulazione testuale di posseduti--indici', 1, 0, NULL, 'SER'),
                ('870', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 'VARIANT PERSONAL NAME (SE) [OBSOLETE]', 1, 0, NULL, 'SER'),
                ('871', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 'VARIANT CORPORATE NAME (SE)[OBSOLETE]', 1, 0, NULL, 'SER'),
                ('872', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 'VARIANT CONFERENCE OR MEETING NAME (SE) [OBSOLETE]', 1, 0, NULL, 'SER'),
                ('873', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 'VARIANT UNIFORM TITLE HEADING (SE) [OBSOLETE]', 1, 0, NULL, 'SER'),
-               ('876', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 'ITEM INFORMATION--BASIC BIBLIOGRAPHIC UNIT', 1, 0, NULL, 'SER'),
-               ('877', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 'ITEM INFORMATION--SUPPLEMENTARY MATERIAL', 1, 0, NULL, 'SER'),
-               ('878', 'ITEM INFORMATION--INDEXES', 'ITEM INFORMATION--INDEXES', 1, 0, NULL, 'SER'),
-               ('880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL, 'SER'),
-               ('886', 'FOREIGN MARC INFORMATION FIELD', 'FOREIGN MARC INFORMATION FIELD', 1, 0, NULL, 'SER'),
-               ('887', 'NON-MARC INFORMATION FIELD', 'NON-MARC INFORMATION FIELD', 1, 0, NULL, 'SER'),
+               ('876', 'Informazione sull’item--unità bibliografica basilare', 'Informazione sull’item--unità bibliografica basilare', 1, 0, NULL, 'SER'),
+               ('877', 'Informazione sull’item--supplementi', 'Informazione sull’item--supplementi', 1, 0, NULL, 'SER'),
+               ('878', 'Informazione sull’item--indici', 'Informazione sull’item--indici', 1, 0, NULL, 'SER'),
+               ('880', 'Rappresentazione grafica alternativa', 'Rappresentazione grafica alternativa', 1, 0, NULL, 'SER'),
+               ('886', 'Campo dell’informazione per MARC differenti', 'Campo dell’informazione per MARC differenti', 1, 0, NULL, 'SER'),
+               ('887', 'Campo dell’informazione per non-MARC', 'Campo dell’informazione per non-MARC', 1, 0, NULL, 'SER'),
                ('896', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)', 1, 0, '', 'SER'),
                ('897', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)', 1, 0, '', 'SER'),
                ('898', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 'LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)', 1, 0, '', 'SER'),
@@ -27940,7 +28535,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('906', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 'LOCAL DATA ELEMENT F, LDF (RLIN)', 1, 0, '', 'SER'),
                ('907', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 'LOCAL DATA ELEMENT G, LDG (RLIN)', 1, 0, '', 'SER'),
                ('908', 'PUT COMMAND PARAMETER (RLIN)', 'PUT COMMAND PARAMETER (RLIN)', 0, 0, '', 'SER'),
-               ('910', 'USER-OPTION DATA (COLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'SER'),
+               ('910', 'USER-OPTION DATA (OCLC)', 'USER-OPTION DATA (OCLC)', 0, 0, '', 'SER'),
                ('911', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]', 1, 0, '', 'SER'),
                ('930', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]', 1, 0, '', 'SER'),
                ('936', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 'OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)', 0, 0, '', 'SER'),
@@ -27953,7 +28548,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('948', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 'LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)', 1, 0, '', 'SER'),
                ('949', 'LOCAL PROCESSING INFORMATION (OCLC)', 'LOCAL PROCESSING INFORMATION (OCLC)', 1, 0, '', 'SER'),
                ('950', 'LOCAL HOLDINGS (RLIN)', 'LOCAL HOLDINGS (RLIN)', 1, 0, '', 'SER'),
-               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE-GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'SER'),
+               ('951', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 'EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]', 1, 0, '', 'SER'),
                ('955', 'COPY-LEVEL INFORMATION (RLIN)', 'COPY-LEVEL INFORMATION (RLIN)', 1, 0, '', 'SER'),
                ('956', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 'LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)', 1, 0, '', 'SER'),
                ('960', 'PHYSICAL LOCATION (RLIN)', 'PHYSICAL LOCATION (RLIN)', 1, 0, '', 'SER'),
@@ -27961,7 +28556,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
                ('980', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'SER'),
                ('981', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'SER'),
                ('982', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]', 1, 0, '', 'SER'),
-               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE--SERIES STATEMENT-TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'SER'),
+               ('983', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 'EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]', 1, 0, '', 'SER'),
                ('984', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 'WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)', 1, 0, '', 'SER'),
                ('987', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 'LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)', 1, 0, '', 'SER'),
                ('990', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 'EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]', 1, 0, '', 'SER'),
@@ -27971,220 +28566,224 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat
 
 
 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
-               ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'SER', '', '', NULL),
-               ('001', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'SER', '', '', NULL),
-               ('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'SER', '', '', NULL),
-               ('006', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'SER', '', '', NULL),
-               ('007', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'SER', '', '', NULL),
-               ('008', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'SER', '', '', NULL),
-               ('009', '@', 'fixed length control field', 'fixed length control field', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', NULL, 0, -6, 'SER', '', '', NULL),
-               ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('011', 'a', 'LC control number', 'LC control number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('013', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'SER', '', '', NULL),
-               ('013', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('013', 'a', 'Number', 'Number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('013', 'b', 'Country', 'Country', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('013', 'c', 'Type of number', 'Type of number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('013', 'd', 'Date', 'Date', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('013', 'e', 'Status', 'Status', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('013', 'f', 'Party to document', 'Party to document', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('015', '2', 'Source', 'Source', 0, 0, '', 0, '', '', NULL, 0, -6, 'SER', '', '', NULL),
-               ('015', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('015', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('015', 'a', 'National bibliography number', 'National bibliography number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('016', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('016', 'a', 'Record control number', 'Record control number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('016', 'z', 'Canceled or invalid record control number', 'Canceled or invalid record control number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('017', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('017', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('017', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('017', 'a', 'Copyright or legal deposit number', 'Copyright or legal deposit number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('017', 'b', 'Assigning agency', 'Assigning agency', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('017', 'd', 'Date', 'Date', 0, 0, '', 0, '', '', NULL, 0, -6, 'SER', '', '', NULL),
-               ('017', 'i', 'Display text', 'Display text', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('018', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('018', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('018', 'a', 'Copyright article-fee code', 'Copyright article-fee code', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('020', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('020', 'z', 'Cancelled/invalid ISBN', 'Cancelled/invalid ISBN', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('022', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('022', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('000', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_leader.pl', 0, 0, 'SER', '', '', NULL),
+               ('001', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('003', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_003.pl', 0, -6, 'SER', '', '', NULL),
+               ('005', '@', 'campo di controllo', 'campo di controllo', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, -1, 'SER', '', '', NULL),
+               ('006', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_006.pl', 0, -1, 'SER', '', '', NULL),
+               ('007', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', 'marc21_field_007.pl', 0, 0, 'SER', '', '', NULL),
+               ('008', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 1, '', 0, '', '', 'marc21_field_008.pl', 0, 0, 'SER', '', '', NULL),
+               ('009', '@', 'campo di controllo lung. fissa', 'campo di controllo lung. fissa', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('010', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', NULL, 0, -6, 'SER', '', '', NULL),
+               ('010', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 0, 0, 'biblioitems.lccn', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('010', 'b', 'Numero di controllo del NUCMC', 'Numero di controllo del NUCMC', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('010', 'z', 'Numero di controllo della LC cancellato o errato', 'Numero di controllo della LC cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('011', 'a', 'Numero di controllo della LC', 'Numero di controllo della LC', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('013', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'SER', '', '', NULL),
+               ('013', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('013', 'a', 'Numero', 'Numero', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('013', 'b', 'Paese', 'Paese', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('013', 'c', 'Tipo di numero', 'Tipo di numero', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('013', 'd', 'Data', 'Data', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('013', 'e', 'Stato', 'Stato', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('013', 'f', 'Parte responsabile del documento', 'Parte responsabile del documento', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('015', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', NULL, 0, -6, 'SER', '', '', NULL),
+               ('015', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('015', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('015', 'a', 'Numero della bibliografia nazionale', 'Numero della bibliografia nazionale', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('016', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('016', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('016', 'a', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('016', 'z', 'Numero di controllo della registrazione cancellato o errato', 'Numero di controllo della registrazione cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('017', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('017', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('017', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('017', 'a', 'Numero di copyright o di deposito legale', 'Numero di copyright o di deposito legale', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('017', 'b', 'Agenzia che assegna il numero', 'Agenzia che assegna il numero', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('017', 'd', 'Data', 'Data', 0, 0, '', 0, '', '', NULL, 0, -6, 'SER', '', '', NULL),
+               ('017', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('018', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('018', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('018', 'a', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('020', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('020', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('020', 'a', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 0, 0, 'biblioitems.isbn', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('020', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('020', 'z', 'ISBN cancellato o errato', 'ISBN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('022', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('022', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('022', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('022', 'a', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, 'biblioitems.issn', 0, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('022', 'y', 'ISSN errato', 'ISSN errato', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('022', 'z', 'ISSN cancellato', 'ISSN cancellato', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('023', 'a', 'Standard film number', 'Standard film number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('024', '2', 'Source of number or code', 'Source of number or code', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('024', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('024', '2', 'Fonte del numero o codice', 'Fonte del numero o codice', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('024', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('024', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('024', 'a', 'Numero standard o codice', 'Numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
                ('024', 'b', 'Additional codes following the standard number [OBSOLETE]', 'Additional codes following the standard number [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('025', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('025', 'a', 'Overseas acquisition number', 'Overseas acquisition number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('026', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('026', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('026', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('026', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('026', 'a', 'First and second groups of characters', 'First and second groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('026', 'b', 'Third and fourth groups of characters', 'Third and fourth groups of characters', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('026', 'c', 'Date', 'Date', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('026', 'd', 'Number of volume or part', 'Number of volume or part', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('026', 'e', 'unparsed fingerprint', 'unparsed fingerprint', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('027', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('027', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('027', 'a', 'Standard technical report number', 'Standard technical report number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('027', 'z', 'Canceled/invalid number', 'Canceled/invalid number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('028', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('028', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('028', 'a', 'Publisher number', 'Publisher number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('028', 'b', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('030', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('030', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('024', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('024', 'd', 'Codici addizionali che seguono il numero standard o codice', 'Codici addizionali che seguono il numero standard o codice', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('024', 'z', 'Numero standard o codice, cancellato o errato', 'Numero standard o codice, cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('025', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('025', 'a', 'Numero d\'acquisto estero', 'Numero d\'acquisto estero', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('026', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('026', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('026', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('026', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('026', 'a', 'Primo e secondo gruppo di caratteri', 'Primo e secondo gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('026', 'b', 'Terzo e quarto gruppo di caratteri', 'Terzo e quarto gruppo di caratteri', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('026', 'c', 'Data', 'Data', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('026', 'd', 'Numero del volume o parte', 'Numero del volume o parte', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('026', 'e', 'Impronta non analizzata', 'Impronta non analizzata', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('027', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('027', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('027', 'a', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('027', 'z', 'Numero cancellato o errato', 'Numero cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('028', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('028', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('028', 'a', 'Numero dell\'editore', 'Numero dell\'editore', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('028', 'b', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('029', 'a', 'OCLC library identifier', 'OCLC library identifier', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('029', 'b', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('029', 'c', 'OAI set name', 'OAI set name', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('029', 't', 'Content type identifier', 'Content type identifier', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('030', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('030', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('030', 'a', 'CODEN', 'CODEN', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('030', 'z', 'Canceled/invalid CODEN', 'Canceled/invalid CODEN', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', '2', 'System code', 'System code', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'a', 'Number of work', 'Number of work', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'b', 'Number of movement', 'Number of movement', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'e', 'Role', 'Role', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'g', 'Clef', 'Clef', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'n', 'Key signature', 'Key signature', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'o', 'Time signature', 'Time signature', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'p', 'Musical notation', 'Musical notation', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'q', 'General note', 'General note', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'r', 'Key or mode', 'Key or mode', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 's', 'Coded validity note', 'Coded validity note', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 't', 'Text incipit', 'Text incipit', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 0, '', '', '', 1, -6, 'SER', '', '', NULL),
-               ('031', 'y', 'Link text', 'Link text', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('031', 'z', 'Public note', 'Public note', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('032', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', NULL, 0, -6, 'SER', '', '', NULL),
-               ('032', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('032', 'a', 'Postal registration number', 'Postal registration number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('032', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('033', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('033', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('033', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('033', 'a', 'Formatted date/time', 'Formatted date/time', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('033', 'b', 'Geographic classification area code', 'Geographic classification area code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('033', 'c', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', '2', 'Source', 'Source', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'a', 'Category of scale', 'Category of scale', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'b', 'Constant ratio linear horizontal scale', 'Constant ratio linear horizontal scale', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'c', 'Constant ratio linear vertical scale', 'Constant ratio linear vertical scale', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'd', 'Coordinates--westernmost longitude', 'Coordinates--westernmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'e', 'Coordinates--easternmost longitude', 'Coordinates--easternmost longitude', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'f', 'Coordinates--northernmost latitude', 'Coordinates--northernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'g', 'Coordinates--southernmost latitude', 'Coordinates--southernmost latitude', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'h', 'Angular scale', 'Angular scale', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'j', 'Declination--northern limit', 'Declination--northern limit', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'k', 'Declination--southern limit', 'Declination--southern limit', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'm', 'Right ascension--eastern limit', 'Right ascension--eastern limit', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'n', 'Right ascension--western limit', 'Right ascension--western limit', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'p', 'Equinox', 'Equinox', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'r', 'Distrance from earth', 'Distrance from earth', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'x', 'Beginning date', 'Beginning date', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'y', 'Ending date', 'Ending date', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('035', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('030', 'z', 'CODEN cancellato o errato', 'CODEN cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', '2', 'Codice di sistema', 'Codice di sistema', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'a', 'Numero di composizione', 'Numero di composizione', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'b', 'Numero di movimento', 'Numero di movimento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'c', 'Numero progressivo nel movimento', 'Numero progressivo nel movimento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'd', 'Titolo o intitolazione', 'Titolo o intitolazione', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'e', 'Personaggio', 'Personaggio', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'g', 'Chiave', 'Chiave', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'm', 'Voce/strumento', 'Voce/strumento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'n', 'Alterazioni', 'Alterazioni', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'o', 'Misura', 'Misura', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'p', 'Contesto musicale', 'Contesto musicale', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'q', 'Nota generale', 'Nota generale', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'r', 'Tonalità o modo', 'Tonalità o modo', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 's', 'Nota codificata di validità', 'Nota codificata di validità', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 't', 'Incipit testuale', 'Incipit testuale', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 0, '', '', '', 1, -6, 'SER', '', '', NULL),
+               ('031', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('031', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('032', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', NULL, 0, -6, 'SER', '', '', NULL),
+               ('032', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('032', 'a', 'Numero di registrazione di posta', 'Numero di registrazione di posta', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('032', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('033', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('033', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('033', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('033', 'a', 'Data/ora formattate', 'Data/ora formattate', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('033', 'b', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('033', 'c', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', '2', 'Fonte', 'Fonte', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'a', 'Categoria della scala', 'Categoria della scala', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'b', 'Rapporto costante (scala orizzontale)', 'Rapporto costante (scala orizzontale)', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'c', 'Rapporto costante (scala verticale)', 'Rapporto costante (scala verticale)', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'd', 'Coordinate--longitudine limite Ovest', 'Coordinate--longitudine limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'e', 'Coordinate--longitudine limite Est', 'Coordinate--longitudine limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'f', 'Coordinate--latitudine limite Nord', 'Coordinate--latitudine limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'g', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'h', 'Scala angolare', 'Scala angolare', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'j', 'Declinazione--limite Nord', 'Declinazione--limite Nord', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'k', 'Declinazione--limite Sud', 'Declinazione--limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'm', 'Ascensione retta--limite Est', 'Ascensione retta--limite Est', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'n', 'Ascensione retta--limite Ovest', 'Ascensione retta--limite Ovest', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'p', 'Equinozio', 'Equinozio', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'r', 'Coordinate--latitudine limite Sud', 'Coordinate--latitudine limite Sud', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 's', 'Latitudine del perimetro', 'Latitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 't', 'Longitudine del perimetro', 'Longitudine del perimetro', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'x', 'Data d\'inizio', 'Data d\'inizio', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'y', 'Data di fine', 'Data di fine', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('034', 'z', 'Nome dell\'oggetto extraterrestre', 'Nome dell\'oggetto extraterrestre', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('035', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('035', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('035', 'a', 'System control number', 'System control number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('035', 'z', 'Canceled/invalid control number', 'Canceled/invalid control number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('036', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('036', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('036', 'a', 'Original study number', 'Original study number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('036', 'b', 'Source (agency assigning number)', 'Source (agency assigning number)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('037', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('037', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('037', 'a', 'Stock number', 'Stock number', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('037', 'b', 'Source of stock number/acquisition', 'Source of stock number/acquisition', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('037', 'c', 'Terms of availability', 'Terms of availability', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('037', 'f', 'Form of issue', 'Form of issue', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('037', 'g', 'Additional format characteristics', 'Additional format characteristics', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('037', 'n', 'Note', 'Note', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('038', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('038', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('038', 'a', 'Record content licensor', 'Record content licensor', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('035', 'z', 'Numero di controllo del sistema cancellato o errato', 'Numero di controllo del sistema cancellato o errato', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('036', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('036', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('036', 'a', 'Numero dello studio originale', 'Numero dello studio originale', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('036', 'b', 'Fonte (agenzia che assegna il numero)', 'Fonte (agenzia che assegna il numero)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('037', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('037', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('037', 'a', 'Numero di magazzino', 'Numero di magazzino', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('037', 'b', 'Fonte del numero di magazzino/d\'acquisto', 'Fonte del numero di magazzino/d\'acquisto', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('037', 'c', 'Termini di disponibilità', 'Termini di disponibilità', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('037', 'f', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('037', 'g', 'Caratteristiche addizionali di formato', 'Caratteristiche addizionali di formato', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('037', 'n', 'Nota', 'Nota', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('038', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('038', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('038', 'a', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 'Organizzazione che dà licenza d’uso del contenuto della registrazione', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('039', 'a', 'Level of rules in bibliographic description', 'Level of rules in bibliographic description', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('039', 'b', 'Level of effort used to assign nonsubject heading access points', 'Level of effort used to assign nonsubject heading access points', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('039', 'c', 'Level of effort used to assign subject headings', 'Level of effort used to assign subject headings', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('039', 'd', 'Level of effort used to assign classification', 'Level of effort used to assign classification', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('039', 'e', 'Number of fixed field character positions coded', 'Number of fixed field character positions coded', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('040', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('040', 'e', 'Description conventions', 'Description conventions', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('041', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('041', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('041', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('041', 'a', 'Language code of text/sound track or separate title', 'Language code of text/sound track or separate title', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('041', 'b', 'Language code of summary or abstract/overprinted title or subtitle', 'Language code of summary or abstract/overprinted title or subtitle', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('040', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('040', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('040', 'a', 'Agenzia catalografica originale', 'Agenzia catalografica originale', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('040', 'b', 'Lingua della catalogazione', 'Lingua della catalogazione', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('040', 'c', 'Agenzia che fa la trascrizione', 'Agenzia che fa la trascrizione', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('040', 'd', 'Agenzia che fa la modifica', 'Agenzia che fa la modifica', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('040', 'e', 'Regole di descrizione', 'Regole di descrizione', 0, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('041', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('041', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('041', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('041', 'a', 'Codice di lingua del testo/traccia sonora o titolo separato', 'Codice di lingua del testo/traccia sonora o titolo separato', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('041', 'b', 'Codice di lingua del riassunto, estratto o sottotitoli', 'Codice di lingua del riassunto, estratto o sottotitoli', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('041', 'c', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 'Languages of separate titles (VM) [OBSOLETE] ; Languages of available translation  (SE) [OBSOLETE]', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('041', 'd', 'Language code of sung or spoken text', 'Language code of sung or spoken text', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('041', 'e', 'Language code of librettos', 'Language code of librettos', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('041', 'f', 'Language code of table of contents', 'Language code of table of contents', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('041', 'g', 'Language code of accompanying material other than librettos', 'Language code of accompanying material other than librettos', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('041', 'h', 'Language code of original and/or intermediate translations of text', 'Language code of original and/or intermediate translations of text', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('042', 'a', 'Authentication code', 'Authentication code', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('043', '2', 'Source of local code', 'Source of local code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('043', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('043', 'c', 'ISO code', 'ISO code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('044', '2', 'Source of local subentity code', 'Source of local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('044', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('044', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('044', 'a', 'MARC country code', 'MARC country code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('044', 'b', 'Local subentity code', 'Local subentity code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('044', 'c', 'ISO country code', 'ISO country code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('045', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('045', 'a', 'Time period code', 'Time period code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', '2', 'Source of date', 'Source of date', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', 'a', 'Type of date code', 'Type of date code', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', 'b', 'Date 1 (B.C. date)', 'Date 1 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', 'c', 'Date 1 (C.E. date)', 'Date 1 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', 'd', 'Date 2 (B.C. date)', 'Date 2 (B.C. date)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', 'e', 'Date 2 (C.E. date)', 'Date 2 (C.E. date)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', 'j', 'Date resource modified', 'Date resource modified', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', 'l', 'Ending date created', 'Ending date created', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', 'm', 'Beginning of date valid', 'Beginning of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('046', 'n', 'End of date valid', 'End of date valid', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('047', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('047', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('047', 'a', 'Form of musical composition code', 'Form of musical composition code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('048', '2', 'Source of code', 'Source of code', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('048', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('048', 'a', 'Performer or ensemble', 'Performer or ensemble', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('048', 'b', 'Soloist', 'Soloist', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('041', 'd', 'Codice della lingua del testo cantato o parlato', 'Codice della lingua del testo cantato o parlato', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('041', 'e', 'Codice della lingua dei libretti', 'Codice della lingua dei libretti', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('041', 'f', 'Codice della lingua del sommario', 'Codice della lingua del sommario', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('041', 'g', 'Codice della lingua del materiale allegato diverso dai libretti', 'Codice della lingua del materiale allegato diverso dai libretti', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('041', 'h', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 'Codice della lingua originale e/o delle traduzioni intermedie del testo', 1, 0, '', 0, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('042', 'a', 'Codice d\'autenticazione', 'Codice d\'autenticazione', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('043', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('043', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('043', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('043', 'a', 'Codice dell\'area geografica', 'Codice dell\'area geografica', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('043', 'b', 'Codice locale GAC (codice dell\'area geografica)', 'Codice locale GAC (codice dell\'area geografica)', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('043', 'c', 'Codice ISO', 'Codice ISO', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('044', '2', 'Fonte del codice di sottoente locale', 'Fonte del codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('044', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('044', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('044', 'a', 'Codice MARC del paese', 'Codice MARC del paese', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('044', 'b', 'Codice di sottoente locale', 'Codice di sottoente locale', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('044', 'c', 'Codice ISO del paese', 'Codice ISO del paese', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('045', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('045', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('045', 'a', 'Codice di periodo di tempo', 'Codice di periodo di tempo', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('045', 'b', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 'Periodo di tempo formattato dal 9999 a.C. fino al 9999 d.C.', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('045', 'c', 'Periodo di tempo formattato anteriore al 9999 a.C.', 'Periodo di tempo formattato anteriore al 9999 a.C.', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', '2', 'Fonte della data', 'Fonte della data', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', 'a', 'Codice di tipo di data', 'Codice di tipo di data', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', 'b', 'Data 1 (data a.C.)', 'Data 1 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', 'c', 'Data 1 (data d.C.)', 'Data 1 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', 'd', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 'Data 2 (data a.C.)\',\'Data 2 (data a.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', 'e', 'Data 2 (data d.C.)', 'Data 2 (data d.C.)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', 'j', 'Data della modifica della risorsa', 'Data della modifica della risorsa', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', 'k', 'Data iniziale di creazione o data semplice', 'Data iniziale di creazione o data semplice', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', 'l', 'Data finale di creazione', 'Data finale di creazione', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', 'm', 'Data iniziale di validità', 'Data iniziale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('046', 'n', 'Data finale di validità', 'Data finale di validità', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('047', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('047', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('047', 'a', 'Codice di forma della composizione musicale', 'Codice di forma della composizione musicale', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('048', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('048', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('048', 'a', 'Esecutore o complesso', 'Esecutore o complesso', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('048', 'b', 'Solista', 'Solista', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('049', 'a', 'Holding library', 'Holding library', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('049', 'c', 'Copy statement', 'Copy statement', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('049', 'd', 'Definition of bibliographic subdivisions', 'Definition of bibliographic subdivisions', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
@@ -28198,82 +28797,82 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('049', 's', 'Fifth bibliographic subdivision', 'Fifth bibliographic subdivision', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('049', 't', 'Sixth bibliographic subdivision', 'Sixth bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('049', 'u', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('049', 'v', 'Primary bibliographic subdivision', 'Primary bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('049', 'v', 'Seventh bibliographic subdivision', 'Seventh bibliographic subdivision', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('049', 'y', 'Inclusive dates of publication or coverage', 'Inclusive dates of publication or coverage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('050', '3', 'Materials specified', 'Materials specified', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('050', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('050', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('050', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('050', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('050', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('050', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('050', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('050', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, 0, 'SER', '', '', NULL),
                ('050', 'd', 'Supplementary class number (MU) [OBSOLETE]', 'Supplementary class number (MU) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('051', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('051', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('051', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('051', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('052', '2', 'Code Source', 'Code Source', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('052', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('051', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('051', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('051', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('051', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('052', '2', 'Fonte del codice', 'Fonte del codice', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('052', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('052', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('052', 'a', 'Codice di classificazione dell\'area geografica', 'Codice di classificazione dell\'area geografica', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('052', 'b', 'Codice di classificazione della sottoarea geografica', 'Codice di classificazione della sottoarea geografica', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('052', 'c', 'Subject (MP) [OBSOLETE]', 'Subject (MP) [OBSOLETE]', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('052', 'd', 'Populated place name', 'Populated place name', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('055', '2', 'Source of call/class number', 'Source of call/class number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('055', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('055', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('055', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('060', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('060', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('061', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('061', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('061', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('061', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('070', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('070', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('071', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('071', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('071', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('071', 'c', 'Copy information', 'Copy information', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('072', '2', 'Source', 'Source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('072', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('072', 'a', 'Subject category code', 'Subject category code', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('074', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('074', 'a', 'GPO item number', 'GPO item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('074', 'z', 'Canceled/invalid GPO item number', 'Canceled/invalid GPO item number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('080', '2', 'Edition identifier', 'Edition identifier', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('080', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('080', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('082', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('082', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('082', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('082', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('084', '2', 'Source of number', 'Source of number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('084', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('084', 'a', 'Classification number', 'Classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('084', 'b', 'Item number', 'Item number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('086', '2', 'Number source', 'Number source', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('086', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('086', 'a', 'Classification number', 'Classification number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('086', 'z', 'Canceled/invalid classification number', 'Canceled/invalid classification number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('052', 'd', 'Nome di luogo abitato', 'Nome di luogo abitato', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('055', '2', 'Fonte del numero di chiamata/classe', 'Fonte del numero di chiamata/classe', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('055', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('055', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('055', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('055', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('060', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('060', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('060', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('061', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('061', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('061', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('061', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('066', 'a', 'Set di caratteri primario G0', 'Set di caratteri primario G0', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('066', 'b', 'Set di caratteri primario G1', 'Set di caratteri primario G1', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('066', 'c', 'Set di caratteri alternativo G0 o G1', 'Set di caratteri alternativo G0 o G1', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('070', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('070', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('070', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('071', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('071', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('071', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('071', 'c', 'Informazione dell\'esemplare', 'Informazione dell\'esemplare', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('072', '2', 'Fonte', 'Fonte', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('072', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('072', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('072', 'a', 'Codice di categoria di soggetto', 'Codice di categoria di soggetto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('072', 'x', 'Suddivisione del codice di categoria di soggetto', 'Suddivisione del codice di categoria di soggetto', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('074', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('074', 'a', 'Numero GPO dell\'item', 'Numero GPO dell\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('074', 'z', 'Numero GPO dell\'item cancellato/errato', 'Numero GPO dell\'item cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('080', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('080', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('080', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('080', 'a', 'Numero di Classificazione decimale universale', 'Numero di Classificazione decimale universale', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('080', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('080', 'x', 'Suddivisione ausiliare comune', 'Suddivisione ausiliare comune', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('082', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('082', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('082', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('082', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('082', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('084', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('084', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('084', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('084', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('084', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('086', '2', 'Fonte del numero', 'Fonte del numero', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('086', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('086', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('086', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, NULL, 0, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('086', 'z', 'Numero di classificazione cancellato/errato', 'Numero di classificazione cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('087', 'a', 'Report number [OBSOLETE, CAN/MARC]', 'Report number [OBSOLETE, CAN/MARC]', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('087', 'z', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 'Canceled/invalid report number [OBSOLETE, CAN/MARC]', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('088', '6', 'Linkage', 'Linkage', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('088', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('088', 'a', 'Report number', 'Report number', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('088', 'z', 'Canceled/invalid report number', 'Canceled/invalid report number', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('088', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('088', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('088', 'a', 'Numero di rapporto', 'Numero di rapporto', 0, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('088', 'z', 'Numero di rapporto cancellato/errato', 'Numero di rapporto cancellato/errato', 1, 0, NULL, 0, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('090', 'a', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('090', 'b', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, '', 0, '', '', '', 0, 5, 'SER', '', '', NULL),
@@ -28288,1746 +28887,1748 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('090', 'z', 'Retention, VOL (RLIN)', 'Retention, VOL (RLIN)', 0, 0, '', 0, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('091', 'a', 'Microfilm shelf location', 'Microfilm shelf location', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('092', '2', 'Edition number', 'Edition number', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('092', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('092', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('092', '2', 'Numero dell\'edizione', 'Numero dell\'edizione', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('092', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('092', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('092', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('096', 'a', 'Classification number', 'Classification number', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('096', 'b', 'Item number', 'Item number', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('096', 'a', 'Numero di classificazione', 'Numero di classificazione', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('096', 'b', 'Numero d\'item', 'Numero d\'item', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('096', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('098', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('099', 'a', 'Classification number', 'Classification number', 1, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('099', 'a', 'Numero di classificazione', 'Numero di classificazione', 1, 0, '', 0, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('099', 'e', 'Feature heading', 'Feature heading', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, '', 0, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('100', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('100', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('100', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('100', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('100', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, -1, 'SER', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
-               ('100', 'b', 'Numeration', 'Numeration', 0, 0, '', 1, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 1, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 1, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('100', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('100', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('100', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('100', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 1, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('100', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('100', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('110', '4', 'Relator code', 'Relator code', 1, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('110', '6', 'Linkage', 'Linkage', 0, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('100', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'biblio.author', 1, '', 'PERSO_NAME', '', 0, -1, 'SER', '''100b'',''100c'',''100q'',''100d'',''100e'',''110a'',''110b'',''110c'',''110d'',''110e'',''111a'',''111e'',''111c'',''111d'',''130a'',''700a'',''700b'',''700c'',''700q'',''700d'',''700e'',''710a'',''710b'',''710c'',''710d'',''710e'',''711a'',''711e'',''711c'',''711d'',''720a'',''720e'',''796a'',''796b'',''796c'',''796q'',''796d'',''796e'',''797a'',''797b'',''797c'',''797d'',''797e'',''798a'',''798e'',''798c'',''798d'',''800a'',''800b'',''800c'',''800q'',''800d'',''800e'',''810a'',''810b'',''810c'',''810d'',''810e'',''811a'',''811e'',''811c'',''811d'',''896a'',''896b'',''896c'',''896q'',''896d'',''896e'',''897a'',''897b'',''897c'',''897d'',''897e'',''898a'',''898e'',''898c'',''898d'',''505r''', '', NULL),
+               ('100', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 1, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 1, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('100', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 1, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('100', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('100', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('100', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('100', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('100', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('100', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('100', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('100', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('100', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 1, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('100', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('100', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('110', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('110', '6', 'Collegamento', 'Collegamento', 0, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('110', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('110', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'SER', '', '', NULL),
-               ('110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 1, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('110', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 1, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 1, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('110', 'e', 'Relator term', 'Relator term', 1, 0, '', 1, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('110', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('110', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('110', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('110', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('110', 't', 'Title of a work', 'Title of a work', 0, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('110', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('111', '4', 'Relator code', 'Relator code', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('111', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('110', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 1, '', 'CORPO_NAME', '', NULL, -1, 'SER', '', '', NULL),
+               ('110', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 1, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('110', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 1, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('110', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 1, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('110', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 1, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('110', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('110', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('110', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('110', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('110', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('110', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('110', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('110', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 1, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('111', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('111', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('111', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('111', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'SER', '', '', NULL),
+               ('111', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 1, NULL, 'MEETI_NAME', '', NULL, -1, 'SER', '', '', NULL),
                ('111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('111', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('111', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('111', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('111', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('111', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('111', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('111', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('111', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('111', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', '6', 'Linkage', 'Linkage', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('111', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('111', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('111', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 1, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('111', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('111', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('111', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('111', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('111', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('111', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('111', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('111', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('111', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('111', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('130', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 1, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('130', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 'h', 'Medium', 'Medium', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 's', 'Version', 'Version', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('130', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('210', '2', 'Source', 'Source', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('210', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('210', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('210', 'a', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('210', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('211', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 1, NULL, 'UNIF_TITLE', '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 's', 'Versione', 'Versione', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('130', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('210', '2', 'Fonte', 'Fonte', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('210', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('210', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('210', 'a', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('210', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('211', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('211', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('212', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('212', 'a', 'Variant access title', 'Variant access title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('214', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('212', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('212', 'a', 'Acronym or shortened title', 'Acronym or shortened title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('214', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('214', 'a', 'Augmented title', 'Augmented title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('222', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('222', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('222', 'a', 'Key title', 'Key title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('222', 'b', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('240', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('240', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('222', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('222', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('222', 'a', 'Titolo chiave', 'Titolo chiave', 0, 0, NULL, 2, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('222', 'b', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('240', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('240', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('240', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('240', 'a', 'Uniform title', 'Uniform title', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'SER', '', '', NULL),
-               ('240', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('240', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('240', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('240', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('240', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('240', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('240', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('240', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('240', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('240', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('240', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('240', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('240', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, 'biblio.unititle', 2, '', '', '', 1, -1, 'SER', '', '', NULL),
+               ('240', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('240', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('240', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('240', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('240', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('240', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('240', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('240', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('240', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('240', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('240', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('240', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'SER', '', '', NULL),
                ('241', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('241', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('242', '6', 'Linkage', 'Linkage', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('242', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('242', 'a', 'Title', 'Title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('242', 'b', 'Remainder of title', 'Remainder of title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('242', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('241', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('242', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('242', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('242', 'a', 'Titolo', 'Titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('242', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('242', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('242', 'd', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 'Designation of section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('242', 'e', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 'Name of part/section (BK AM MP MU VM SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('242', 'h', 'Medium', 'Medium', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('242', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('242', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('242', 'y', 'Language code of translated title', 'Language code of translated title', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('243', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('243', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('242', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('242', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('242', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('242', 'y', 'Codice di lingua del titolo tradotto', 'Codice di lingua del titolo tradotto', 0, 0, NULL, 2, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('243', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('243', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('243', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 2, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('243', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 2, '', '', '', 1, -1, 'SER', '', '', NULL),
-               ('243', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('243', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('243', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('243', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('243', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('243', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 2, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('243', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('243', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('243', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('243', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('243', 'r', 'Key for music', 'Key for music', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('243', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('245', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('245', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('245', 'a', 'Title', 'Title', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'SER', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
-               ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('245', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, '', 2, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series: (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('243', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 2, '', '', '', 1, -1, 'SER', '', '', NULL),
+               ('243', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('243', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('243', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('243', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('243', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('243', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 2, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('243', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('243', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('243', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('243', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('243', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 2, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('243', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('245', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('245', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('245', 'a', 'Titolo', 'Titolo', 0, 1, 'biblio.title', 2, '', '', '', NULL, 0, 'SER', '''245b'',''245f'',''245g'',''245k'',''245n'',''245p'',''245s'',''245h'',''246i'',''246a'',''246b'',''246f'',''246g'',''246n'',''246p'',''246h'',''242a'',''242b'',''242n'',''242p'',''242h''', '', NULL),
+               ('245', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, 'bibliosubtitle.subtitle', 2, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('245', 'c', 'Formulazione di responsabilità, ecc.', 'Formulazione di responsabilità, ecc.', 0, 0, '', 2, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('245', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('245', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('245', 'f', 'Inclusive dates', 'Inclusive dates', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('245', 'g', 'Bulk dates', 'Bulk dates', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('245', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('245', 'k', 'Form', 'Form', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('245', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('245', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('245', 's', 'Version', 'Version', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('246', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('246', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('246', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('246', 'a', 'Title proper/short title', 'Title proper/short title', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('246', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('245', 'f', 'Date inclusive', 'Date inclusive', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('245', 'g', 'Date preponderanti', 'Date preponderanti', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('245', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('245', 'k', 'Forma', 'Forma', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('245', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('245', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('245', 's', 'Versione', 'Versione', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('246', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('246', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('246', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('246', 'a', 'Titolo proprio/titolo breve', 'Titolo proprio/titolo breve', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('246', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('246', 'd', 'Designation of section/part/series (SE) [OBSOLETE]', 'Designation of section/part/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('246', 'e', 'Name of part/section/series (SE) [OBSOLETE]', 'Name of part/section/series (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('246', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('246', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('246', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('246', 'i', 'Display text', 'Display text', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('246', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('246', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('247', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('247', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('247', 'a', 'Title', 'Title', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('247', 'b', 'Remainder of title', 'Remainder of title', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('246', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('246', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('246', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('246', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('246', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('246', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('247', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('247', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('247', 'a', 'Titolo', 'Titolo', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('247', 'b', 'Complemento del titolo', 'Complemento del titolo', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
                ('247', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('247', 'e', 'Name of part/section (SE) [OBSOLETE]', 'Name of part/section (SE) [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('247', 'f', 'Date or sequential designation', 'Date or sequential designation', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('247', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('247', 'h', 'Medium', 'Medium', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('247', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('247', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('247', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('250', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('250', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('250', 'a', 'Edition statement', 'Edition statement', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('250', 'b', 'Remainder of edition statement', 'Remainder of edition statement', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('254', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('254', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('254', 'a', 'Musical presentation statement', 'Musical presentation statement', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('255', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('255', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('255', 'a', 'Statement of scale', 'Statement of scale', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('255', 'b', 'Statement of projection', 'Statement of projection', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('255', 'c', 'Statement of coordinates', 'Statement of coordinates', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('255', 'd', 'Statement of zone', 'Statement of zone', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('255', 'e', 'Statement of equinox', 'Statement of equinox', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('255', 'f', 'Outer G-ring coordinate pairs', 'Outer G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('255', 'g', 'Exclusion G-ring coordinate pairs', 'Exclusion G-ring coordinate pairs', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('256', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('256', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('256', 'a', 'Computer file characteristics', 'Computer file characteristics', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('257', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('257', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('257', 'a', 'Country of producing entity', 'Country of producing entity', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('258', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('258', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('258', 'a', 'Issuing jurisdiction', 'Issuing jurisdiction', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('258', 'b', 'Denomination', 'Denomination', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('260', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('260', 'a', 'Place of publication, distribution, etc', 'Place of publication, distribution, etc', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('260', 'b', 'Name of publisher, distributor, etc', 'Name of publisher, distributor, etc', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('260', 'c', 'Date of copyright, publication, distribution, etc', 'Date of publication, distribution, etc', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('247', 'f', 'Data o designazione sequenziale', 'Data o designazione sequenziale', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('247', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('247', 'h', 'Supporto', 'Supporto', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('247', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('247', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('247', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('250', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('250', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('250', 'a', 'Formulazione di edizione', 'Formulazione di edizione', 0, 0, 'biblioitems.editionstatement', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('250', 'b', 'Restante parte della formulazione di edizione', 'Restante parte della formulazione di edizione', 0, 0, '', 2, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('254', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('254', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('254', 'a', 'Formulazione della presentazione musicale', 'Formulazione della presentazione musicale', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('255', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('255', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('255', 'a', 'Formulazione di scala', 'Formulazione di scala', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('255', 'b', 'Formulazione di proiezione', 'Formulazione di proiezione', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('255', 'c', 'Formulazione di coordinate', 'Formulazione di coordinate', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('255', 'd', 'Formulazione di zona', 'Formulazione di zona', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('255', 'e', 'Formulazione di equinozio', 'Formulazione di equinozio', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('255', 'f', 'Coppie di coordinate d\'inclusione del perimetro', 'Coppie di coordinate d\'inclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('255', 'g', 'Coppie di coordinate di esclusione del perimetro', 'Coppie di coordinate di esclusione del perimetro', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('256', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('256', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('256', 'a', 'Caratteristiche del computer file', 'Caratteristiche del computer file', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('257', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('257', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('257', 'a', 'Paese dell\'ente produttore', 'Paese dell\'ente produttore', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('258', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('258', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('258', 'a', 'Giurisdizione dell\'emissione', 'Giurisdizione dell\'emissione', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('258', 'b', 'Valore facciale', 'Valore facciale', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('260', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('260', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('260', 'a', 'Luogo di pubblicazione, distribuzione, ecc.', 'Luogo di pubblicazione, distribuzione, ecc.', 1, 0, 'biblioitems.place', 2, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('260', 'b', 'Nome dell\'editore, distributore, ecc.', 'Nome dell\'editore, distributore, ecc.', 1, 0, 'biblioitems.publishercode', 2, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('260', 'c', 'Data di pubblicazione, distribuzione, ecc.', 'Data di pubblicazione, distribuzione, ecc.', 1, 0, 'biblio.copyrightdate', 2, '', '', '', NULL, 0, 'SER', '', '', NULL),
                ('260', 'd', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 'Plate or publisher\'s number for music (Pre-AACR 2) [OBSOLETE, CAN/MARC], [LOCAL, USA]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('260', 'e', 'Place of manufacture', 'Place of manufacture', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('260', 'f', 'Manufacturer', 'Manufacturer', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('260', 'g', 'Date of manufacture', 'Date of manufacture', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('260', 'e', 'Luogo di stampa', 'Luogo di stampa', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('260', 'f', 'Stampatore', 'Stampatore', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('260', 'g', 'Data di stampa', 'Data di stampa', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('260', 'k', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('260', 'l', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [OBSOLETE, CAN/MARC]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('261', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('261', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('261', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('261', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('261', 'a', 'Producing company', 'Producing company', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('261', 'b', 'Releasing company (primary distributor)', 'Releasing company (primary distributor)', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('261', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('261', 'd', 'Date of production, release, etc.', 'Date of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('261', 'e', 'Contractual producer', 'Contractual producer', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('261', 'f', 'Place of production, release, etc.', 'Place of production, release, etc.', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('262', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('262', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('262', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('262', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('262', 'a', 'Place of production, release, etc.', 'Place of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('262', 'b', 'Publisher or trade name', 'Publisher or trade name', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('262', 'c', 'Date of production, release, etc.', 'Date of production, release, etc.', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('262', 'k', 'Serial identification', 'Serial identification', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('262', 'l', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('263', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('263', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('263', 'a', 'Projected publication date', 'Projected publication date', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('263', '6', 'Collegamento', 'Collegamento', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('263', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('263', 'a', 'Data di pubblicazione prevista', 'Data di pubblicazione prevista', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('265', '6', 'Linkage [OBSOLETE]', 'Linkage [OBSOLETE]', 0, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('265', 'a', 'Source for acquisition/subscription address [OBSOLETE]', 'Source for acquisition/subscription address [OBSOLETE]', 1, 0, '', 2, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('270', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('270', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('270', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('270', 'a', 'Address', 'Address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'b', 'City', 'City', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'c', 'State or province', 'State or province', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('270', 'd', 'Country', 'Country', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'e', 'Postal code', 'Postal code', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'f', 'Terms preceding attention name', 'Terms preceding attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'g', 'Attention name', 'Attention name', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'h', 'Attention position', 'Attention position', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'i', 'Type of address', 'Type of address', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'j', 'Specialized telephone number', 'Specialized telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'k', 'Telephone number', 'Telephone number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'l', 'Fax number', 'Fax number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'n', 'TDD or TTY number', 'TDD or TTY number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'p', 'Contact person', 'Contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'q', 'Title of contact person', 'Title of contact person', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'r', 'Hours', 'Hours', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('270', 'z', 'Public note', 'Public note', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('300', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('300', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('300', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('300', 'a', 'Extent (v. : )', 'Extent', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('300', 'b', 'Other physical details', 'Other physical details', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('300', 'c', 'Dimensions', 'Dimensions', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('270', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('270', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('270', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('270', 'a', 'Indirizzo', 'Indirizzo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'b', 'Città', 'Città', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'c', 'Stato o provincia', 'Stato o provincia', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('270', 'd', 'Paese', 'Paese', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'e', 'Codice postale', 'Codice postale', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'f', 'Parole che precedono il nome del destinatario', 'Parole che precedono il nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'g', 'Nome del destinatario', 'Nome del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'h', 'Posizione del destinatario', 'Posizione del destinatario', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'i', 'Persona di contatto', 'Persona di contatto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'j', 'Numero di telefono specializzato', 'Numero di telefono specializzato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'k', 'Numero di telefono', 'Numero di telefono', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'l', 'Numero di fax', 'Numero di fax', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'm', 'Indirizzo e-mail', 'Indirizzo e-mail', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'n', 'Numero di TDD o TTY', 'Numero di TDD o TTY', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'p', 'Persona di contatto', 'Persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'q', 'Titolo della persona di contatto', 'Titolo della persona di contatto', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'r', 'Ore', 'Ore', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('270', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('300', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('300', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('300', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('300', 'a', 'Estensione', 'Estensione', 1, 1, 'biblioitems.pages', 3, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('300', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, 'biblioitems.illus', 3, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('300', 'c', 'Dimensioni', 'Dimensioni', 1, 0, 'biblioitems.size', 3, '', '', '', NULL, 0, 'SER', '', '', NULL),
                ('300', 'd', 'Accompanying material [OBSOLETE, CAN/MARC]', 'Accompanying material [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('300', 'e', 'Accompanying material', 'Accompanying material', 0, 0, '', 3, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('300', 'f', 'Type of unit', 'Type of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('300', 'g', 'Size of unit', 'Size of unit', 1, 0, '', 3, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('300', 'e', 'Materiale allegato', 'Materiale allegato', 0, 0, '', 3, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('300', 'f', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('300', 'g', 'Dimensioni del materiale', 'Dimensioni del materiale', 1, 0, '', 3, '', '', '', NULL, -1, 'SER', '', '', NULL),
                ('300', 'k', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Speed [Videodiscs, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('300', 'm', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Identification/manufacturer number [pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('300', 'n', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 'Matrix and/or take number [Sound recordings, pre-AACR2 records only] [OBSOLETE, CAN/MARC]', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('301', 'a', 'Extent of item', 'Extent of item', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('301', 'b', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('301', 'c', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
-               ('301', 'd', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('301', 'e', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('301', 'f', 'Speed', 'Speed', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
+               ('301', 'a', 'Estensione della copia', 'Estensione della copia', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('301', 'b', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('301', 'c', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
+               ('301', 'd', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('301', 'e', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('301', 'f', 'Velocità', 'Velocità', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
                ('302', 'a', 'Page count', 'Page count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
                ('303', 'a', 'Unit count', 'Unit count', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
                ('304', 'a', 'Linear footage', 'Linear footage', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
-               ('305', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('305', 'a', 'Extent', 'Extent', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('305', 'b', 'Other physical details', 'Other physical details', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('305', 'c', 'Dimensions', 'Dimensions', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
+               ('305', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('305', 'a', 'Estensione', 'Estensione', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('305', 'b', 'Altre particolarità fisiche', 'Altre particolarità fisiche', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('305', 'c', 'Dimensioni', 'Dimensioni', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
                ('305', 'd', 'Microgroove or standard', 'Microgroove or standard', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('305', 'e', 'Stereophonic, monaural', 'Stereophonic, monaural', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('305', 'f', 'Number of tracks', 'Number of tracks', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
+               ('305', 'e', 'Stereofonico, monoaurale', 'Stereofonico, monoaurale', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('305', 'f', 'Numero dei tracciati', 'Numero dei tracciati', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
                ('305', 'm', 'Serial identification', 'Serial identification', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('305', 'n', 'Matrix and/or take number', 'Matrix and/or take number', 0, 0, '', 3, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
-               ('306', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('306', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('306', 'a', 'Playing time', 'Playing time', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('307', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('307', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('307', 'a', 'Hours', 'Hours', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('307', 'b', 'Additional information', 'Additional information', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('308', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('308', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('308', 'a', 'Number of reels', 'Number of reels', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('306', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('306', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('306', 'a', 'Durata di riproduzione', 'Durata di riproduzione', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('307', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('307', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('307', 'a', 'Ore', 'Ore', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('307', 'b', 'Informazione addizionale', 'Informazione addizionale', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('308', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('308', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('308', 'a', 'Numero di bobine', 'Numero di bobine', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('308', 'b', 'Footage', 'Footage', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('308', 'c', 'Sound characteristics', 'Sound characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('308', 'd', 'Color characteristics', 'Color characteristics', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('308', 'e', 'Width', 'Width', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('308', 'f', 'Presentation format', 'Presentation format', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('310', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('310', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('310', 'a', 'Current publication frequency', 'Current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('310', 'b', 'Date of current publication frequency', 'Date of current publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('315', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('315', 'a', 'Frequency', 'Frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('315', 'b', 'Dates of frequency', 'Dates of frequency', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('321', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('321', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('321', 'a', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('321', 'b', 'Former publication frequency', 'Former publication frequency', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('340', '3', 'Materials specified', 'Materials specified', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('340', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('340', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('340', 'a', 'Material base and configuration', 'Material base and configuration', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('340', 'b', 'Dimensions', 'Dimensions', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('340', 'c', 'Materials applied to surface', 'Materials applied to surface', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('340', 'd', 'Information recording technique', 'Information recording technique', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('340', 'e', 'Support', 'Support', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('340', 'f', 'Production rate/ratio', 'Production rate/ratio', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('340', 'h', 'Location within medium', 'Location within medium', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('340', 'i', 'Technical specifications of medium', 'Technical specifications of medium', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', '2', 'Reference method used', 'Reference method used', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'a', 'Name', 'Name', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'b', 'Coordinate or distance units', 'Coordinate or distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'c', 'Latitude resolution', 'Latitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'd', 'Longitude resolution', 'Longitude resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'e', 'Standard parallel or oblique line latitude', 'Standard parallel or oblique line latitude', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'f', 'Oblique line longitude', 'Oblique line longitude', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'g', 'Longitude of central meridian or projection center', 'Longitude of central meridian or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'h', 'Latitude of projection origin or projection center', 'Latitude of projection origin or projection center', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'i', 'False easting', 'False easting', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'j', 'False northing', 'False northing', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'k', 'Scale factor', 'Scale factor', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'l', 'Height of perspective point above surface', 'Height of perspective point above surface', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'm', 'Azimuthal angle', 'Azimuthal angle', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'n', 'Azimuth measure point longitude or straight vertical longitude from pole', 'Azimuth measure point longitude or straight vertical longitude from pole', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'o', 'Landsat number and path number', 'Landsat number and path number', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'p', 'Zone identifier', 'Zone identifier', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'q', 'Ellipsoid name', 'Ellipsoid name', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'r', 'Semi-major axis', 'Semi-major axis', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 's', 'Denominator of flattening ratio', 'Denominator of flattening ratio', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 't', 'Vertical resolution', 'Vertical resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'u', 'Vertical encoding method', 'Vertical encoding method', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'v', 'Local planar, local, or other projection or grid description', 'Local planar, local, or other projection or grid description', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('342', 'w', 'Local planar or local georeference information', 'Local planar or local georeference information', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('343', '6', 'Linkage', 'Linkage', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('343', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('343', 'a', 'Planar coordinate encoding method', 'Planar coordinate encoding method', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('343', 'b', 'Planar distance units', 'Planar distance units', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('343', 'c', 'Abscissa resolution', 'Abscissa resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('343', 'd', 'Ordinate resolution', 'Ordinate resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('343', 'e', 'Distance resolution', 'Distance resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('343', 'f', 'Bearing resolution', 'Bearing resolution', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('343', 'g', 'Bearing unit', 'Bearing unit', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('343', 'h', 'Bearing reference direction', 'Bearing reference direction', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('343', 'i', 'Bearing reference meridian', 'Bearing reference meridian', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('350', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('350', 'a', 'Price', 'Price', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('350', 'b', 'Form of issue', 'Form of issue', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('351', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('351', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('351', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('351', 'a', 'Organization', 'Organization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('351', 'b', 'Arrangement', 'Arrangement', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('351', 'c', 'Hierarchical level', 'Hierarchical level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('352', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('352', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('352', 'a', 'Direct reference method', 'Direct reference method', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('352', 'b', 'Object type', 'Object type', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('352', 'c', 'Object count', 'Object count', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('352', 'd', 'Row count', 'Row count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('352', 'e', 'Column count', 'Column count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('352', 'f', 'Vertical count', 'Vertical count', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('352', 'g', 'VPF topology level', 'VPF topology level', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('352', 'i', 'Indirect reference description', 'Indirect reference description', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('355', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('355', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('355', 'a', 'Security classification', 'Security classification', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('355', 'b', 'Handling instructions', 'Handling instructions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('355', 'c', 'External dissemination information', 'External dissemination information', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('355', 'd', 'Downgrading or declassification event', 'Downgrading or declassification event', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('355', 'e', 'Classification system', 'Classification system', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('355', 'f', 'Country of origin code', 'Country of origin code', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('355', 'g', 'Downgrading date', 'Downgrading date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('355', 'h', 'Declassification date', 'Declassification date', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('355', 'j', 'Authorization', 'Authorization', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('357', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('357', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('357', 'a', 'Originator control term', 'Originator control term', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('357', 'b', 'Originating agency', 'Originating agency', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('357', 'c', 'Authorized recipients of material', 'Authorized recipients of material', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('357', 'g', 'Other restrictions', 'Other restrictions', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('359', 'a', 'Rental price', 'Rental price', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('362', '6', 'Linkage', 'Linkage', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('362', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('362', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('362', 'z', 'Source of information', 'Source of information', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('365', '2', 'Source of price type code', 'Source of price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('365', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('365', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('365', 'a', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('365', 'b', 'Price amount', 'Price amount', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('365', 'c', 'Price type code', 'Price type code', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('365', 'd', 'Unit of pricing', 'Unit of pricing', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('365', 'e', 'Price note', 'Price note', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('365', 'f', 'Price effective from', 'Price effective from', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('365', 'g', 'Price effective until', 'Price effective until', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('365', 'h', 'Tax rate 1', 'Tax rate 1', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('365', 'i', 'Tax rate 2', 'Tax rate 2', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('365', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('365', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('365', 'm', 'Identification of pricing entity', 'Identification of pricing entity', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('366', '2', 'Source of availability status code', 'Source of availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('366', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('366', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('366', 'a', 'Publishers\' compressed title identification', 'Publishers\' compressed title identification', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('366', 'b', 'Detailed date of publication', 'Detailed date of publication', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('366', 'c', 'Availability status code', 'Availability status code', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('366', 'd', 'Expected next availability date', 'Expected next availability date', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('366', 'e', 'Note', 'Note', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('366', 'f', 'Publishers\' discount category', 'Publishers\' discount category', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('366', 'g', 'Date made out of print', 'Date made out of print', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('366', 'j', 'ISO country code', 'ISO country code', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('366', 'k', 'MARC country code', 'MARC country code', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('366', 'm', 'Identification of agency', 'Identification of agency', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('400', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('308', 'c', 'Caratteristiche del suono', 'Caratteristiche del suono', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('308', 'd', 'Caratteristiche del colore', 'Caratteristiche del colore', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('308', 'e', 'Larghezza', 'Larghezza', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('308', 'f', 'Formato di presentazione', 'Formato di presentazione', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('310', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('310', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('310', 'a', 'Periodicità corrente della pubblicazione', 'Periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('310', 'b', 'Data di periodicità corrente della pubblicazione', 'Data di periodicità corrente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('315', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('315', 'a', 'Frequenza', 'Frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('315', 'b', 'Date della frequenza', 'Date della frequenza', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('321', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('321', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('321', 'a', 'Periodicità precedente della pubblicazione', 'Periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('321', 'b', 'Date di periodicità precedente della pubblicazione', 'Date di periodicità precedente della pubblicazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('340', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('340', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('340', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('340', 'a', 'Base e composizione del materiale', 'Base e composizione del materiale', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('340', 'b', 'Dimensioni', 'Dimensioni', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('340', 'c', 'Materiali applicati alla superficie', 'Materiali applicati alla superficie', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('340', 'd', 'Tecnica della registrazione della informazione', 'Tecnica della registrazione della informazione', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('340', 'e', 'Supporto', 'Supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('340', 'f', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 'Fattore/proporzione di produzione comprensibile (ad es., giri al minuto per le registrazioni)', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('340', 'h', 'Localizzazione nel supporto', 'Localizzazione nel supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('340', 'i', 'Specificazioni tecniche del supporto', 'Specificazioni tecniche del supporto', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', '2', 'Metodo di riferimento usato', 'Metodo di riferimento usato', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'a', 'Nome', 'Nome', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'b', 'Unità di distanza o di coordinate', 'Unità di distanza o di coordinate', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'c', 'Risoluzione di latitudine', 'Risoluzione di latitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'd', 'Risoluzione di longitudine', 'Risoluzione di longitudine', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'e', 'Parallela standard o latitudine di lineare obliqua', 'Parallela standard o latitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'f', 'Longitudine di lineare obliqua', 'Longitudine di lineare obliqua', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'g', 'Longitudine del meridiano centrale o del centro della proiezione', 'Longitudine del meridiano centrale o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'h', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 'Latitudine dell\'origine della proiezione o del centro della proiezione', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'i', 'Ascissa falsa', 'Ascissa falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'j', 'Ordinata falsa', 'Ordinata falsa', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'k', 'Fattore di scala', 'Fattore di scala', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'l', 'Altezza del punto di vista sulla superficie', 'Altezza del punto di vista sulla superficie', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'm', 'Angolo d\'azimut', 'Angolo d\'azimut', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'n', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 'Longitudine del punto di misura d\'azimut o longitudine verticale retta dal polo', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'o', 'Numero del Landsat e numero di traiettoria', 'Numero del Landsat e numero di traiettoria', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'p', 'Identificatore di zona', 'Identificatore di zona', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'q', 'Nome dell\'ellissoide', 'Nome dell\'ellissoide', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'r', 'Semiasse maggiore', 'Semiasse maggiore', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 's', 'Denominatore del rapporto di spianatura', 'Denominatore del rapporto di spianatura', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 't', 'Risoluzione verticale', 'Risoluzione verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'u', 'Metodo di codifica verticale', 'Metodo di codifica verticale', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'v', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 'Proiezione locale piana, locale o diversa o descrizione del reticolato', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('342', 'w', 'Informazione di riferimento geospaziale locale piano o locale', 'Informazione di riferimento geospaziale locale piano o locale', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('343', '6', 'Collegamento', 'Collegamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('343', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('343', 'a', 'Metodo di codifica di coordinate piane', 'Metodo di codifica di coordinate piane', 1, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('343', 'b', 'Unità di distanza piana', 'Unità di distanza piana', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('343', 'c', 'Risoluzione dell\'ascissa', 'Risoluzione dell\'ascissa', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('343', 'd', 'Risoluzione dell\'ordinata', 'Risoluzione dell\'ordinata', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('343', 'e', 'Risoluzione di distanza', 'Risoluzione di distanza', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('343', 'f', 'Risoluzione di orientamento', 'Risoluzione di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('343', 'g', 'Unità di orientamento', 'Unità di orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('343', 'h', 'Direzione di riferimento dell\'orientamento', 'Direzione di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('343', 'i', 'Meridiano di riferimento dell\'orientamento', 'Meridiano di riferimento dell\'orientamento', 0, 0, '', 3, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('350', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('350', 'a', 'Prezzo', 'Prezzo', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('350', 'b', 'Forma dell\'emissione', 'Forma dell\'emissione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('351', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('351', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('351', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('351', 'a', 'Organizzazione', 'Organizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('351', 'b', 'Ordinamento', 'Ordinamento', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('351', 'c', 'Livello gerarchico', 'Livello gerarchico', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('352', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('352', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('352', 'a', 'Metodo di riferimento diretto', 'Metodo di riferimento diretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('352', 'b', 'Tipo di oggetto', 'Tipo di oggetto', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('352', 'c', 'Contatore di oggetti', 'Contatore di oggetti', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('352', 'd', 'Contatore di linee', 'Contatore di linee', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('352', 'e', 'Contattore di colonne', 'Contattore di colonne', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('352', 'f', 'Contattore verticale', 'Contattore verticale', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('352', 'g', 'Livello di topologia VPF', 'Livello di topologia VPF', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('352', 'i', 'Descrizione di riferimento indiretto', 'Descrizione di riferimento indiretto', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('355', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('355', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('355', 'a', 'Classificazione di sicurezza', 'Classificazione di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('355', 'b', 'Istruzioni per l\'uso', 'Istruzioni per l\'uso', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('355', 'c', 'Informazione di diffusione esterna', 'Informazione di diffusione esterna', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('355', 'd', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 'Informazione di riduzione del livello di sicurezza o di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('355', 'e', 'Sistema di classificazione', 'Sistema di classificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('355', 'f', 'Codice del paese di origine', 'Codice del paese di origine', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('355', 'g', 'Data di riduzione del livello di sicurezza', 'Data di riduzione del livello di sicurezza', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('355', 'h', 'Data di declassificazione', 'Data di declassificazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('355', 'j', 'Autorizzazione', 'Autorizzazione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('357', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('357', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('357', 'a', 'Termine di controllo del creatore', 'Termine di controllo del creatore', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('357', 'b', 'Agenzia di diffusione', 'Agenzia di diffusione', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('357', 'c', 'Destinatari autorizzati del materiale', 'Destinatari autorizzati del materiale', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('357', 'g', 'Altre restrizioni', 'Altre restrizioni', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('359', 'a', 'Prezzo del prestito', 'Prezzo del prestito', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('362', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('362', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('362', 'a', 'Date della pubblicazione e/o designazione sequenziale', 'Date della pubblicazione e/o designazione sequenziale', 0, 0, 'biblioitems.volumedesc', 3, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('362', 'z', 'Fonte dell\'informazione', 'Fonte dell\'informazione', 0, 0, NULL, 3, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('365', '2', 'Fonte del codice del tipo di prezzo', 'Fonte del codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('365', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('365', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('365', 'a', 'Codice del tipo di prezzo', 'Codice del tipo di prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('365', 'b', 'Prezzo totale', 'Prezzo totale', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('365', 'c', 'Codice della valuta', 'Codice della valuta', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('365', 'd', 'Unità de fissazione del prezzo', 'Unità de fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('365', 'e', 'Nota sul prezzo', 'Nota sul prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('365', 'f', 'Prezzo in vigore dal', 'Prezzo in vigore dal', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('365', 'g', 'Prezzo in vigore fino al', 'Prezzo in vigore fino al', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('365', 'h', 'Aliquota 1', 'Aliquota 1', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('365', 'i', 'Aliquota 2', 'Aliquota 2', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('365', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('365', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('365', 'm', 'Identificazione dell\'ente di fissazione del prezzo', 'Identificazione dell\'ente di fissazione del prezzo', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('366', '2', 'Fonte dello stato di disponibilità', 'Fonte dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('366', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('366', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('366', 'a', 'Identificazione editoriale abbreviata di titolo', 'Identificazione editoriale abbreviata di titolo', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('366', 'b', 'Data dettagliata di pubblicazione', 'Data dettagliata di pubblicazione', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('366', 'c', 'Codice dello stato di disponibilità', 'Codice dello stato di disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('366', 'd', 'Data prevedibile della prossima disponibilità', 'Data prevedibile della prossima disponibilità', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('366', 'e', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('366', 'f', 'Tipo di sconto dell\'editore', 'Tipo di sconto dell\'editore', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('366', 'g', 'Data di esaurimento', 'Data di esaurimento', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('366', 'j', 'Codice ISO del paese', 'Codice ISO del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('366', 'k', 'Codice MARC del paese', 'Codice MARC del paese', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('366', 'm', 'Identificazione dell\'agenzia', 'Identificazione dell\'agenzia', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('400', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('400', 'a', 'Personal name', 'Personal name', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'b', 'Numeration', 'Numeration', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('400', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('400', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', '4', 'Relator code', 'Relator code', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('400', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('400', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('400', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'e', 'Relator term', 'Relator term', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 't', 'Title of a work', 'Title of a work', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('410', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('411', '4', 'Relator code', 'Relator code', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', '6', 'Linkage', 'Linkage', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('410', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('411', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('411', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('411', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('440', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('440', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 4, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('411', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('440', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('440', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('440', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 4, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('440', 'a', 'Title', 'Title', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'SER', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
-               ('440', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('440', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 4, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('440', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('440', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, 0, 'SER', '', '', NULL),
-               ('490', '6', 'Linkage', 'Linkage', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('490', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 4, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
-               ('490', 'a', 'Series statement', 'Series statement', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('490', 'l', 'Library of Congress call number', 'Library of Congress call number', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('490', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('490', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('500', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('500', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('500', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('500', 'a', 'General note', 'General note', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('440', 'a', 'Titolo', 'Titolo', 0, 0, 'biblio.seriestitle', 4, '', 'UNIF_TITLE', '', NULL, 0, 'SER', '''440n'',''440p'',''490a'',''830a'',''830n'',''830p'',''899a''', '', NULL),
+               ('440', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, 'biblioitems.number', 4, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('440', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 4, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('440', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, 'biblioitems.volume', 4, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('440', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('490', '6', 'Collegamento', 'Collegamento', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('490', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 4, '', '', NULL, NULL, -6, 'SER', '', '', NULL),
+               ('490', 'a', 'Formulazione della serie', 'Formulazione della serie', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('490', 'l', 'Numero di chiamata (collocazione) della Library of Congress', 'Numero di chiamata (collocazione) della Library of Congress', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('490', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 1, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('490', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 4, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('500', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('500', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('500', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('500', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('500', 'a', 'Nota generale', 'Nota generale', 0, 0, 'biblio.notes', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
                ('500', 'l', 'Library of Congress call number (SE) [OBSOLETE]', 'Library of Congress call number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('500', 'n', 'n (RLIN) [OBSOLETE]', 'n (RLIN) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('500', 'x', 'International Standard Serial Number (SE) [OBSOLETE]', 'International Standard Serial Number (SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('500', 'z', 'Source of note information (AM SE) [OBSOLETE]', 'Source of note information (AM SE) [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('501', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('501', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('501', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('501', 'a', 'With note', 'With note', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('502', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('502', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('502', 'a', 'Dissertation note', 'Dissertation note', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('503', '8', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('501', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('501', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('501', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('501', 'a', 'Nota  Pubblicato con', 'Nota  Pubblicato con', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('502', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('502', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('502', 'a', 'Nota di dissertazione', 'Nota di dissertazione', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('503', '8', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('503', 'a', 'Bibliographic history note', 'Bibliographic history note', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('504', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('504', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('504', 'a', 'Bibliography, etc', 'Bibliography, etc', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('504', 'b', 'Number of references', 'Number of references', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('505', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('505', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('505', 'a', 'Formatted contents note', 'Formatted contents note', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('505', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('505', 'r', 'Statement of responsibility', 'Statement of responsibility', 1, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('505', 't', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('505', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'SER', '', '', NULL),
-               ('506', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('506', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('506', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('506', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('506', 'a', 'Terms governing access', 'Terms governing access', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('506', 'b', 'Jurisdiction', 'Jurisdiction', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('506', 'c', 'Physical access provisions', 'Physical access provisions', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('506', 'd', 'Authorized users', 'Authorized users', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('506', 'e', 'Authorization', 'Authorization', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('506', 'f', 'Standardized terminology for access restriction', 'Standardized terminology for access restriction', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('506', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'SER', '', '', NULL),
-               ('507', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('507', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('507', 'a', 'Representative fraction of scale note', 'Representative fraction of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('507', 'b', 'Remainder of scale note', 'Remainder of scale note', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('508', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('508', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('508', 'a', 'Creation/production credits note', 'Creation/production credits note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('509', 'a', 'Informal Notes', 'Informal Notes', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('510', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('510', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('510', 'a', 'Name of source', 'Name of source', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('510', 'b', 'Coverage of source', 'Coverage of source', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('510', 'c', 'Location within source', 'Location within source', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('510', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('511', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('511', 'a', 'Participant or performer note', 'Participant or performer note', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('512', '6', 'Linkage', 'Linkage', 0, 0, '', -1, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('504', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('504', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('504', 'a', 'Nota di bibliografia, ecc.', 'Nota di bibliografia, ecc.', 0, 0, '', 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('504', 'b', 'Numero dei riferimenti', 'Numero dei riferimenti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('505', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('505', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('505', 'a', 'Nota formattata di contenuto', 'Nota formattata di contenuto', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('505', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 1, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('505', 'r', 'Formulazione di responsabilità', 'Formulazione di responsabilità', 1, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('505', 't', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('505', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'SER', '', '', NULL),
+               ('506', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('506', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('506', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('506', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('506', 'a', 'Condizioni che regolano l\'accesso', 'Condizioni che regolano l\'accesso', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('506', 'b', 'Competenza legale', 'Competenza legale', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('506', 'c', 'Disposizioni per l\'accesso fisico', 'Disposizioni per l\'accesso fisico', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('506', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('506', 'e', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('506', 'f', 'Terminologia normalizzata della restrizione all’accesso', 'Terminologia normalizzata della restrizione all’accesso', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('506', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'SER', '', '', NULL),
+               ('507', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('507', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('507', 'a', 'Nota di frazione rappresentativa di scala', 'Nota di frazione rappresentativa di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('507', 'b', 'Restante parte della nota di scala', 'Restante parte della nota di scala', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('508', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('508', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('508', 'a', 'Nota sui crediti di creazione/produzione', 'Nota sui crediti di creazione/produzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('509', 'a', 'Note informali', 'Note informali', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('510', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('510', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('510', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('510', 'a', 'Nome della fonte', 'Nome della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('510', 'b', 'Copertura della fonte', 'Copertura della fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('510', 'c', 'Localizzazione nella fonte', 'Localizzazione nella fonte', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('510', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('511', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('511', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('511', 'a', 'Nota sui partecipanti o interpreti', 'Nota sui partecipanti o interpreti', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('512', '6', 'Collegamento', 'Collegamento', 0, 0, '', -1, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('512', 'a', 'Earlier or later volumes separately cataloged note', 'Earlier or later volumes separately cataloged note', 0, 0, '', -1, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('513', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('513', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('513', 'a', 'Type of report', 'Type of report', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('513', 'b', 'Period covered', 'Period covered', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'a', 'Attribute accuracy report', 'Attribute accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'b', 'Attribute accuracy value', 'Attribute accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'c', 'Attribute accuracy explanation', 'Attribute accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'd', 'Logical consistency report', 'Logical consistency report', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'e', 'Completeness report', 'Completeness report', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'f', 'Horizontal position accuracy report', 'Horizontal position accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'g', 'Horizontal position accuracy value', 'Horizontal position accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'h', 'Horizontal position accuracy explanation', 'Horizontal position accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'i', 'Vertical positional accuracy report', 'Vertical positional accuracy report', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'j', 'Vertical positional accuracy value', 'Vertical positional accuracy value', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'k', 'Vertical positional accuracy explanation', 'Vertical positional accuracy explanation', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'm', 'Cloud cover', 'Cloud cover', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('514', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'SER', '', '', NULL),
-               ('514', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('515', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('515', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('515', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('513', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('513', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('513', 'a', 'Tipo di rapporto', 'Tipo di rapporto', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('513', 'b', 'Periodo coperto', 'Periodo coperto', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'a', 'Rapporto di esattezza degli attributi', 'Rapporto di esattezza degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'b', 'Valore di esattezza degli attributi', 'Valore di esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'c', 'Spiegazione della esattezza degli attributi', 'Spiegazione della esattezza degli attributi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'd', 'Rapporto di coerenza logica', 'Rapporto di coerenza logica', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'e', 'Rapporto di completezza', 'Rapporto di completezza', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'f', 'Rapporto di esattezza di posizione orizzontale', 'Rapporto di esattezza di posizione orizzontale', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'g', 'Valore di esattezza di posizione orizzontale', 'Valore di esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'h', 'Spiegazione della esattezza di posizione orizzontale', 'Spiegazione della esattezza di posizione orizzontale', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'i', 'Rapporto di esattezza di posizione verticale', 'Rapporto di esattezza di posizione verticale', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'j', 'Valore di esattezza di posizione verticale', 'Valore di esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'k', 'Spiegazione della esattezza di posizione verticale', 'Spiegazione della esattezza di posizione verticale', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'm', 'Nuvolosità', 'Nuvolosità', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('514', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'SER', '', '', NULL),
+               ('514', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('515', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('515', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('515', 'a', 'Nota su particolarità della numerazione', 'Nota su particolarità della numerazione', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('515', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, '', -1, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('516', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('516', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('516', 'a', 'Type of computer file or data note', 'Type of computer file or data note', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('517', 'a', 'Different formats', 'Different formats', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('517', 'b', 'Content descriptors', 'Content descriptors', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('517', 'c', 'Additional animation techniques', 'Additional animation techniques', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('518', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('518', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('518', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('518', 'a', 'Date/time and place of an event note', 'Date/time and place of an event note', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('520', '3', 'Materials specified', 'Materials specified', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('520', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('520', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('520', 'a', 'Summary, etc', 'Summary, etc', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('520', 'b', 'Expansion of summary note', 'Expansion of summary note', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('520', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'SER', '', '', NULL),
+               ('516', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('516', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('516', 'a', 'Nota sul tipo di computer file o di file di dati', 'Nota sul tipo di computer file o di file di dati', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('517', 'a', 'Formati multipli', 'Formati multipli', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('517', 'b', 'Descrittori del contenuto', 'Descrittori del contenuto', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('517', 'c', 'Tecniche d\'animazione addizionali', 'Tecniche d\'animazione addizionali', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('518', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('518', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('518', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('518', 'a', 'Nota sulla data/ora e luogo dell\'evento', 'Nota sulla data/ora e luogo dell\'evento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('520', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('520', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('520', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('520', 'a', 'Nota di riassunto, ecc.', 'Nota di riassunto, ecc.', 0, 0, 'biblio.abstract', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('520', 'b', 'Nota di estensione del riassunto', 'Nota di estensione del riassunto', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('520', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'SER', '', '', NULL),
                ('520', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('521', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('521', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('521', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('521', 'a', 'Target audience note', 'Target audience note', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'SER', '', '', NULL),
-               ('521', 'b', 'Source', 'Source', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'SER', '', '', NULL),
-               ('522', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('522', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('522', 'a', 'Geographic coverage note', 'Geographic coverage note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('523', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('523', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('521', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('521', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('521', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('521', 'a', 'Nota sui destinatari', 'Nota sui destinatari', 1, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'SER', '', '', NULL),
+               ('521', 'b', 'Fonte', 'Fonte', 0, 0, NULL, 5, NULL, NULL, '', NULL, 0, 'SER', '', '', NULL),
+               ('522', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('522', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('522', 'a', 'Nota di copertura geografica', 'Nota di copertura geografica', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('523', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('523', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('523', 'a', 'Time period of content note', 'Time period of content note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('524', '2', 'Source of schema used', 'Source of schema used', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('524', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('524', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('524', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('524', 'a', 'Preferred citation of described materials note', 'Preferred citation of described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('525', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('525', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('525', 'a', 'Supplement note', 'Supplement note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('524', '2', 'Fonte dello schema usato', 'Fonte dello schema usato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('524', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('524', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('524', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('524', 'a', 'Nota sulla citazione preferita dei materiali descritti', 'Nota sulla citazione preferita dei materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('525', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('525', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('525', 'a', 'Nota di supplemento', 'Nota di supplemento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('525', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('526', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('526', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('526', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('526', 'a', 'Program name', 'Program name', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('526', 'b', 'Interest level', 'Interest level', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('526', 'c', 'Reading level', 'Reading level', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('526', 'd', 'Title point value', 'Title point value', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('526', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('526', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 5, '', '', '', NULL, 6, 'SER', '', '', NULL),
-               ('526', 'z', 'Public note', 'Public note', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('527', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('526', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('526', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('526', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('526', 'a', 'Nome del programma', 'Nome del programma', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('526', 'b', 'Livello d\'interesse', 'Livello d\'interesse', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('526', 'c', 'Livello di lettura', 'Livello di lettura', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('526', 'd', 'Valore numerico del titolo', 'Valore numerico del titolo', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('526', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('526', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 5, '', '', '', NULL, 6, 'SER', '', '', NULL),
+               ('526', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('527', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('527', 'a', 'Censorship note', 'Censorship note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('530', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('530', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('530', 'a', 'Additional physical form available note', 'Additional physical form available note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('530', 'b', 'Availability source', 'Availability source', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('530', 'c', 'Availability conditions', 'Availability conditions', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('530', 'd', 'Order number', 'Order number', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('530', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'SER', '', '', NULL),
+               ('530', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('530', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('530', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('530', 'a', 'Nota sulla disponibilità su altro supporto fisico', 'Nota sulla disponibilità su altro supporto fisico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('530', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('530', 'c', 'Condizioni di disponibilità', 'Condizioni di disponibilità', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('530', 'd', 'Numero di ordine', 'Numero di ordine', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('530', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'SER', '', '', NULL),
                ('530', 'z', 'Source of note information (AM CF VM SE) [OBSOLETE]', 'Source of note information (AM CF VM SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('533', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('533', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('533', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('533', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('533', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('533', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('533', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('533', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('533', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('533', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('533', 'm', 'Dates and/or sequential designation of issues reproduced', 'Dates and/or sequential designation of issues reproduced', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('533', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 'a', 'Main entry of original', 'Main entry of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 'b', 'Edition statement of original', 'Edition statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 'c', 'Publication, distribution, etc', 'Publication, distribution, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 'e', 'Physical description, etc', 'Physical description, etc', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 'f', 'Series statement of original', 'Series statement of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 'k', 'Key title of original', 'Key title of original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 'l', 'Location of original', 'Location of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 'm', 'Material specific details', 'Material specific details', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 'n', 'Note about original', 'Note about original', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 'p', 'Introductory phrase', 'Introductory phrase', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 't', 'Title statement of original', 'Title statement of original', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('534', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('535', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('535', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('535', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('535', 'a', 'Custodian', 'Custodian', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('535', 'b', 'Postal address', 'Postal address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('535', 'c', 'Country', 'Country', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('535', 'd', 'Telecommunications address', 'Telecommunications address', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('535', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('536', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('536', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('536', 'a', 'Text of note', 'Text of note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('536', 'b', 'Contract number', 'Contract number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('536', 'c', 'Grant number', 'Grant number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('536', 'd', 'Undifferentiated number', 'Undifferentiated number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('536', 'e', 'Program element number', 'Program element number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('536', 'f', 'Project number', 'Project number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('536', 'g', 'Task number', 'Task number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('536', 'h', 'Work unit number', 'Work unit number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('537', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('533', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('533', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('533', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('533', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('533', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('533', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('533', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('533', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('533', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('533', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('533', 'm', 'Date e/o designazione sequenziale dei documenti riprodotti', 'Date e/o designazione sequenziale dei documenti riprodotti', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('533', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 'a', 'Accesso principale dell\'originale', 'Accesso principale dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 'b', 'Formulazione di edizione dell\'originale', 'Formulazione di edizione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 'c', 'Pubblicazione, distribuzione, ecc., dell\'originale', 'Pubblicazione, distribuzione, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 'e', 'Descrizione fisica, ecc., dell\'originale', 'Descrizione fisica, ecc., dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 'f', 'Formulazione della serie dell\'originale', 'Formulazione della serie dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 'k', 'Titolo chiave dell\'originale', 'Titolo chiave dell\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 'l', 'Localizzazione dell\'originale', 'Localizzazione dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 'n', 'Nota sull\'originale', 'Nota sull\'originale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 'p', 'Frase introduttiva', 'Frase introduttiva', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 't', 'Formulazione del titolo dell\'originale', 'Formulazione del titolo dell\'originale', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('534', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('535', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('535', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('535', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('535', 'a', 'Conservatore', 'Conservatore', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('535', 'b', 'Indirizzo postale', 'Indirizzo postale', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('535', 'c', 'Paese', 'Paese', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('535', 'd', 'Indirizzo di telecomunicazione', 'Indirizzo di telecomunicazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('535', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('536', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('536', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('536', 'a', 'Testo della nota', 'Testo della nota', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('536', 'b', 'Numero di contratto', 'Numero di contratto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('536', 'c', 'Numero di sovvenzione', 'Numero di sovvenzione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('536', 'd', 'Numero indifferenziato', 'Numero indifferenziato', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('536', 'e', 'Numero di elemento di un programma', 'Numero di elemento di un programma', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('536', 'f', 'Numero di progetto', 'Numero di progetto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('536', 'g', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('536', 'h', 'Numero di unità di lavoro', 'Numero di unità di lavoro', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('537', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('537', 'a', 'Source of data note', 'Source of data note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('538', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('538', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('538', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('538', 'a', 'System details note', 'System details note', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('538', 'i', 'Display text', 'Display text', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('538', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -1, 'SER', '', '', NULL),
-               ('540', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('540', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('540', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('540', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('540', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('540', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('540', 'c', 'Authorization', 'Authorization', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('540', 'd', 'Authorized users', 'Authorized users', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('540', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'SER', '', '', NULL),
-               ('541', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('541', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('541', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('541', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('541', 'a', 'Source of acquisition', 'Source of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
-               ('541', 'b', 'Address', 'Address', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
-               ('541', 'c', 'Method of acquisition', 'Method of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
-               ('541', 'd', 'Date of acquisition', 'Date of acquisition', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
-               ('541', 'e', 'Accession number', 'Accession number', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
-               ('541', 'f', 'Owner', 'Owner', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
-               ('541', 'h', 'Purchase price', 'Purchase price', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
-               ('541', 'n', 'Extent', 'Extent', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
-               ('541', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
-               ('543', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('538', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('538', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('538', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('538', 'a', 'Nota sui requisiti del sistema', 'Nota sui requisiti del sistema', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('538', 'i', 'Testo da visualizzare', 'Testo da visualizzare', 0, 0, '', 5, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('538', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -1, 'SER', '', '', NULL),
+               ('540', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('540', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('540', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('540', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('540', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('540', 'b', 'Competenza legale', 'Competenza legale', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('540', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('540', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('540', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'SER', '', '', NULL),
+               ('541', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('541', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('541', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('541', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('541', 'a', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
+               ('541', 'b', 'Indirizzo', 'Indirizzo', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
+               ('541', 'c', 'Metodo d\'acquisto', 'Metodo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
+               ('541', 'd', 'Data d\'acquisto', 'Data d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
+               ('541', 'e', 'Numero d\'accessione', 'Numero d\'accessione', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
+               ('541', 'f', 'Proprietario', 'Proprietario', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
+               ('541', 'h', 'Prezzo d\'acquisto', 'Prezzo d\'acquisto', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
+               ('541', 'n', 'Estensione', 'Estensione', 0, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
+               ('541', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, 1, 'SER', '', '', NULL),
+               ('543', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('543', 'a', 'Solicitation information note', 'Solicitation information note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('544', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('544', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('544', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('544', 'a', 'Custodian', 'Custodian', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('544', 'b', 'Address', 'Address', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('544', 'c', 'Country', 'Country', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('544', 'd', 'Title', 'Title', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('544', 'e', 'Provenance', 'Provenance', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('544', 'n', 'Note', 'Note', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('545', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('545', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('545', 'a', 'Biographical or historical note', 'Biographical or historical note', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('545', 'b', 'Expansion', 'Expansion', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('545', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'SER', '', '', NULL),
-               ('546', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('546', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('546', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('546', 'a', 'Language note', 'Language note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('546', 'b', 'Information code or alphabet', 'Information code or alphabet', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('544', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('544', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('544', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('544', 'a', 'Conservatore', 'Conservatore', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('544', 'b', 'Indirizzo', 'Indirizzo', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('544', 'c', 'Paese', 'Paese', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('544', 'd', 'Titolo', 'Titolo', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('544', 'e', 'Provenienza', 'Provenienza', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('544', 'n', 'Nota', 'Nota', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('545', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('545', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('545', 'a', 'Nota biografica o storica', 'Nota biografica o storica', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('545', 'b', 'Ampliamento', 'Ampliamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('545', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'SER', '', '', NULL),
+               ('546', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('546', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('546', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('546', 'a', 'Nota sulla lingua', 'Nota sulla lingua', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('546', 'b', 'Codice d\'informazione o alfabeto', 'Codice d\'informazione o alfabeto', 1, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
                ('546', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('547', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('547', 'a', 'Former title complexity note', 'Former title complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('547', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('547', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('547', 'a', 'Nota sulla complessità del titolo precedente', 'Nota sulla complessità del titolo precedente', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('547', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('550', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('550', 'a', 'Issuing body note', 'Issuing body note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('550', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('550', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('550', 'a', 'Nota sull\'ente responsabile', 'Nota sull\'ente responsabile', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('550', 'z', 'Source of note information (SE) [OBSOLETE]', 'Source of note information (SE) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('552', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'a', 'Entity type label', 'Entity type label', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'b', 'Entity type definition and source', 'Entity type definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'c', 'Attribute label', 'Attribute label', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'd', 'Attribute definition and source', 'Attribute definition and source', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'e', 'Enumerated domain value', 'Enumerated domain value', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'f', 'Enumerated domain value definition and source', 'Enumerated domain value definition and source', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'g', 'Range domain minimum and maximum', 'Range domain minimum and maximum', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'h', 'Codeset name and source', 'Codeset name and source', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'i', 'Unrepresentable domain', 'Unrepresentable domain', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'j', 'Attribute units of measurement and resolution', 'Attribute units of measurement and resolution', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'k', 'Beginning date and ending date of attribute values', 'Beginning date and ending date of attribute values', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'l', 'Attribute value accuracy', 'Attribute value accuracy', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'm', 'Attribute value accuracy explanation', 'Attribute value accuracy explanation', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'n', 'Attribute measurement frequency', 'Attribute measurement frequency', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'o', 'Entity and attribute overview', 'Entity and attribute overview', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'p', 'Entity and attribute detail citation', 'Entity and attribute detail citation', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('552', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 5, '', '', '', 1, -6, 'SER', '', '', NULL),
-               ('552', 'z', 'Display note', 'Display note', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('555', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('555', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('555', 'a', 'Cumulative index/finding aids note', 'Cumulative index/finding aids note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('555', 'b', 'Availability source', 'Availability source', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('555', 'c', 'Degree of control', 'Degree of control', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('555', 'd', 'Bibliographic reference', 'Bibliographic reference', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('555', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'SER', '', '', NULL),
-               ('556', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('556', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('556', 'a', 'Information about documentation note', 'Information about documentation note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('556', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('561', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('561', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('561', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('561', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('561', 'a', 'History', 'History', 0, 0, '', 5, '', '', '', NULL, 6, 'SER', '', '', NULL),
+               ('552', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'a', 'Etichetta del tipo di ente', 'Etichetta del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'b', 'Definizione e fonte del tipo di ente', 'Definizione e fonte del tipo di ente', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'c', 'Etichetta dell\'attributo', 'Etichetta dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'd', 'Definizione e fonte dell\'attributo', 'Definizione e fonte dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'e', 'Valore del dominio enumerato', 'Valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'f', 'Definizione e fonte del valore del dominio enumerato', 'Definizione e fonte del valore del dominio enumerato', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'g', 'Minimo e massimo del range del dominio', 'Minimo e massimo del range del dominio', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'h', 'Nome e fonte del set dei codici', 'Nome e fonte del set dei codici', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'i', 'Dominio non rappresentabile', 'Dominio non rappresentabile', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'j', 'Unità di misura e risoluzione degli attributi', 'Unità di misura e risoluzione degli attributi', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'k', 'Data d\'inizio e data di fine dei valori dell\'attributo', 'Data d\'inizio e data di fine dei valori dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'l', 'Esattezza del valore dell\'attributo', 'Esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'm', 'Spiegazione dell\'esattezza del valore dell\'attributo', 'Spiegazione dell\'esattezza del valore dell\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'n', 'Frequenza della misura d\'attributo', 'Frequenza della misura d\'attributo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'o', 'Riassunto di ente e d\'attributo', 'Riassunto di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'p', 'Citazione dei dettagli di ente e d\'attributo', 'Citazione dei dettagli di ente e d\'attributo', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('552', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 5, '', '', '', 1, -6, 'SER', '', '', NULL),
+               ('552', 'z', 'Nota di visualizzazione', 'Nota di visualizzazione', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('555', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('555', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('555', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('555', 'a', 'Nota sull\'indice cumulativo/strumenti di ricerca', 'Nota sull\'indice cumulativo/strumenti di ricerca', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('555', 'b', 'Fonte di disponibilità', 'Fonte di disponibilità', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('555', 'c', 'Grado di controllo', 'Grado di controllo', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('555', 'd', 'Riferimento bibliografico', 'Riferimento bibliografico', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('555', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'SER', '', '', NULL),
+               ('556', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('556', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('556', 'a', 'Nota d\'informazione sulla documentazione', 'Nota d\'informazione sulla documentazione', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('556', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('561', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('561', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('561', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('561', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('561', 'a', 'Storia', 'Storia', 0, 0, '', 5, '', '', '', NULL, 6, 'SER', '', '', NULL),
                ('561', 'b', 'Time of collation [OBSOLETE]', 'Time of collation [OBSOLETE]', 0, 0, '', 5, '', '', '', NULL, 6, 'SER', '', '', NULL),
-               ('562', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('562', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('562', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('562', 'a', 'Identifying markings', 'Identifying markings', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('562', 'b', 'Copy identification', 'Copy identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('562', 'c', 'Version identification', 'Version identification', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('562', 'd', 'Presentation format', 'Presentation format', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('562', 'e', 'Number of copies', 'Number of copies', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('563', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('563', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('563', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('563', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('563', 'a', 'Binding note', 'Binding note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('563', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'SER', '', '', NULL),
-               ('565', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('565', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('565', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('565', 'a', 'Number of cases/variables', 'Number of cases/variables', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('565', 'b', 'Name of variable', 'Name of variable', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('565', 'c', 'Unit of analysis', 'Unit of analysis', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('565', 'd', 'Universe of data', 'Universe of data', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('565', 'e', 'Filing scheme or code', 'Filing scheme or code', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('567', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('567', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('567', 'a', 'Methodology note', 'Methodology note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('570', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('562', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('562', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('562', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('562', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('562', 'a', 'Marche d\'identificazione', 'Marche d\'identificazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('562', 'b', 'Identificazione della copia', 'Identificazione della copia', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('562', 'c', 'Identificazione della versione', 'Identificazione della versione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('562', 'd', 'Formato di presentazione', 'Formato di presentazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('562', 'e', 'Numero di copie', 'Numero di copie', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('563', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('563', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('563', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('563', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('563', 'a', 'Nota sulla rilegatura', 'Nota sulla rilegatura', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('563', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, NULL, 5, NULL, NULL, '', 1, -6, 'SER', '', '', NULL),
+               ('565', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('565', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('565', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('565', 'a', 'Numero di pratiche/variabili', 'Numero di pratiche/variabili', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('565', 'b', 'Nome della variabile', 'Nome della variabile', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('565', 'c', 'Unità d\'analisi', 'Unità d\'analisi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('565', 'd', 'Universo dei dati', 'Universo dei dati', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('565', 'e', 'Sistema o codice d’archiviazione', 'Sistema o codice d’archiviazione', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('567', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('567', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('567', 'a', 'Nota sulla metodologia', 'Nota sulla metodologia', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('570', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('570', 'a', 'Editor note', 'Editor note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('570', 'z', 'Source of note information', 'Source of note information', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('580', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('580', 'a', 'Linking entry complexity note', 'Linking entry complexity note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('580', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('580', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('580', 'a', 'Nota di collegamento complesso', 'Nota di collegamento complesso', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('580', 'z', 'Source of note information [OBSOLETE]', 'Source of note information [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('581', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('581', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('581', 'a', 'Publications about described materials note', 'Publications about described materials note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('581', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('582', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('581', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('581', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('581', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('581', 'a', 'Nota di pubblicazioni sui materiali descritti', 'Nota di pubblicazioni sui materiali descritti', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('581', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('582', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('582', 'a', 'Related computer files note', 'Related computer files note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('583', '2', 'Source of term', 'Source of term', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('583', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('583', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('583', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('583', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('583', 'a', 'Action', 'Action', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'b', 'Action identification', 'Action identification', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'c', 'Time/date of action', 'Time/date of action', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'd', 'Action interval', 'Action interval', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'e', 'Contingency for action', 'Contingency for action', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'f', 'Authorization', 'Authorization', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'h', 'Jurisdiction', 'Jurisdiction', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'i', 'Method of action', 'Method of action', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'j', 'Site of action', 'Site of action', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'k', 'Action agent', 'Action agent', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'l', 'Status', 'Status', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'n', 'Extent', 'Extent', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'o', 'Type of unit', 'Type of unit', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('583', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -1, 'SER', '', '', NULL),
-               ('583', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', NULL, 4, 'SER', '', '', NULL),
-               ('583', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('584', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('584', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('584', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('584', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('584', 'a', 'Accumulation', 'Accumulation', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('584', 'b', 'Frequency of use', 'Frequency of use', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('585', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('585', '5', 'Institution to which field applies', 'Institution to which field applies', 0, -6, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('585', '6', 'Linkage', 'Linkage', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('585', 'a', 'Exhibitions note', 'Exhibitions note', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('586', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('586', '6', 'Linkage', 'Linkage', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('586', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('586', 'a', 'Awards note', 'Awards note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('583', '2', 'Fonte', 'Fonte', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('583', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('583', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('583', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('583', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('583', 'a', 'Azione', 'Azione', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'b', 'Identificazione dell\'azione', 'Identificazione dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'c', 'Momento/data dell\'azione', 'Momento/data dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'd', 'Intervallo dell\'azione', 'Intervallo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'e', 'Contingenza per l\'azione', 'Contingenza per l\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'f', 'Autorizzazione', 'Autorizzazione', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'h', 'Competenza legale', 'Competenza legale', 0, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'i', 'Metodo dell\'azione', 'Metodo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'j', 'Luogo dell\'azione', 'Luogo dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'k', 'Agente dell\'azione', 'Agente dell\'azione', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'l', 'Stato', 'Stato', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'n', 'Estensione', 'Estensione', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('583', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -1, 'SER', '', '', NULL),
+               ('583', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', NULL, 4, 'SER', '', '', NULL),
+               ('583', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('584', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('584', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('584', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('584', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('584', 'a', 'Accumulo', 'Accumulo', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('584', 'b', 'Frequenza d\'uso', 'Frequenza d\'uso', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('585', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('585', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, -6, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('585', '6', 'Collegamento', 'Collegamento', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('585', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('585', 'a', 'Nota di mostre', 'Nota di mostre', 0, 0, '', 5, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('586', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('586', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('586', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('586', 'a', 'Nota di premi', 'Nota di premi', 0, 0, NULL, 5, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
                ('590', '6', 'Linkage (RLIN)', 'Linkage (RLIN)', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('590', '8', 'Field link and sequence number (RLIN)', 'Field link and sequence number (RLIN)', 1, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('590', 'a', 'Local note', 'Local note', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('590', 'b', 'Provenance (VM) [OBSOLETE]', 'Provenance (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('590', 'c', 'Condition of individual reels (VM) [OBSOLETE]', 'Condition of individual reels (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('590', 'd', 'Origin of safety copy (VM) [OBSOLETE]', 'Origin of safety copy (VM) [OBSOLETE]', 0, 0, NULL, 5, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('600', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('600', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('600', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('600', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('600', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'SER', '', '', NULL),
-               ('600', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('600', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('600', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('600', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('600', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('600', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('600', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('600', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('600', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('600', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('610', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('610', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -1, 'SER', '', '', NULL),
+               ('600', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('600', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('600', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('600', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('600', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('600', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('600', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('600', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('600', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('600', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('610', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('610', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('610', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('610', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'SER', '', '', NULL),
-               ('610', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('610', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('610', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('610', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('610', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('610', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('610', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('610', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('610', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('611', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('611', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -1, 'SER', '', '', NULL),
+               ('610', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('610', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('610', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('610', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('610', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('610', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('610', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('610', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('610', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('611', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('611', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('611', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('611', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'SER', '', '', NULL),
+               ('611', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -1, 'SER', '', '', NULL),
                ('611', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('611', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('611', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('611', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('611', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('611', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('611', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('611', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('611', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('630', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('630', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('630', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('611', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('611', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('611', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('611', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('611', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('611', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('611', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('611', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('630', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('630', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('630', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('630', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('630', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'SER', '', '', NULL),
-               ('630', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('630', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('630', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('630', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('630', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('630', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('630', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('630', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('648', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('648', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('648', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('648', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('648', 'a', 'Chronological term', 'Chronological term', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'SER', '', '', NULL),
-               ('648', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('648', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('648', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('648', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('650', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('650', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('650', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('650', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('650', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('630', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -1, 'SER', '', '', NULL),
+               ('630', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('630', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('630', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('630', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('630', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('630', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('630', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('630', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('648', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('648', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('648', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('648', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('648', 'a', 'Termine cronologico', 'Termine cronologico', 0, 0, NULL, 6, NULL, 'CHRON_TERM', '', NULL, -6, 'SER', '', '', NULL),
+               ('648', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('648', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('648', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('648', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('650', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('650', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('650', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('650', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('650', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('650', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('650', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'SER', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
-               ('650', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('650', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('650', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('650', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('650', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('650', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('650', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('650', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, 0, 'SER', '', '', NULL),
-               ('651', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('651', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('651', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('651', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('651', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('650', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, 'bibliosubject.subject', 6, '', 'TOPIC_TERM', '', 0, 0, 'SER', '''6003'',''600a'',''600b'',''600c'',''600d'',''600e'',''600f'',''600g'',''600h'',''600k'',''600l'',''600m'',''600n'',''600o'',''600p'',''600r'',''600s'',''600t'',''600u'',''600x'',''600z'',''600y'',''600v'',''6103'',''610a'',''610b'',''610c'',''610d'',''610e'',''610f'',''610g'',''610h'',''610k'',''610l'',''610m'',''610n'',''610o'',''610p'',''610r'',''610s'',''610t'',''610u'',''610x'',''610z'',''610y'',''610v'',''6113'',''611a'',''611b'',''611c'',''611d'',''611e'',''611f'',''611g'',''611h'',''611k'',''611l'',''611m'',''611n'',''611o'',''611p'',''611r'',''611s'',''611t'',''611u'',''611x'',''611z'',''611y'',''611v'',''630a'',''630b'',''630c'',''630d'',''630e'',''630f'',''630g'',''630h'',''630k'',''630l'',''630m'',''630n'',''630o'',''630p'',''630r'',''630s'',''630t'',''630x'',''630z'',''630y'',''630v'',''6483'',''648a'',''648x'',''648z'',''648y'',''648v'',''6503'',''650b'',''650c'',''650d'',''650e'',''650x'',''650z'',''650y'',''650v'',''6513'',''651a'',''651b'',''651c'',''651d'',''651e'',''651x'',''651z'',''651y'',''651v'',''653a'',''6543'',''654a'',''654b'',''654x'',''654z'',''654y'',''654v'',''6553'',''655a'',''655b'',''655x'',''655z'',''655y'',''655v'',''6563'',''656a'',''656k'',''656x'',''656z'',''656y'',''656v'',''6573'',''657a'',''657x'',''657z'',''657y'',''657v'',''658a'',''658b'',''658c'',''658d'',''658v''', '', NULL),
+               ('650', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('650', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('650', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('650', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('650', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('650', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('650', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('650', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, 0, 'SER', '', '', NULL),
+               ('651', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('651', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('651', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('651', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('651', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('651', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('651', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'SER', '', '', NULL),
+               ('651', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -1, 'SER', '', '', NULL),
                ('651', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('651', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('651', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('651', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('651', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('651', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('652', 'a', 'Geographic name of place element', 'Geographic name of place element', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('652', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('652', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('652', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('653', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('653', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('653', 'a', 'Uncontrolled term', 'Uncontrolled term', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('654', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('654', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('654', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('654', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('654', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('654', 'a', 'Focus term', 'Focus term', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'SER', '', '', NULL),
-               ('654', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('654', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('654', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('654', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('654', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('654', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('654', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('655', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('655', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('655', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('655', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('655', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('655', 'a', 'Genre/form data or focus term', 'Genre/form data or focus term', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'SER', '', '', NULL),
-               ('655', 'b', 'Non-focus term', 'Non-focus term', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('655', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('655', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('655', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('655', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('655', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('656', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('656', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('656', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('656', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('656', 'a', 'Occupation', 'Occupation', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'SER', '', '', NULL),
-               ('656', 'k', 'Form', 'Form', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('656', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('656', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('656', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('656', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('657', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('657', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('657', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('657', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('657', 'a', 'Function', 'Function', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'SER', '', '', NULL),
-               ('657', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('657', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('657', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('657', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('658', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('658', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('658', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('658', 'a', 'Main curriculum objective', 'Main curriculum objective', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'SER', '', '', NULL),
-               ('658', 'b', 'Subordinate curriculum objective', 'Subordinate curriculum objective', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('658', 'c', 'Curriculum code', 'Curriculum code', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('658', 'd', 'Correlation factor', 'Correlation factor', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('662', '2', 'Source of term', 'Source of term', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('662', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('662', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('662', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('662', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('662', 'a', 'Country or larger entity', 'Country or larger entity', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'SER', '', '', NULL),
-               ('662', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('662', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('662', 'd', 'City', 'City', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('662', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('662', 'f', 'City subsection', 'City subsection', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('662', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('662', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('651', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('651', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('651', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('651', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('651', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('652', 'a', 'Nome geografico del luogo', 'Nome geografico del luogo', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('652', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('652', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('652', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('653', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('653', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('653', 'a', 'Termine non controllato', 'Termine non controllato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('654', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('654', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('654', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('654', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('654', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('654', 'a', 'Termine principale', 'Termine principale', 1, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -6, 'SER', '', '', NULL),
+               ('654', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('654', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('654', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('654', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('654', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('654', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('654', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('655', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('655', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('655', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('655', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('655', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('655', 'a', 'Termine principale di genere/forma', 'Termine principale di genere/forma', 0, 0, '', 6, '', 'GENRE/FORM', '', NULL, -1, 'SER', '', '', NULL),
+               ('655', 'b', 'Termine non principale', 'Termine non principale', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('655', 'c', 'Designazione di faccetta/gerarchia', 'Designazione di faccetta/gerarchia', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('655', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('655', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('655', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('655', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('656', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('656', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('656', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('656', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('656', 'a', 'Occupazione', 'Occupazione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'SER', '', '', NULL),
+               ('656', 'k', 'Forma', 'Forma', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('656', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('656', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('656', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('656', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('657', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('657', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('657', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('657', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('657', 'a', 'Funzione', 'Funzione', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, -1, 'SER', '', '', NULL),
+               ('657', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('657', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('657', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('657', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('658', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('658', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('658', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('658', 'a', 'Obiettivo principale del curriculum scolastico', 'Obiettivo principale del curriculum scolastico', 0, 0, '', 6, '', 'TOPIC_TERM', '', NULL, 0, 'SER', '', '', NULL),
+               ('658', 'b', 'Obiettivo secondario del curriculum scolastico', 'Obiettivo secondario del curriculum scolastico', 1, 0, '', 6, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('658', 'c', 'Codice di curriculum scolastico', 'Codice di curriculum scolastico', 0, 0, '', 6, '', '', '', NULL, 0, 'SER', '', '', NULL),
+               ('658', 'd', 'Fattore di correlazione', 'Fattore di correlazione', 0, 0, '', 6, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('662', '2', 'Fonte', 'Fonte', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('662', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('662', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('662', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('662', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('662', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('662', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('662', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('662', 'd', 'Città', 'Città', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('662', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('662', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('662', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('662', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('690', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('690', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('690', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('690', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('690', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('690', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('690', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('690', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('690', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('690', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('690', 'a', 'Topical term or geographic name as entry element', 'Topical term or geographic name as entry element', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'SER', '', '', NULL),
-               ('690', 'b', 'Topical term following geographic name as entry element', 'Topical term following geographic name as entry element', 0, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('690', 'c', 'Location of event', 'Location of event', 0, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('690', 'd', 'Active dates', 'Active dates', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('690', 'e', 'Relator term', 'Relator term', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('690', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('690', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('690', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('690', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('690', 'a', 'Termine topico o nome geografico come accesso', 'Termine topico o nome geografico come accesso', 0, 0, '', 6, '', 'TOPIC_TERM', '', 0, -1, 'SER', '', '', NULL),
+               ('690', 'b', 'Nome geografico che precede un termine topico come accesso', 'Nome geografico che precede un termine topico come accesso', 0, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('690', 'c', 'Luogo dell\'evento', 'Luogo dell\'evento', 0, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('690', 'd', 'Date d\'attività', 'Date d\'attività', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('690', 'e', 'Termine di ruolo', 'Termine di ruolo', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('690', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('690', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('690', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('690', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', 0, -1, 'SER', '', '', NULL),
                ('691', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('691', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('691', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('691', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('691', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('691', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('691', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('691', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('691', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('691', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('691', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('691', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', 'GEOGR_NAME', '', NULL, -6, 'SER', '', '', NULL),
                ('691', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('691', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('691', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('691', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('691', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('691', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('691', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('691', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('691', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('696', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('696', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('696', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('696', 'a', 'Personal name', 'Personal name', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'b', 'Numeration', 'Numeration', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('696', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 6, '', 'PERSO_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('696', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('697', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('697', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', '4', 'Relator code', 'Relator code', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('697', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('697', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'e', 'Relator term', 'Relator term', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'h', 'Medium', 'Medium', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'r', 'Key for music', 'Key for music', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 's', 'Version', 'Version', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 't', 'Title of a work', 'Title of a work', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('697', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 6, '', 'CORPO_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'h', 'Supporto', 'Supporto', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 's', 'Versione', 'Versione', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('697', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('698', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('698', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', '4', 'Relator code', 'Relator code', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('698', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('698', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 6, NULL, 'MEETI_NAME', '', NULL, -6, 'SER', '', '', NULL),
                ('698', 'b', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 'Number  (BK CF MP MU SE VM MX)  [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('698', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('698', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('699', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 6, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('699', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', '6', 'Linkage', 'Linkage', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('699', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('699', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'h', 'Medium', 'Medium', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 's', 'Version', 'Version', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'v', 'Form subdivision', 'Form subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'x', 'General subdivision', 'General subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('699', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('700', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 6, NULL, 'UNIF_TITLE', '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 's', 'Versione', 'Versione', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('699', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, NULL, 6, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('700', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('700', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('700', 'a', 'Personal name', 'Personal name', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'SER', '', '', NULL),
-               ('700', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('700', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('700', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('700', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('700', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('705', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'a', 'Nome di persona', 'Nome di persona', 0, 0, 'additionalauthors.author', 7, '', 'PERSO_NAME', '', NULL, -1, 'SER', '', '', NULL),
+               ('700', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('700', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('700', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('700', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('700', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('700', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('700', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('705', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('710', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'SER', '', '', NULL),
-               ('710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('710', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('710', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
-               ('710', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('710', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('711', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -1, 'SER', '', '', NULL),
+               ('710', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('710', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('710', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('710', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -1, 'SER', '', '', NULL),
+               ('710', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('710', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('711', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('711', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'SER', '', '', NULL),
+               ('711', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -1, 'SER', '', '', NULL),
                ('711', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('711', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('711', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('711', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('711', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('711', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('711', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('711', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('715', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('715', 'a', 'Corporate name or jurisdiction name', 'Corporate name or jurisdiction name', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('715', 'b', 'Subordinate unit', 'Subordinate unit', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('715', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('715', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('715', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('715', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('715', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('715', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('715', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('715', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('715', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('715', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('715', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 'a', 'Ragione sociale o nome giuridico', 'Ragione sociale o nome giuridico', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 'b', 'Unità subordinata', 'Unità subordinata', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('715', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('715', 'u', 'Nonprinting information', 'Nonprinting information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('720', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('720', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('720', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('720', 'a', 'Name', 'Name', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('720', 'e', 'Relator term', 'Relator term', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
-               ('730', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('720', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('720', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('720', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('720', 'a', 'Nome', 'Nome', 0, 0, '', 7, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('720', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -1, 'SER', '', '', NULL),
+               ('730', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('730', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('730', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('730', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('740', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('740', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('740', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('740', 'a', 'Uncontrolled related/analytical title', 'Uncontrolled related/analytical title', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('740', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('740', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('740', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('752', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('752', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('752', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('752', 'a', 'Country or larger entity', 'Country or larger entity', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('752', 'b', 'First-order political jurisdiction', 'First-order political jurisdiction', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('752', 'c', 'Intermediate political jurisdiction', 'Intermediate political jurisdiction', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('752', 'd', 'City', 'City', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('752', 'f', 'City subsection', 'City subsection', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('752', 'g', 'Other nonjurisdictional geographic region and feature', 'Other nonjurisdictional geographic region and feature', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('752', 'h', 'Extraterrestrial area', 'Extraterrestrial area', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('753', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('753', 'a', 'Make and model of machine', 'Make and model of machine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('753', 'b', 'Programming language', 'Programming language', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('753', 'c', 'Operating system', 'Operating system', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('754', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('754', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('754', 'a', 'Taxonomic name', 'Taxonomic name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('754', 'c', 'Taxonomic category', 'Taxonomic category', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('754', 'd', 'Common or alternative name', 'Common or alternative name', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('754', 'x', 'Non-public note', 'Non-public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('754', 'z', 'Public note', 'Public note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('755', '2', 'Source of taxonomic identification', 'Source of taxonomic identification', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('755', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('755', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('755', 'a', 'Access term', 'Access term', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('755', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('760', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'SER', '', '', NULL),
-               ('760', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('730', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('740', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('740', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('740', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('740', 'a', 'Titolo analitico/correlato non controllato', 'Titolo analitico/correlato non controllato', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('740', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('740', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('740', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('752', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('752', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('752', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('752', 'a', 'Paese o ente maggiore', 'Paese o ente maggiore', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('752', 'b', 'Giurisdizione politica principale', 'Giurisdizione politica principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('752', 'c', 'Giurisdizione politica intermedia', 'Giurisdizione politica intermedia', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('752', 'd', 'Città', 'Città', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('752', 'f', 'Suddivisione comunale', 'Suddivisione comunale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('752', 'g', 'Altra regione e caratteristica geografica non giurisdizionale', 'Altra regione e caratteristica geografica non giurisdizionale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('752', 'h', 'Paese o ente maggiore', 'Paese o ente maggiore', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('753', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('753', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('753', 'a', 'Marca e modello della macchina', 'Marca e modello della macchina', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('753', 'b', 'Linguaggio di programmazione', 'Linguaggio di programmazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('753', 'c', 'Sistema operativo', 'Sistema operativo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('754', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('754', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('754', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('754', 'a', 'Nome tassonomico', 'Nome tassonomico', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('754', 'c', 'Categoria tassonomica', 'Categoria tassonomica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('754', 'd', 'Nome comune o alternativo', 'Nome comune o alternativo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('754', 'x', 'Nota non pubblica', 'Nota non pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('754', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('755', '2', 'Fonte dell\'identificazione tassonomica', 'Fonte dell\'identificazione tassonomica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('755', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('755', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('755', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('755', 'a', 'Termine d\'accesso', 'Termine d\'accesso', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('755', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('755', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('755', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('760', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, 0, 'SER', '', '', NULL),
+               ('760', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('760', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('760', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('760', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('762', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('762', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('762', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('765', 'q', 'Parallel title (BK SE)  [OBSOLETE]', 'Parallel title (BK SE)  [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('765', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('765', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('765', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('767', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('767', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('767', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', '8', 'Field link and sequence number', 'Field link and sequence number ', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('767', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('770', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('770', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('770', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('770', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('772', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('772', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('772', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('772', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', '0', 'Codice record bibliografico contenente lo spoglio', 'Codice record bibliografico contenente lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', '9', 'Codice copia contenete lo spoglio', 'Codice copia contenete lo spoglio', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('773', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('773', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('773', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('774', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('774', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'e', 'Language code', 'Language code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'f', 'Country code', 'Country code', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('774', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'e', 'Codice lingua', 'Codice lingua', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'f', 'Codice di paese', 'Codice di paese', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('775', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('775', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('775', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('775', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('776', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('776', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('776', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('776', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('777', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('777', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('777', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('780', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('780', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('780', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('780', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('785', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('785', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('785', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'j', 'Period of content', 'Period of content', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'p', 'Abbreviated title', 'Abbreviated title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('785', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'j', 'Periodo del contenuto', 'Periodo del contenuto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'p', 'Titolo abbreviato', 'Titolo abbreviato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('786', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('786', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', '7', 'Control subfield', 'Control subfield', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'a', 'Main entry heading', 'Main entry heading', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'b', 'Edition', 'Edition', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'c', 'Qualifying information', 'Qualifying information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'd', 'Place, publisher, and date of publication', 'Place, publisher, and date of publication', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'g', 'Relationship information', 'Relationship information', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'h', 'Physical description', 'Physical description', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'i', 'Display text', 'Display text', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'k', 'Series data for related item', 'Series data for related item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'm', 'Material-specific details', 'Material-specific details', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'n', 'Note', 'Note', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'o', 'Other item identifier', 'Other item identifier', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('786', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', '7', 'Sottocampo di controllo', 'Sottocampo di controllo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'a', 'Intestazione principale', 'Intestazione principale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'b', 'Edizione', 'Edizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'c', 'Qualificazione', 'Qualificazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'd', 'Luogo, editore e data di pubblicazione', 'Luogo, editore e data di pubblicazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'g', 'Informazione sulla relazione', 'Informazione sulla relazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'h', 'Descrizione fisica', 'Descrizione fisica', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'i', 'Informazione sulla relazione', 'Informazione sulla relazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'k', 'Dati della serie dell\'item correlato', 'Dati della serie dell\'item correlato', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'm', 'Dettagli specifici del materiale', 'Dettagli specifici del materiale', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'n', 'Nota', 'Nota', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'o', 'Altro identificatore dell\'item', 'Altro identificatore dell\'item', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('787', 'q', 'Parallel title (BK SE) [OBSOLETE]', 'Parallel title (BK SE) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'r', 'Report number', 'Report number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 's', 'Uniform title', 'Uniform title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 't', 'Title', 'Title', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'r', 'Numero di rapporto', 'Numero di rapporto', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 's', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 't', 'Titolo', 'Titolo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('787', 'u', 'Standard Technical Report Number', 'Standard Technical Report Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'w', 'Record control number', 'Record control number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'y', 'CODEN designation', 'CODEN designation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('787', 'z', 'International Standard Book Number', 'International Standard Book Number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'y', 'Designazione CODEN', 'Designazione CODEN', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('787', 'z', 'ISBN (International Standard Book Number)', 'ISBN (International Standard Book Number)', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('789', '%', '%', '%', 0, 0, '', 7, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('789', '2', '2', '2', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('789', '3', '3', '3', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
@@ -30064,365 +30665,369 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('789', 'y', 'y', 'y', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('789', 'z', 'z', 'z', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('796', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('796', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('796', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('796', 'a', 'Personal name', 'Personal name', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'b', 'Numeration', 'Numeration', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('796', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 7, '', 'PERSO_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('796', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('797', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('797', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', '4', 'Relator code', 'Relator code', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('797', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('797', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'e', 'Relator term', 'Relator term', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('797', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 7, '', 'CORPO_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('797', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('798', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('798', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', '4', 'Relator code', 'Relator code', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', '6', 'Linkage', 'Linkage', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('798', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('798', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 7, NULL, 'MEETI_NAME', '', NULL, -6, 'SER', '', '', NULL),
                ('798', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'h', 'Medium', 'Medium', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 's', 'Version', 'Version', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('798', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 's', 'Versione', 'Versione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('798', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, NULL, 7, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('799', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 7, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('799', '3', 'Materials specified', 'Materials specified', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', '6', 'Linkage', 'Linkage', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', '6', 'Collegamento', 'Collegamento', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('799', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 7, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('799', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 'h', 'Medium', 'Medium', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 'r', 'Key for music', 'Key for music', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 's', 'Version', 'Version', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 't', 'Title of a work', 'Title of a work', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('799', 'x', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 7, '', 'UNIF_TITLE', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'h', 'Supporto', 'Supporto', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 's', 'Versione', 'Versione', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('799', 'x', 'ISSN (International Standard Serial Number)', 'ISSN (International Standard Serial Number)', 0, 0, '', 7, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('800', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('800', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('800', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('800', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('810', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('810', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('810', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('810', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('810', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('811', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('811', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'SER', '', '', NULL),
                ('811', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'j', 'Relator term', 'Relator term', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('811', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'j', 'Termine di ruolo', 'Termine di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('811', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('830', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('830', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('830', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('840', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('841', 'a', 'Type of record', 'Type of record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('841', 'b', 'Fixed-length data elements', 'Fixed-length data elements', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('841', 'e', 'Encoding level', 'Encoding level', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('842', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('842', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('842', 'a', 'Textual physical form designator', 'Textual physical form designator', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('843', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('843', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('843', '7', 'Fixed-length data elements of reproduction', 'Fixed-length data elements of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('843', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('843', 'a', 'Type of reproduction', 'Type of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('843', 'b', 'Place of reproduction', 'Place of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('843', 'c', 'Agency responsible for reproduction', 'Agency responsible for reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('843', 'd', 'Date of reproduction', 'Date of reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('843', 'e', 'Physical description of reproduction', 'Physical description of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('843', 'f', 'Series statement of reproduction', 'Series statement of reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('843', 'm', 'Dates of publication and/or sequential designation of issues reproduced', 'Dates of publication and/or sequential designation of issues reproduced', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('843', 'n', 'Note about reproduction', 'Note about reproduction', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('844', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('844', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('844', 'a', 'Name of unit', 'Name of unit', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('845', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('845', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('845', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('845', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('845', 'a', 'Terms governing use and reproduction', 'Terms governing use and reproduction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('845', 'b', 'Jurisdiction', 'Jurisdiction', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('845', 'c', 'Authorization', 'Authorization', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('845', 'd', 'Authorized users', 'Authorized users', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('850', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('850', 'a', 'Holding institution', 'Holding institution', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('830', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('830', 'w', 'Numero di controllo bibliografico', 'Numero di controllo bibliografico', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('840', 'a', 'Titolo', 'Titolo', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('840', 'h', 'Supporto', 'Supporto', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('840', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('841', 'a', 'Tipo di record', 'Tipo di record', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('841', 'b', 'Elementi a lunghezza fiss', 'Elementi a lunghezza fiss', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('841', 'e', 'Livello di codifica', 'Livello di codifica', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('842', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('842', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('842', 'a', 'Designatore testuale di forma fisica', 'Designatore testuale di forma fisica', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('843', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('843', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('843', '7', 'Elementi di lunghezza fissa della riproduzione', 'Elementi di lunghezza fissa della riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('843', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('843', 'a', 'Tipo di riproduzione', 'Tipo di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('843', 'b', 'Luogo di riproduzione', 'Luogo di riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('843', 'c', 'Agenzia responsabile della riproduzione', 'Agenzia responsabile della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('843', 'd', 'Data di riproduzione', 'Data di riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('843', 'e', 'Descrizione fisica della riproduzione', 'Descrizione fisica della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('843', 'f', 'Formulazione della serie della riproduzione', 'Formulazione della serie della riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('843', 'm', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 'Date di pubblicazione e/o designazione sequenziale dei fascicoli riprodotti', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('843', 'n', 'Nota sulla riproduzione', 'Nota sulla riproduzione', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('844', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('844', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('844', 'a', 'Nome dell\'unità', 'Nome dell\'unità', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('845', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('845', '5', 'Istituzione a cui si applica il campo', 'Istituzione a cui si applica il campo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('845', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('845', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('845', 'a', 'Condizioni che regolano l\'utilizzo e la riproduzione', 'Condizioni che regolano l\'utilizzo e la riproduzione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('845', 'b', 'Competenza legale', 'Competenza legale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('845', 'c', 'Autorizzazione', 'Autorizzazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('845', 'd', 'Utenti autorizzati', 'Utenti autorizzati', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('850', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('850', 'a', 'Istituzione possedente', 'Istituzione possedente', 1, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
                ('850', 'b', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 'Holdings (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
                ('850', 'd', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 'Inclusive dates (NR) (MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
                ('850', 'e', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 'Retention statement (NR) (CF MU VM SE) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('851', '3', 'Materials specified', 'Materials specified', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('851', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('851', 'a', 'Name (custodian or owner)', 'Name (custodian or owner)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('851', 'b', 'Institutional division', 'Institutional division', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('851', 'c', 'Street address', 'Street address', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('851', 'd', 'Country', 'Country', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('851', 'e', 'Location of units', 'Location of units', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('851', 'f', 'Item number', 'Item number', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('851', 'g', 'Repository location code', 'Repository location code', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
-               ('852', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'a', 'Location', 'Location', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'b', 'Sublocation or collection', 'Sublocation or collection', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'c', 'Shelving location', 'Shelving location', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'e', 'Address', 'Address', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'f', 'Coded location qualifier', 'Coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'g', 'Non-coded location qualifier', 'Non-coded location qualifier', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'h', 'Classification part', 'Classification part', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'i', 'Item part', 'Item part', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'j', 'Shelving control number', 'Shelving control number', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'k', 'Call number prefix', 'Call number prefix', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'l', 'Shelving form of title', 'Shelving form of title', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'm', 'Call number suffix', 'Call number suffix', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'n', 'Country code', 'Country code', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'p', 'Piece designation', 'Piece designation', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'q', 'Piece physical condition', 'Piece physical condition', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 's', 'Copyright article-fee code', 'Copyright article-fee code', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 8, '', '', '', 1, 5, 'SER', '', '', NULL),
-               ('852', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('852', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('853', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('854', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'a', 'First level of enumeration', 'First level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'b', 'Second level of enumeration', 'Second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'c', 'Third level of enumeration', 'Third level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'd', 'Fourth level of enumeration', 'Fourth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'e', 'Fifth level of enumeration', 'Fifth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'f', 'Sixth level of enumeration', 'Sixth level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'g', 'Alternative numbering scheme, first level of enumeration', 'Alternative numbering scheme, first level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'h', 'Alternative numbering scheme, second level of enumeration', 'Alternative numbering scheme, second level of enumeration', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'i', 'First level of chronology', 'First level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'j', 'Second level of chronology', 'Second level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'k', 'Third level of chronology', 'Third level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'l', 'Fourth level of chronology', 'Fourth level of chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'm', 'Alternative numbering scheme, chronology', 'Alternative numbering scheme, chronology', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'n', 'Pattern note', 'Pattern note', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'p', 'Number of pieces per issuance', 'Number of pieces per issuance', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 't', 'Copy', 'Copy', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'u', 'Bibliographic units per next higher level', 'Bibliographic units per next higher level', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'v', 'Numbering continuity', 'Numbering continuity', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'w', 'Frequency', 'Frequency', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'x', 'Calendar change', 'Calendar change', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'y', 'Regularity pattern', 'Regularity pattern', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('855', 'z', 'Numbering scheme', 'Numbering scheme', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('856', '2', 'Access method', 'Access method', 0, 0, '', 8, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('856', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('856', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('856', 'a', 'Host name', 'Host name', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'b', 'Access number', 'Access number', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'c', 'Compression information', 'Compression information', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'd', 'Path', 'Path', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'i', 'Instruction', 'Instruction', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('851', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('851', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('851', 'a', 'Nome (custode o proprietario)', 'Nome (custode o proprietario)', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('851', 'b', 'Suddivisione istituzionale', 'Suddivisione istituzionale', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('851', 'c', 'Indirizzo', 'Indirizzo', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('851', 'd', 'Paese', 'Paese', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('851', 'e', 'Localizzazione dell\'unità', 'Localizzazione dell\'unità', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('851', 'f', 'Numero d\'item', 'Numero d\'item', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('851', 'g', 'Codice di localizzazione del deposito', 'Codice di localizzazione del deposito', 0, 0, NULL, 8, NULL, NULL, '', NULL, 5, 'SER', '', '', NULL),
+               ('852', '2', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 'Fonte della classificazione o dello schema di collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'a', 'Localizzazione', 'Localizzazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'b', 'Sottolocalizzazione o collezione', 'Sottolocalizzazione o collezione', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'c', 'Localizzazione a scaffale', 'Localizzazione a scaffale', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'e', 'Indirizzo', 'Indirizzo', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'f', 'Qualificatore di localizzazione codificato', 'Qualificatore di localizzazione codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'g', 'Qualificatore di localizzazione non codificato', 'Qualificatore di localizzazione non codificato', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'h', 'Parte della classificazione', 'Parte della classificazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'i', 'Parte dell\'item', 'Parte dell\'item', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'j', 'Collocazione (segnatura)', 'Collocazione (segnatura)', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'k', 'Prefisso del numero di chiamata (collocazione)', 'Prefisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'l', 'Forma di collocazione (segnatura) di titolo', 'Forma di collocazione (segnatura) di titolo', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'm', 'Suffisso del numero di chiamata (collocazione)', 'Suffisso del numero di chiamata (collocazione)', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'n', 'Codice di paese', 'Codice di paese', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 8, '', '', '', 1, 5, 'SER', '', '', NULL),
+               ('852', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('852', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('853', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('854', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'n', 'Nota allo schema', 'Nota allo schema', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'p', 'Numero di pezzi per emissione', 'Numero di pezzi per emissione', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 't', 'Copia', 'Copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'u', 'Unità bibliografiche per il livello superiore', 'Unità bibliografiche per il livello superiore', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'v', 'Continuità di numerazione', 'Continuità di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'w', 'Frequenza', 'Frequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'x', 'Cambio di calendario', 'Cambio di calendario', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'y', 'scham di regolarità', 'scham di regolarità', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('855', 'z', 'Schema di numerazione', 'Schema di numerazione', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('856', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 8, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('856', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('856', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('856', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('856', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
                ('856', 'k', 'Password', 'Password', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
                ('856', 'l', 'Logon', 'Logon', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'o', 'Operating system', 'Operating system', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'p', 'Port', 'Port', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'r', 'Settings', 'Settings', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 's', 'File size', 'File size', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'SER', '', '', NULL),
-               ('856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'w', 'Record control number', 'Record control number', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 1, 'SER', '', '', NULL),
-               ('856', 'y', 'Link text', 'Link text', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
-               ('856', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'n', 'Nome della localizzazione dell\'host', 'Nome della localizzazione dell\'host', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'p', 'Porta', 'Porta', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'r', 'Parametri', 'Parametri', 0, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, 'biblioitems.url', 8, '', '', '', 1, -1, 'SER', '', '', NULL),
+               ('856', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 1, 'SER', '', '', NULL),
+               ('856', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
+               ('856', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, -1, 'SER', '', '', NULL),
                ('859', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('859', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('859', 'd', 'TDC (RLIN)', 'TDC (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
@@ -30431,140 +31036,215 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('859', 'r', 'REG (RLIN)', 'REG (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('859', 'v', 'VER (RLIN)', 'VER (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('859', 'x', 'LDEL (RLIN)', 'LDEL (RLIN)', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('866', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('866', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('866', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('866', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('866', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('867', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('867', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('867', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('867', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('867', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('868', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('868', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('868', 'a', 'Textual string', 'Textual string', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('868', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('868', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('870', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('870', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('871', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('872', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('863', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('863', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('863', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('863', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('864', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('864', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('864', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('865', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('865', 'a', 'Primo livello di enumerazione', 'Primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'b', 'Secondo livello di enumerazione', 'Secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'c', 'Terzo livello di enumerazione', 'Terzo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'd', 'Quarto livello di enumerazione', 'Quarto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'e', 'Quinto livello di enumerazione', 'Quinto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'f', 'Sesto livello di enumerazione', 'Sesto livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'g', 'Schema di numerazione alternativo, primo livello di enumerazione', 'Schema di numerazione alternativo, primo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'h', 'Schema di numerazione alternativo, secondo livello di enumerazione', 'Schema di numerazione alternativo, secondo livello di enumerazione', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'i', 'Primo livello di cronologia', 'Primo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'j', 'Secondo livello di cronologia', 'Secondo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'k', 'Terzo livello di cronologia', 'Terzo livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'l', 'Quarto livello di cronologia', 'Quarto livello di cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'm', 'Schema di numerazione alternativo, cronologia', 'Schema di numerazione alternativo, cronologia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'n', 'Convertito in anno Gregoriano', 'Convertito in anno Gregoriano', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'o', 'Tipo di materiale', 'Tipo di materiale', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'p', 'Designazione di parte', 'Designazione di parte', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'q', 'Condizione fisica della parte', 'Condizione fisica della parte', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 's', 'Codice di tassa sul copyright dell\'articolo', 'Codice di tassa sul copyright dell\'articolo', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'v', 'Data di emissione', 'Data di emissione', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'w', 'indicatore di stacco', 'indicatore di stacco', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('865', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('866', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('866', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('866', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('866', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('866', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('867', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('867', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('867', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('867', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('867', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('868', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('868', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('868', 'a', 'Stringa testuale', 'Stringa testuale', 0, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('868', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('868', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('870', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('870', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('871', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('872', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('872', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('872', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('873', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'j', 'Tag and sequence number', 'Tag and sequence number', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('873', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('876', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('876', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('876', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('872', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('872', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('873', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'j', 'Tag e numero di sequenza', 'Tag e numero di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('873', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('876', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('876', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('876', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('876', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('876', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('876', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('876', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('876', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('876', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('876', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('876', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('876', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('876', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('876', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('876', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('876', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('876', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('876', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('876', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('876', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('876', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('877', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('877', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('877', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('876', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('876', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('876', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('877', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('877', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('877', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('877', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('877', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('877', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('877', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('877', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('877', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('877', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('877', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('877', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('877', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('877', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('877', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('877', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('877', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('877', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('877', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('877', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('877', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('878', '3', 'Materials specified', 'Materials specified', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('878', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('878', '8', 'Sequence number', 'Sequence number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('877', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('877', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('877', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('878', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('878', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('878', '8', 'Numero di sequenza', 'Numero di sequenza', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('878', 'a', 'Internal item number', 'Internal item number', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('878', 'b', 'Invalid or canceled internal item number', 'Invalid or canceled internal item number', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('878', 'c', 'Cost', 'Cost', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('878', 'd', 'Date acquired', 'Date acquired', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('878', 'e', 'Source of acquisition', 'Source of acquisition', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('878', 'd', 'Data d\'acquisizione', 'Data d\'acquisizione', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('878', 'e', 'Fonte d\'acquisto', 'Fonte d\'acquisto', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('878', 'h', 'Use restrictions', 'Use restrictions', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('878', 'j', 'Item status', 'Item status', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('878', 'l', 'Temporary location', 'Temporary location', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('878', 'p', 'Piece designation', 'Piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('878', 'j', 'Status della copia', 'Status della copia', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('878', 'l', 'Collocazione temporanea', 'Collocazione temporanea', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('878', 'p', 'Designazione di parte', 'Designazione di parte', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('878', 'r', 'Invalid or canceled piece designation', 'Invalid or canceled piece designation', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('878', 't', 'Copy number', 'Copy number', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('878', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('878', 'z', 'Public note', 'Public note', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('878', 't', 'Numero di copia', 'Numero di copia', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('878', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('878', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
                ('880', '2', '2', '2', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('880', '3', '3', '3', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('880', '4', '4', '4', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('880', '5', '5', '5', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('880', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('880', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('880', '7', '7', '7', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('880', '8', '8', '8', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('880', '9', '9', '9', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
@@ -30630,117 +31310,117 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('886', 'x', 'x', 'x', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('886', 'y', 'y', 'y', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('886', 'z', 'z', 'z', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('887', '2', 'Source of data', 'Source of data', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('887', 'a', 'Content of non-MARC field', 'Content of non-MARC field', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('887', '2', 'Fonte dei dati', 'Fonte dei dati', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('887', 'a', 'Contenuto del campo non-MARC', 'Contenuto del campo non-MARC', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('896', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('896', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('896', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('896', 'a', 'Personal name', 'Personal name', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'b', 'Numeration', 'Numeration', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('896', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 8, '', 'PERSO_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('896', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('897', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('897', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('897', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('897', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'e', 'Relator term', 'Relator term', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('897', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 8, '', 'CORPO_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('897', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('898', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('898', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('898', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('898', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, 'MEETI_NAME', '', NULL, -6, 'SER', '', '', NULL),
                ('898', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('898', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('898', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('899', '%', '% (RLIN)', '% (RLIN)', 0, 0, '', 8, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('899', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', '6', 'Collegamento', 'Collegamento', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('899', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 0, -5, 'SER', '', '', NULL),
-               ('899', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 'h', 'Medium', 'Medium', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 'r', 'Key for music', 'Key for music', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 't', 'Title of a work', 'Title of a work', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('899', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('900', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('900', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('900', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('899', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 8, '', 'UNIF_TITLE', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 'h', 'Supporto', 'Supporto', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 's', 'Versione', 'Versione', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('899', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 8, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('900', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('900', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('900', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('901', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('901', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('901', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
@@ -30995,72 +31675,72 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('907', 'z', 'z', 'z', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('908', 'a', 'Put command parameter', 'Put command parameter', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('910', 'a', 'User-option data', 'User-option data', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('911', '4', 'Relator code', 'Relator code', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('911', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('911', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', '6', 'Linkage', 'Linkage', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 'a', 'Uniform title', 'Uniform title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 'r', 'Key for music', 'Key for music', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 's', 'Version', 'Version', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('930', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('911', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 's', 'Versione', 'Versione', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('930', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('936', 'a', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 'OCLC control number(s) of parallel record(s) (OCLC); Piece used for cataloging, PUC (RLIN)', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', 1, -6, 'SER', '', '', NULL),
-               ('940', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('940', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, -6, 'SER', '', '', NULL),
+               ('940', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('940', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('941', 'a', 'Romanized title', 'Romanized title', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('941', 'h', 'Medium', 'Medium', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('943', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', 'a', 'Uniform title', 'Unifor title', 0, 0, '', 9, '', '', '', 1, 5, 'SER', '', '130', NULL),
-               ('943', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('943', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('941', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 9, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('943', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', 1, 5, 'SER', '', '130', NULL),
+               ('943', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('943', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('945', '0', '0', '0', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('945', '1', '1', '1', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('945', '2', '2', '2', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
@@ -31257,16 +31937,16 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('950', 'w', 'Subscription status code, LANT (RLIN)', 'Subscription status code, LANT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('950', 'y', 'Date, LVOL (RLIN)', 'Date, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('950', 'z', 'Retention, LVOL (RLIN)', 'Retention, LVOL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('951', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('951', '3', 'Materials specified', 'Materials specified', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('951', '6', 'Linkage', 'Linkage', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('951', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('951', 'a', 'Geographic name', 'Geographic name', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('951', '2', 'Fonte dell\'intestazione o del termine', 'Fonte dell\'intestazione o del termine', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('951', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('951', '6', 'Collegamento', 'Collegamento', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('951', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('951', 'a', 'Nome geografico', 'Nome geografico', 0, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('951', 'b', 'Geographic name following place entry element [OBSOLETE]', 'Geographic name following place entry element [OBSOLETE]', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('951', 'v', 'Form subdivision', 'Form subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('951', 'x', 'General subdivision', 'General subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('951', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('951', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('951', 'v', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('951', 'x', 'Suddivisione generale', 'Suddivisione generale', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('951', 'y', 'Suddivisione cronologica', 'Suddivisione cronologica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('951', 'z', 'Suddivisione geografica', 'Suddivisione geografica', 1, 0, '', 6, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('955', 'a', 'Classification number, CCAL (RLIN)', 'Classification number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('955', 'b', 'Book number/undivided call number, CCAL (RLIN)', 'Book number/undivided call number, CCAL (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('955', 'c', 'Copy information and material description, CCAL + MDES (RLIN)', 'Copy information and material description, CCAL + MDES (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
@@ -31277,176 +31957,176 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('955', 'r', 'Circulation control number, HNT (RLIN)', 'Circulation control number, HNT (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('955', 's', 'Shelflist note, HNT (RLIN)', 'Shelflist note, HNT (RLIN)', 1, 0, '', 9, '', '', '', 1, 5, 'SER', '', '', NULL),
                ('955', 'u', 'Non-printing notes, HNT (RLIN)', 'Non-printing notes, HNT (RLIN)', 1, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('956', '2', 'Access method', 'Access method', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', '3', 'Materials specified', 'Materials specified', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'a', 'Host name', 'Host name', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'b', 'Access number', 'Access number', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'c', 'Compression information', 'Compression information', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'd', 'Path', 'Path', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'f', 'Electronic name', 'Electronic name', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'h', 'Processor of request', 'Processor of request', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'i', 'Instruction', 'Instruction', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'j', 'Bits per second', 'Bits per second', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', '2', 'Metodo di accesso', 'Metodo di accesso', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', '3', 'Materiale specificato', 'Materiale specificato', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'a', 'Nome dell\'host', 'Nome dell\'host', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'b', 'Numero di accesso', 'Numero di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'c', 'Informazione sulla compressione', 'Informazione sulla compressione', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'd', 'Percorso della risorsa', 'Percorso della risorsa', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'f', 'Nome elettronico', 'Nome elettronico', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'h', 'Processore della richiesta (Username)', 'Processore della richiesta (Username)', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'i', 'Istruzioni', 'Istruzioni', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'j', 'Bit per secondo', 'Bit per secondo', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('956', 'k', 'Password', 'Password', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('956', 'l', 'Logon', 'Logon', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'm', 'Contatto per assistenza all\'accesso', 'Contatto per assistenza all\'accesso', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('956', 'n', 'Name of location of host in subfield', 'Name of location of host in subfield', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'o', 'Operating system', 'Operating system', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'p', 'Port', 'Port', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'q', 'Electronic format type', 'Electronic format type', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'r', 'Settings', 'Settings', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 's', 'File size', 'File size', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, -6, 'SER', '', '', NULL),
-               ('956', 'v', 'Hours access method available', 'Hours access method available', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'w', 'Record control number', 'Record control number', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, '', 9, '', '', '', 0, 6, 'SER', '', '', NULL),
-               ('956', 'y', 'Link text', 'Link text', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('956', 'z', 'Public note', 'Public note', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'o', 'Sistema operativo', 'Sistema operativo', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'p', 'Porta', 'Porta', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'q', 'Tipo di formato elettronico', 'Tipo di formato elettronico', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'r', 'Parametri', 'Parametri', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 's', 'Dimensione file', 'Dimensione file', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 't', 'Emulazione del terminale', 'Emulazione del terminale', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'u', 'URI (Uniform Resource Identifier)', 'URI (Uniform Resource Identifier)', 1, 0, '', 9, '', '', '', 1, -6, 'SER', '', '', NULL),
+               ('956', 'v', 'Orario di accesso', 'Orario di accesso', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'w', 'Numero di controllo della registrazione', 'Numero di controllo della registrazione', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'x', 'Nota non pubblic', 'Nota non pubblic', 1, 0, '', 9, '', '', '', 0, 6, 'SER', '', '', NULL),
+               ('956', 'y', 'Testo di collegamento', 'Testo di collegamento', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('956', 'z', 'Nota pubblica', 'Nota pubblica', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('960', '3', 'Materials specified, MATL', 'Materials specified, MATL', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
                ('960', 'a', 'Physical location, PLOC (RLIN)', 'Physical location, PLOC (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('967', 'a', 'GNR (RLIN)', 'GNR (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('967', 'c', 'PSI (RLIN)', 'PSI (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('980', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'a', 'Personal name', 'Personal name', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'b', 'Numeration', 'Numeration', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('980', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', '4', 'Relator code', 'Relator code', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'c', 'Location of meeting', 'Location of meeting', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'e', 'Relator term', 'Relator term', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('981', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('982', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', '8', 'Field link and sequence number ', 'Field link and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('980', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'a', 'Nome di persona', 'Nome di persona', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'j', 'Qualificazione d\'attribuzione', 'Qualificazione d\'attribuzione', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'q', 'Forma completa del nome', 'Forma completa del nome', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('980', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'a', 'Nome dell\'ente o nome della giurisdizione come accesso', 'Nome dell\'ente o nome della giurisdizione come accesso', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'b', 'Unità subordinata', 'Unità subordinata', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'd', 'Data del convegno o di firma del trattato', 'Data del convegno o di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'e', 'Termine di ruolo', 'Termine di ruolo', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'u', 'Affiliazione', 'Affiliazione', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('981', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('982', '4', 'Codice di ruolo', 'Codice di ruolo', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', '6', 'Collegamento', 'Collegamento', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'a', 'Nome del convegno o nome della giurisdizione come accesso', 'Nome del convegno o nome della giurisdizione come accesso', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
                ('982', 'b', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 'Number (BK CF MP MU SE VM MX) [OBSOLETE]', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'c', 'Location of meeting', 'Location of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'd', 'Date of meeting', 'Date of meeting', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'f', 'Date of a work', 'Date of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'h', 'Medium', 'Medium', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'k', 'Form subheading', 'Form subheading', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'l', 'Language of a work', 'Language of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 's', 'Version', 'Version', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('982', 'v', 'Volume/sequential designation', 'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
-               ('983', '6', 'Linkage', 'Linkage', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'a', 'Uniform title', 'Uniform title', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'f', 'Date of a work', 'Date of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'h', 'Medium', 'Medium', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'k', 'Form subheading', 'Form subheading', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'l', 'Language of a work', 'Language of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'r', 'Key for music', 'Key for music', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 's', 'Version', 'Version', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 't', 'Title of a work', 'Title of a work', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('983', 'v', 'Volume number/sequential designation', 'Volume number/sequential designation', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('984', 'a', 'Holding library identification number', 'Holding library identification number', 0, 0, '', 9, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('984', 'b', 'Physical description codes', 'Physical description codes', 1, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('984', 'c', 'Call number', 'Call number', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('984', 'd', 'Volume or other numbering', 'Volume or other numbering', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('984', 'e', 'Dates', 'Dates', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('982', 'c', 'Luogo del convegno', 'Luogo del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'd', 'Data del convegno', 'Data del convegno', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'e', 'Unità subordinata', 'Unità subordinata', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'h', 'Supporto', 'Supporto', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'n', 'Numero di parte/sezione/convegno', 'Numero di parte/sezione/convegno', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'q', 'Nome del convegno dopo accesso di nome della giurisdizione', 'Nome del convegno dopo accesso di nome della giurisdizione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 's', 'Versione', 'Versione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'u', 'Affiliazione', 'Affiliazione', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('982', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
+               ('983', '6', 'Collegamento', 'Collegamento', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'a', 'Titolo uniforme', 'Titolo uniforme', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'd', 'Data di firma del trattato', 'Data di firma del trattato', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'f', 'Data dell\'opera', 'Data dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'g', 'Informazione miscellanea', 'Informazione miscellanea', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'h', 'Supporto', 'Supporto', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'k', 'Sottointestazione formale', 'Sottointestazione formale', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'l', 'Lingua dell\'opera', 'Lingua dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'm', 'Mezzo di esecuzione per la musica', 'Mezzo di esecuzione per la musica', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'n', 'Numero di parte/sezione dell\'opera', 'Numero di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'o', 'Formulazione d\'arrangiamento per la musica', 'Formulazione d\'arrangiamento per la musica', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'p', 'Nome di parte/sezione dell\'opera', 'Nome di parte/sezione dell\'opera', 1, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'r', 'Tonalità (musica)', 'Tonalità (musica)', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 's', 'Versione', 'Versione', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 't', 'Titolo dell\'opera', 'Titolo dell\'opera', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('983', 'v', 'Numero del volume/designazione di sequenza', 'Numero del volume/designazione di sequenza', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
+               ('984', 'a', 'Numero idenficativo biblioteca proprietaria', 'Numero idenficativo biblioteca proprietaria', 0, 0, '', 9, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('984', 'b', 'Codici descrizione fisica', 'Codici descrizione fisica', 1, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('984', 'c', 'Numero di chiamata', 'Numero di chiamata', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('984', 'd', 'Volume o altra numerazione', 'Volume o altra numerazione', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('984', 'e', 'Date', 'Date', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('984', 'f', 'Completeness note', 'Completeness note', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('984', 'g', 'Referral note', 'Referral note', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('984', 'h', 'Retention note', 'Retention note', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('987', 'a', 'Romanization/conversion identifier', 'Romanization/conversion identifier', 0, 0, '', 9, '', '', '', NULL, -6, 'SER', '', '', NULL),
-               ('987', 'b', 'Agency that converted, created or reviewed', 'Agency that converted, created or reviewed', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('987', 'c', 'Date of conversion or review', 'Date of conversion or review', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('987', 'd', 'Status code', 'Status code ', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('987', 'e', 'Version of conversion program used', 'Version of conversion program used', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('987', 'f', 'Note', 'Note', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('987', 'b', 'Agenzia che ha convertito, creato o rivisto', 'Agenzia che ha convertito, creato o rivisto', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('987', 'c', 'Data della conversione o della revisione', 'Data della conversione o della revisione', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('987', 'd', 'Codice dello status', 'Codice dello status', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('987', 'e', 'Versione del programma usato per la conversione', 'Versione del programma usato per la conversione', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('987', 'f', 'Nota', 'Nota', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('990', 'a', 'Link information for 9XX fields', 'Link information for 9XX fields', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('990', 'b', 'Link information for field corresponding to 9XX field', 'Link information for field corresponding to 9XX field', 1, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('995', '0', 'Withdrawn status [LOCAL, KOHA]', 'Withdrawn status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', '1', 'Lost status [LOCAL, KOHA]', 'Lost status [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', '2', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 'System code (specific classification or other scheme and edition) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('995', '3', 'Use restrictions [LOCAL, KOHA]', 'Use restrictions [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', '4', 'Koha normalized classification for sorting [LOCAL, KOHA]', 'Koha normalized classification for sorting [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', '5', 'Coded location qualifier [LOCAL, KOHA]', 'Coded location qualifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('995', '6', 'Copy number [LOCAL, KOHA]', 'Copy number [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', NULL, 5, 'SER', '', '', NULL),
-               ('995', '7', 'Uniform Resource Identifier [LOCAL, KOHA]', 'Uniform Resource Identifier [LOCAL, KOHA]', 1, 0, '', 9, '', '', '', 1, 5, 'SER', '', '', NULL),
-               ('995', '8', 'Collection code [LOCAL, KOHA]', 'Collection code [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', '9', 'Internal item number (Koha itemnumber, autogenerated) [LOCAL, KOHA]', 'Internal itemnumber (Koha itemnumber) [LOCAL, KOHA]', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'c', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'd', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'e', 'Genre detail', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'f', 'Barcode', 'Barcode', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'g', 'Barcode prefix', 'Barcode prefix', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'h', 'Barcode incrementation', 'Barcode incrementation', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'i', 'Barcode suffix', 'Barcode suffix', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'j', 'Section', 'Section', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 1, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'p', 'Serial', 'Serial', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'q', 'Intended audience (age level)', 'Intended audience (age level)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 's', 'Acquisition mode', 'Acquisition mode', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 't', 'Genre', 'Genre', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'u', 'Copy note', 'Copy note', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'v', 'Periodical number', 'Periodical number', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'w', 'Recipient organisation code', 'Recipient organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'x', 'Recipient organisation, free text', 'Recipient organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'y', 'Recipient parent organisation code', 'Recipient parent organisation code', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
-               ('995', 'z', 'Recipient parent organisation, free text', 'Recipient parent organisation, free text', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', '0', 'Ritiro della copia', 'Ritiro della copia', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', '1', 'Copia smarrita', 'Copia smarrita', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', '2', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 'Codice di sistema (classificazione specifica o altro schema e edizione)', 0, 0, '', 9, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('995', '3', 'Restrizioni d\'uso', 'Restrizioni d\'uso', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', '4', 'Classificazione normalizzata Koha per l\'ordinamento', 'Classificazione normalizzata Koha per l\'ordinamento', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', '5', 'Qualificatore dell\'ubicazione', 'Qualificatore dell\'ubicazione', 1, 0, '', 9, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('995', '6', 'Numero della copia', 'Numero della copia', 0, 0, '', 9, '', '', '', NULL, 5, 'SER', '', '', NULL),
+               ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, '', 9, '', '', '', 1, 5, 'SER', '', '', NULL),
+               ('995', '8', 'Collezione Koha', 'Collezione Koha', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', '9', 'Numero interno di copia (Koha itemnumber, autogenerato)', 'Numero interno di copia (Koha itemnumber, autogenerato)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'a', 'Bib. proprietaria della copia (testo libero)', 'Bib. proprietaria della copia (testo libero)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'b', 'Bib. proprietaria della copia', 'Bib. proprietaria della copia', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'c', 'Bib. che possiede o presta (holding branch)', 'Bib. che possiede o presta (holding branch)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'd', 'Bib. che possiede o presta (codice)', 'Bib. che possiede o presta (codice)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'e', 'Dettaglio del genere', 'Dettaglio del genere', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'f', 'Codice a barre', 'Codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'g', 'Prefisso del codice a barre', 'Prefisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'h', 'Incremento del codice a barre', 'Incremento del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'i', 'Suffisso del codice a barre', 'Suffisso del codice a barre', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'j', 'Sezione', 'Sezione', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'k', 'Collocazione', 'Collocazione', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'l', 'Numerazione (volume o altre parti)', 'Numerazione (volume o altre parti)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'm', 'Data del prestito o deposito', 'Data del prestito o deposito', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'n', 'Data scadenza del prestito', 'Data scadenza del prestito', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'o', 'Tipo di circolazione (non a prestito)', 'Tipo di circolazione (non a prestito)', 1, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'p', 'Periodico', 'Periodico', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'q', 'Pubblico destinato (età)', 'Pubblico destinato (età)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'r', 'Tipologia della copia e del materiale', 'Tipologia della copia e del materiale', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 's', 'Modalità d\'acquisto', 'Modalità d\'acquisto', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 't', 'Genere', 'Genere', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'u', 'Nota della copia', 'Nota della copia', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'v', 'Numero periodico', 'Numero periodico', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'w', 'Codice dell\'ente destinatario', 'Codice dell\'ente destinatario', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'x', 'Ente destinatario, testo libero', 'Ente destinatario, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'y', 'Codice dell\'ente destinatario superiore', 'Codice dell\'ente destinatario superiore', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
+               ('995', 'z', 'Ente destinatario superiore, testo libero', 'Ente destinatario superiore, testo libero', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('998', 'b', 'Operator\'s initials, OID (RLIN)', 'Operator\'s initials, OID (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('998', 'c', 'Cataloger\'s initials, CIN (RLIN)', 'Cataloger\'s initials, CIN (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
-               ('998', 'd', 'First date, FD (RLIN)', 'First Date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
+               ('998', 'd', 'First date, FD (RLIN)', 'First date, FD (RLIN)', 0, 0, '', 9, '', '', '', 0, -6, 'SER', '', '', NULL),
                ('998', 'i', 'RINS (RLIN)', 'RINS (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('998', 'l', 'LI (RLIN)', 'LI (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('998', 'n', 'NUC (RLIN)', 'NUC (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
@@ -31455,4 +32135,3 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
                ('998', 't', 'RTYP (RLIN)', 'RTYP (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL),
                ('998', 'w', 'PLINK (RLIN)', 'PLINK (RLIN)', 0, 0, '', 9, '', '', '', 0, 5, 'SER', '', '', NULL);
 
-